Diff for /parser3/src/targets/cgi/parser3.C between versions 1.100 and 1.101

version 1.100, 2001/08/31 15:56:46 version 1.101, 2001/09/03 17:07:02
Line 277  int main(int argc, char *argv[]) { Line 277  int main(int argc, char *argv[]) {
                 static char root_auto_path[MAX_STRING];                  static char root_auto_path[MAX_STRING];
                 GetWindowsDirectory(root_auto_path, MAX_STRING);                  GetWindowsDirectory(root_auto_path, MAX_STRING);
 #else  #else
                 // ~nobody  todo: figure out a better place  #       ifdef SYSCONFDIR
                 const char *root_auto_path=SAPI::get_env(pool, "HOME");                  const char *root_auto_path=SYSCONFDIR;
   #       else
                   const char *root_auto_path="/etc";
   #       endif
 #endif  #endif
                                   
                 // beside by binary                  // beside by binary

Removed from v.1.100  
changed lines
  Added in v.1.101


E-mail: