wrowe 00/10/10 21:24:42
Modified: src/os/win32 os.h
src/os/os2 os.h
Log:
New symbol for HAVE_URL_PATHS reminds me we need to prefix a bunch more
symbols with AP_.
Revision Changes Path
1.40 +1 -0 apache-2.0/src/os/win32/os.h
Index: os.h
===================================================================
RCS file: /home/cvs/apache-2.0/src/os/win32/os.h,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- os.h 2000/08/02 05:27:30 1.39
+++ os.h 2000/10/11 04:24:40 1.40
@@ -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;
1.10 +1 -0 apache-2.0/src/os/os2/os.h
Index: os.h
===================================================================
RCS file: /home/cvs/apache-2.0/src/os/os2/os.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- os.h 2000/08/02 05:27:27 1.9
+++ os.h 2000/10/11 04:24:41 1.10
@@ -62,6 +62,7 @@
#define PLATFORM "OS/2"
#define HAVE_CANONICAL_FILENAME
#define HAVE_DRIVE_LETTERS
+#define HAVE_UNC_PATHS
#include <apr_general.h>
|