You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ws...@apache.org on 2001/04/06 05:13:11 UTC

cvs commit: apache-1.3/src/include ap_config.h

wsanchez    01/04/05 20:13:11

  Modified:    src/include ap_config.h
  Log:
  Get rid of pseudo-bogus paths for non-APACI builds on Rhapsody.
  
  Revision  Changes    Path
  1.307     +0 -49     apache-1.3/src/include/ap_config.h
  
  Index: ap_config.h
  ===================================================================
  RCS file: /home/cvs/apache-1.3/src/include/ap_config.h,v
  retrieving revision 1.306
  retrieving revision 1.307
  diff -u -r1.306 -r1.307
  --- ap_config.h	2001/04/02 09:22:08	1.306
  +++ ap_config.h	2001/04/06 03:13:11	1.307
  @@ -434,55 +434,6 @@
   #define USE_LONGJMP
   #define USE_FLOCK_SERIALIZED_ACCEPT
   #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT
  -/*
  - * If you are using APACI, (you probably should be on Mac OS) these
  - * values are set at configure time.
  - */
  -#ifndef HTTPD_ROOT
  -#define HTTPD_ROOT              "/Local/Library/WebServer"
  -#endif
  -#ifndef DOCUMENT_LOCATION
  -#define DOCUMENT_LOCATION       HTTPD_ROOT "/Documents"
  -#endif
  -#ifndef DEFAULT_XFERLOG
  -#define DEFAULT_XFERLOG         "Logs/Access"
  -#endif
  -#ifndef DEFAULT_ERRORLOG
  -#define DEFAULT_ERRORLOG        "Logs/Errors"
  -#endif
  -#ifndef DEFAULT_PIDLOG
  -#define DEFAULT_PIDLOG          "Logs/Process"
  -#endif
  -#ifndef DEFAULT_SCOREBOARD
  -#define DEFAULT_SCOREBOARD      "Logs/Status"
  -#endif
  -#ifndef DEFAULT_LOCKFILE
  -#define DEFAULT_LOCKFILE        "Logs/Lock"
  -#endif
  -#ifndef SERVER_CONFIG_FILE
  -#define SERVER_CONFIG_FILE      "Configuration/Server"
  -#endif
  -#ifndef RESOURCE_CONFIG_FILE
  -#define RESOURCE_CONFIG_FILE    "Configuration/Resources"
  -#endif
  -#ifndef TYPES_CONFIG_FILE
  -#define TYPES_CONFIG_FILE       "Configuration/MIME"
  -#endif
  -#ifndef ACCESS_CONFIG_FILE
  -#define ACCESS_CONFIG_FILE      "Configuration/Access"
  -#endif
  -#ifndef DEFAULT_USER_DIR
  -#define DEFAULT_USER_DIR        "Library/Web Documents"
  -#endif
  -#ifndef DEFAULT_USER
  -#define DEFAULT_USER            "www"
  -#endif
  -#ifndef DEFAULT_GROUP
  -#define DEFAULT_GROUP           "www"
  -#endif
  -#ifndef DEFAULT_PATH
  -#define DEFAULT_PATH            "/bin:/usr/bin:/usr/local/bin"
  -#endif
   
   #elif defined(LINUX)