From 1abfaec810a3cb3045efad193b8f87cef9cc5b11 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 11 Oct 2000 04:24:41 +0000 Subject: [PATCH] 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 --- os/os2/os.h | 1 + os/win32/os.h | 1 + 2 files changed, 2 insertions(+) diff --git a/os/os2/os.h b/os/os2/os.h index e67f072de7..811d919fb2 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 22488864e4..da88ddb543 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; -- 2.50.1