]> granicus.if.org Git - apache/commitdiff
New symbol for HAVE_URL_PATHS reminds me we need to prefix a bunch more
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 11 Oct 2000 04:24:41 +0000 (04:24 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 11 Oct 2000 04:24:41 +0000 (04:24 +0000)
  symbols with AP_.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86526 13f79535-47bb-0310-9956-ffa450edef68

os/os2/os.h
os/win32/os.h

index e67f072de741280b33a717e94936ecdbebc3387b..811d919fb24c93394b0c976c5f371f9e67ae324f 100644 (file)
@@ -62,6 +62,7 @@
 #define PLATFORM "OS/2"
 #define HAVE_CANONICAL_FILENAME
 #define HAVE_DRIVE_LETTERS
+#define HAVE_UNC_PATHS
 
 #include <apr_general.h>
 
index 22488864e4566d1c40ae58895088c43a5659631c..da88ddb543be148f2da03ac35a9414c2f7413661 100644 (file)
 #define USE_LONGJMP
 #define HAVE_CANONICAL_FILENAME
 #define HAVE_DRIVE_LETTERS
+#define HAVE_UNC_PATHS
 #define HAVE_SENDFILE
 
 typedef int uid_t;