diff options
author | Edward Rudd | 2004-04-29 23:11:12 +0000 |
---|---|---|
committer | Edward Rudd | 2004-04-29 23:11:12 +0000 |
commit | 211c72fce4173b76712ae36bc240ca63c4fc1e31 (patch) | |
tree | 6b775e64b874627079f9b037e5236f8dcf6e25b7 /winconfig.h | |
parent | 482c6dba5db896d06099737e8a75be6a3949b492 (diff) |
win32 fixes for apache 1.3
added win32 build script
Diffstat (limited to 'winconfig.h')
-rw-r--r-- | winconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winconfig.h b/winconfig.h index 107cb7d..c4b4353 100644 --- a/winconfig.h +++ b/winconfig.h | |||
@@ -71,7 +71,7 @@ | |||
71 | /* #undef WITH_APACHE13 */ | 71 | /* #undef WITH_APACHE13 */ |
72 | 72 | ||
73 | /* Define to 1 if we are compiling with Apache 2.0.x */ | 73 | /* Define to 1 if we are compiling with Apache 2.0.x */ |
74 | #define WITH_APACHE20 1 | 74 | /* #undef WITH_APACHE20 */ |
75 | 75 | ||
76 | /* Define to 1 if we are compiling with mysql */ | 76 | /* Define to 1 if we are compiling with mysql */ |
77 | #define WITH_MYSQL 1 | 77 | #define WITH_MYSQL 1 |