From: William A. Rowe Jr Date: Wed, 11 Oct 2000 04:24:41 +0000 (+0000) Subject: New symbol for HAVE_URL_PATHS reminds me we need to prefix a bunch more X-Git-Tag: APACHE_2_0_ALPHA_8~422 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1abfaec810a3cb3045efad193b8f87cef9cc5b11;p=thirdparty%2Fapache%2Fhttpd.git New symbol for HAVE_URL_PATHS reminds me we need to prefix a bunch more symbols with AP_. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86526 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/os2/os.h b/os/os2/os.h index e67f072de74..811d919fb24 100644 --- a/os/os2/os.h +++ b/os/os2/os.h @@ -62,6 +62,7 @@ #define PLATFORM "OS/2" #define HAVE_CANONICAL_FILENAME #define HAVE_DRIVE_LETTERS +#define HAVE_UNC_PATHS #include diff --git a/os/win32/os.h b/os/win32/os.h index 22488864e45..da88ddb543b 100644 --- a/os/win32/os.h +++ b/os/win32/os.h @@ -106,6 +106,7 @@ #define USE_LONGJMP #define HAVE_CANONICAL_FILENAME #define HAVE_DRIVE_LETTERS +#define HAVE_UNC_PATHS #define HAVE_SENDFILE typedef int uid_t;