]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Get rid of pseudo-bogus paths for non-APACI builds on Rhapsody.
authorWilfredo Sanchez <wsanchez@apache.org>
Fri, 6 Apr 2001 03:13:11 +0000 (03:13 +0000)
committerWilfredo Sanchez <wsanchez@apache.org>
Fri, 6 Apr 2001 03:13:11 +0000 (03:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@88738 13f79535-47bb-0310-9956-ffa450edef68

src/include/ap_config.h

index 1cb89544222c636a153c7b98a4846e74c226c6ea..7b99fa8f5a4ba8bd2b640b09839a8f5264a05089 100644 (file)
@@ -434,55 +434,6 @@ typedef int pid_t;
 #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)