ben 97/07/12 05:33:17
Modified: src alloc.h apache.mak mod_dir.c mod_negotiation.c
src/modules/proxy proxy.mak proxy_cache.c
Log:
Make NT compile again.
Revision Changes Path
1.27 +5 -0 apache/src/alloc.h
Index: alloc.h
===================================================================
RCS file: /export/home/cvs/apache/src/alloc.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -C3 -r1.26 -r1.27
*** alloc.h 1997/07/08 23:11:40 1.26
--- alloc.h 1997/07/12 12:33:12 1.27
***************
*** 72,77 ****
--- 72,82 ----
* alloc.c.
*/
+ /* Need declaration of DIR on Win32 */
+ #ifdef WIN32
+ #include "nt/readdir.h"
+ #endif
+
typedef struct pool pool;
extern pool *permanent_pool;
1.4 +238 -978 apache/src/apache.mak
Index: apache.mak
===================================================================
RCS file: /export/home/cvs/apache/src/apache.mak,v
retrieving revision 1.3
retrieving revision 1.4
diff -C3 -r1.3 -r1.4
*** apache.mak 1997/06/29 18:25:54 1.3
--- apache.mak 1997/07/12 12:33:12 1.4
***************
*** 850,858 ****
# Begin Source File
SOURCE=.\util_snprintf.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_UTIL_=\
".\./regex\regex.h"\
".\conf.h"\
--- 850,855 ----
***************
*** 860,876 ****
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\util_snprintf.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_UTIL_=\
- ".\./regex\regex.h"\
- ".\conf.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\util_snprintf.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
--- 857,870 ----
{$(INCLUDE)}"\sys\TYPES.H"\
+ !IF "$(CFG)" == "apache - Win32 Release"
+
+
"$(INTDIR)\util_snprintf.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\util_snprintf.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
***************
*** 879,890 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_UTIL_=\
- ".\./regex\regex.h"\
- ".\conf.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\util_snprintf.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
--- 873,878 ----
***************
*** 893,904 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_UTIL_=\
- ".\./regex\regex.h"\
- ".\conf.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\util_snprintf.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
--- 881,886 ----
***************
*** 919,927 ****
--- 901,913 ----
".\conf.h"\
".\http_main.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_BUFF_=\
+ ".\sfio.h"\
+
!IF "$(CFG)" == "apache - Win32 Release"
***************
*** 1001,1028 ****
# Begin Source File
SOURCE=.\http_bprintf.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_HTTP_=\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_HTTP_=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
--- 987,1014 ----
# Begin Source File
SOURCE=.\http_bprintf.c
DEP_CPP_HTTP_=\
+ ".\./regex\regex.h"\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
+ ".\httpd.h"\
+ ".\nt\readdir.h"\
+ {$(INCLUDE)}"\sys\STAT.H"\
+ {$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_HTTP_=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
***************
*** 1031,1041 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_HTTP_=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
-
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
--- 1017,1022 ----
***************
*** 1044,1057 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_HTTP_=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
--- 1025,1030 ----
***************
*** 1065,1073 ****
# Begin Source File
SOURCE=.\http_config.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_HTTP_C=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1038,1043 ----
***************
*** 1080,1109 ****
".\http_log.h"\
".\http_request.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_HTTP_C=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\explain.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
--- 1050,1071 ----
".\http_log.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_HTTP_C=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
***************
*** 1112,1132 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_HTTP_C=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\explain.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
--- 1074,1079 ----
***************
*** 1135,1149 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_HTTP_C=\
- ".\explain.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_request.h"\
- ".\httpd.h"\
-
"$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
--- 1082,1087 ----
***************
*** 1157,1165 ****
# Begin Source File
SOURCE=.\http_core.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_HTTP_CO=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1095,1100 ----
***************
*** 1173,1209 ****
".\http_protocol.h"\
".\httpd.h"\
".\md5.h"\
".\rfc1413.h"\
".\scoreboard.h"\
".\util_md5.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_HTTP_CO=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\md5.h"\
- ".\rfc1413.h"\
- ".\scoreboard.h"\
- ".\util_md5.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
--- 1108,1132 ----
".\http_protocol.h"\
".\httpd.h"\
".\md5.h"\
+ ".\nt\readdir.h"\
".\rfc1413.h"\
".\scoreboard.h"\
".\util_md5.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_HTTP_CO=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
***************
*** 1212,1236 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_HTTP_CO=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\md5.h"\
- ".\rfc1413.h"\
- ".\scoreboard.h"\
- ".\util_md5.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
--- 1135,1140 ----
***************
*** 1239,1266 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_HTTP_CO=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\md5.h"\
- ".\rfc1413.h"\
- ".\scoreboard.h"\
- ".\util_md5.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
- NODEP_CPP_HTTP_CO=\
- ".\sin_port"\
-
"$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
--- 1143,1148 ----
***************
*** 1274,1282 ****
# Begin Source File
SOURCE=.\http_log.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_HTTP_L=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1156,1161 ----
***************
*** 1286,1312 ****
".\http_core.h"\
".\http_log.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_HTTP_L=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
--- 1165,1186 ----
".\http_core.h"\
".\http_log.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_HTTP_L=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
***************
*** 1315,1332 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_HTTP_L=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
--- 1189,1194 ----
***************
*** 1335,1352 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_HTTP_L=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
--- 1197,1202 ----
***************
*** 1360,1368 ****
# Begin Source File
SOURCE=.\http_main.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_HTTP_M=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1210,1215 ----
***************
*** 1379,1416 ****
".\httpd.h"\
".\multithread.h"\
".\nt\getopt.h"\
".\nt\service.h"\
".\scoreboard.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_HTTP_M=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\explain.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\multithread.h"\
- ".\nt\getopt.h"\
- ".\nt\service.h"\
- ".\scoreboard.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
--- 1226,1249 ----
".\httpd.h"\
".\multithread.h"\
".\nt\getopt.h"\
+ ".\nt\readdir.h"\
".\nt\service.h"\
".\scoreboard.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_HTTP_M=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
***************
*** 1419,1445 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_HTTP_M=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\explain.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\multithread.h"\
- ".\nt\getopt.h"\
- ".\nt\service.h"\
- ".\scoreboard.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
--- 1252,1257 ----
***************
*** 1448,1474 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_HTTP_M=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\explain.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\multithread.h"\
- ".\nt\getopt.h"\
- ".\nt\service.h"\
- ".\scoreboard.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
--- 1260,1265 ----
***************
*** 1482,1490 ****
# Begin Source File
SOURCE=.\http_protocol.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_HTTP_P=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1273,1278 ----
***************
*** 1496,1526 ****
".\http_main.h"\
".\http_protocol.h"\
".\httpd.h"\
".\util_date.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_HTTP_P=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\util_date.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
--- 1284,1306 ----
".\http_main.h"\
".\http_protocol.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\util_date.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_HTTP_P=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
***************
*** 1529,1549 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_HTTP_P=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\util_date.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
--- 1309,1314 ----
***************
*** 1552,1572 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_HTTP_P=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\util_date.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
--- 1317,1322 ----
***************
*** 1592,1601 ****
--- 1342,1355 ----
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\scoreboard.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_HTTP_R=\
+ ".\sfio.h"\
+
!IF "$(CFG)" == "apache - Win32 Release"
***************
*** 1675,1683 ****
# Begin Source File
SOURCE=.\mod_access.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_A=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1429,1434 ----
***************
*** 1688,1712 ****
".\http_log.h"\
".\http_request.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_A=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_request.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
--- 1439,1460 ----
".\http_log.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_A=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
***************
*** 1715,1730 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_A=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_request.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
--- 1463,1468 ----
***************
*** 1733,1751 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_A=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
--- 1471,1476 ----
***************
*** 1759,1767 ****
# Begin Source File
SOURCE=.\mod_actions.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_AC=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1484,1489 ----
***************
*** 1774,1802 ****
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_AC=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
-
"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
--- 1496,1518 ----
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_AC=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
***************
*** 1805,1823 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_AC=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
-
"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
--- 1521,1526 ----
***************
*** 1826,1847 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_AC=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
--- 1529,1534 ----
***************
*** 1855,1863 ****
# Begin Source File
SOURCE=.\mod_alias.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_AL=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1542,1547 ----
***************
*** 1865,1886 ****
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_AL=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
--- 1549,1570 ----
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_AL=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
***************
*** 1889,1901 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_AL=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
--- 1573,1578 ----
***************
*** 1904,1919 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_AL=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
--- 1581,1586 ----
***************
*** 1927,1935 ****
# Begin Source File
SOURCE=.\mod_asis.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_AS=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1594,1599 ----
***************
*** 1941,1968 ****
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_AS=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
-
"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
--- 1605,1627 ----
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_AS=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
***************
*** 1971,1988 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_AS=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
-
"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
--- 1630,1635 ----
***************
*** 1991,2011 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_AS=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
--- 1638,1643 ----
***************
*** 2029,2037 ****
--- 1661,1673 ----
".\http_log.h"\
".\http_protocol.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_AU=\
+ ".\sfio.h"\
+
!IF "$(CFG)" == "apache - Win32 Release"
***************
*** 2077,2085 ****
--- 1713,1725 ----
".\conf.h"\
".\httpd.h"\
".\multithread.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_ALLOC=\
+ ".\sfio.h"\
+
!IF "$(CFG)" == "apache - Win32 Release"
***************
*** 2118,2126 ****
# Begin Source File
SOURCE=.\util_script.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_UTIL_S=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1758,1763 ----
***************
*** 2134,2163 ****
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_UTIL_S=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
-
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
--- 1771,1793 ----
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_UTIL_S=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
***************
*** 2166,2185 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_UTIL_S=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
-
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
--- 1796,1801 ----
***************
*** 2188,2274 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_UTIL_S=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
"$(INTDIR)\util_script.sbr" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
! !ENDIF
!
! # End Source File
!
################################################################################
! # Begin Source File
!
! SOURCE=.\mod_cgi.c
!
! !IF "$(CFG)" == "apache - Win32 Release"
!
! DEP_CPP_MOD_C=\
! ".\./regex\regex.h"\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_conf_globals.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\http_log.h"\
! ".\http_main.h"\
! ".\http_protocol.h"\
! ".\http_request.h"\
! ".\httpd.h"\
! ".\util_script.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
!
! "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
!
!
! !ELSEIF "$(CFG)" == "apache - Win32 Debug"
!
! DEP_CPP_MOD_C=\
! ".\./regex\regex.h"\
! ".\alloc.h"\
! ".\buff.h"\
! ".\conf.h"\
! ".\http_conf_globals.h"\
! ".\http_config.h"\
! ".\http_core.h"\
! ".\http_log.h"\
! ".\http_main.h"\
! ".\http_protocol.h"\
! ".\http_request.h"\
! ".\httpd.h"\
! ".\util_script.h"\
! {$(INCLUDE)}"\sys\STAT.H"\
! {$(INCLUDE)}"\sys\TYPES.H"\
!
!
! "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
!
! "$(INTDIR)\mod_cgi.sbr" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
!
! !ELSEIF "$(CFG)" == "apache - Win32 Pre"
DEP_CPP_MOD_C=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1804,1822 ----
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
"$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
"$(INTDIR)\util_script.sbr" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
! !ENDIF
! # End Source File
!
################################################################################
! # Begin Source File
+ SOURCE=.\mod_cgi.c
DEP_CPP_MOD_C=\
".\./regex\regex.h"\
".\alloc.h"\
***************
*** 2282,2291 ****
--- 1830,1860 ----
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_C=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
+
+ "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
+
+
+ !ELSEIF "$(CFG)" == "apache - Win32 Debug"
+
+
+ "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
+
+ "$(INTDIR)\mod_cgi.sbr" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
+
+
+ !ELSEIF "$(CFG)" == "apache - Win32 Pre"
+
"$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
***************
*** 2294,2316 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_C=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
--- 1863,1868 ----
***************
*** 2324,2332 ****
# Begin Source File
SOURCE=.\mod_dir.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_D=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1876,1881 ----
***************
*** 2344,2370 ****
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_D=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
--- 1893,1910 ----
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_D=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
***************
*** 2373,2393 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_D=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
--- 1913,1918 ----
***************
*** 2396,2418 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_D=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\nt\readdir.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
--- 1921,1926 ----
***************
*** 2426,2434 ****
# Begin Source File
SOURCE=.\mod_env.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_E=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1934,1939 ----
***************
*** 2436,2457 ****
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_E=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
--- 1941,1962 ----
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_E=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
***************
*** 2460,2472 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_E=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
--- 1965,1970 ----
***************
*** 2475,2490 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_E=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
--- 1973,1978 ----
***************
*** 2498,2506 ****
# Begin Source File
SOURCE=.\mod_imap.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_I=\
".\./regex\regex.h"\
".\alloc.h"\
--- 1986,1991 ----
***************
*** 2513,2544 ****
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_I=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
--- 1998,2020 ----
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_I=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
***************
*** 2547,2568 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_I=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
--- 2023,2028 ----
***************
*** 2571,2592 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_I=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\http_request.h"\
- ".\httpd.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
--- 2031,2036 ----
***************
*** 2612,2617 ****
--- 2056,2062 ----
".\http_protocol.h"\
".\http_request.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
***************
*** 2619,2624 ****
--- 2064,2070 ----
NODEP_CPP_MOD_IN=\
".\config.h"\
".\modules\perl\mod_perl.h"\
+ ".\sfio.h"\
!IF "$(CFG)" == "apache - Win32 Release"
***************
*** 2658,2666 ****
# Begin Source File
SOURCE=.\mod_log_config.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_L=\
".\./regex\regex.h"\
".\alloc.h"\
--- 2104,2109 ----
***************
*** 2669,2691 ****
".\http_config.h"\
".\http_core.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_L=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
--- 2112,2133 ----
".\http_config.h"\
".\http_core.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_L=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
***************
*** 2694,2707 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_L=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
--- 2136,2141 ----
***************
*** 2710,2726 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_L=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
--- 2144,2149 ----
***************
*** 2734,2742 ****
# Begin Source File
SOURCE=.\mod_mime.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_M=\
".\./regex\regex.h"\
".\alloc.h"\
--- 2157,2162 ----
***************
*** 2744,2765 ****
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_M=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
--- 2164,2185 ----
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_M=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
***************
*** 2768,2780 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_M=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
--- 2188,2193 ----
***************
*** 2783,2798 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_M=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
--- 2196,2201 ----
***************
*** 2831,2836 ****
--- 2234,2240 ----
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
DEP_CPP_MOD_N=\
+ ".\./regex\regex.h"\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
***************
*** 2841,2846 ****
--- 2245,2251 ----
".\httpd.h"\
".\nt\readdir.h"\
".\util_script.h"\
+ {$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
***************
*** 2852,2857 ****
--- 2257,2263 ----
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
DEP_CPP_MOD_N=\
+ ".\./regex\regex.h"\
".\alloc.h"\
".\buff.h"\
".\conf.h"\
***************
*** 2862,2869 ****
--- 2268,2279 ----
".\httpd.h"\
".\nt\readdir.h"\
".\util_script.h"\
+ {$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_N=\
+ ".\sfio.h"\
+
"$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
***************
*** 2887,2892 ****
--- 2297,2305 ----
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_N=\
+ ".\sfio.h"\
+
"$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
***************
*** 2900,2908 ****
# Begin Source File
SOURCE=.\mod_userdir.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_U=\
".\./regex\regex.h"\
".\alloc.h"\
--- 2313,2318 ----
***************
*** 2910,2931 ****
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_U=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
--- 2320,2341 ----
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_U=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
***************
*** 2934,2946 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_U=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
--- 2344,2349 ----
***************
*** 2949,2964 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_U=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
--- 2352,2357 ----
***************
*** 2972,2980 ****
# Begin Source File
SOURCE=.\rfc1413.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_RFC14=\
".\./regex\regex.h"\
".\alloc.h"\
--- 2365,2370 ----
***************
*** 2983,3007 ****
".\http_log.h"\
".\http_main.h"\
".\httpd.h"\
".\rfc1413.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_RFC14=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\httpd.h"\
- ".\rfc1413.h"\
-
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
--- 2373,2395 ----
".\http_log.h"\
".\http_main.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\rfc1413.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_RFC14=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
***************
*** 3010,3024 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_RFC14=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\httpd.h"\
- ".\rfc1413.h"\
-
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
--- 2398,2403 ----
***************
*** 3027,3044 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_RFC14=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\httpd.h"\
- ".\rfc1413.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
--- 2406,2411 ----
***************
*** 3059,3067 ****
--- 2426,2438 ----
".\conf.h"\
".\http_conf_globals.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_UTIL_C=\
+ ".\sfio.h"\
+
!IF "$(CFG)" == "apache - Win32 Release"
***************
*** 3102,3107 ****
--- 2473,2479 ----
SOURCE=.\util_date.c
DEP_CPP_UTIL_D=\
".\util_date.h"\
+ {$(INCLUDE)}"\sys\TYPES.H"\
!IF "$(CFG)" == "apache - Win32 Release"
***************
*** 3141,3149 ****
# Begin Source File
SOURCE=.\util_md5.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_UTIL_M=\
".\./regex\regex.h"\
".\alloc.h"\
--- 2513,2518 ----
***************
*** 3151,3174 ****
".\conf.h"\
".\httpd.h"\
".\md5.h"\
".\util_md5.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_UTIL_M=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\httpd.h"\
- ".\md5.h"\
- ".\util_md5.h"\
-
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
--- 2520,2542 ----
".\conf.h"\
".\httpd.h"\
".\md5.h"\
+ ".\nt\readdir.h"\
".\util_md5.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_UTIL_M=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
***************
*** 3177,3190 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_UTIL_M=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\httpd.h"\
- ".\md5.h"\
- ".\util_md5.h"\
-
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
--- 2545,2550 ----
***************
*** 3193,3209 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_UTIL_M=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\httpd.h"\
- ".\md5.h"\
- ".\util_md5.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
--- 2553,2558 ----
***************
*** 3217,3225 ****
# Begin Source File
SOURCE=.\mod_browser.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_B=\
".\./regex\regex.h"\
".\alloc.h"\
--- 2566,2571 ----
***************
*** 3227,3248 ****
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_browser.obj" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_B=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_browser.obj" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
--- 2573,2594 ----
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_B=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_browser.obj" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_browser.obj" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
***************
*** 3251,3263 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_B=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
"$(INTDIR)\mod_browser.obj" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
--- 2597,2602 ----
***************
*** 3266,3281 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_B=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_browser.obj" : $(SOURCE) $(DEP_CPP_MOD_B) "$(INTDIR)"
--- 2605,2610 ----
***************
*** 3289,3297 ****
# Begin Source File
SOURCE=.\NT\modules.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MODUL=\
".\./regex\regex.h"\
".\alloc.h"\
--- 2618,2623 ----
***************
*** 3299,3307 ****
--- 2625,2640 ----
".\conf.h"\
".\http_config.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MODUL=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
***************
*** 3309,3321 ****
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MODUL=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
--- 2642,2647 ----
***************
*** 3329,3341 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MODUL=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
-
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
--- 2655,2660 ----
***************
*** 3349,3364 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MODUL=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_config.h"\
- ".\httpd.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
--- 2668,2673 ----
***************
*** 3377,3403 ****
# Begin Source File
SOURCE=.\NT\multithread.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MULTI=\
".\conf.h"\
".\multithread.h"\
"$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MULTI=\
- ".\./regex\regex.h"\
- ".\conf.h"\
- ".\multithread.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
--- 2686,2708 ----
# Begin Source File
SOURCE=.\NT\multithread.c
DEP_CPP_MULTI=\
+ ".\./regex\regex.h"\
".\conf.h"\
".\multithread.h"\
+ {$(INCLUDE)}"\sys\STAT.H"\
+ {$(INCLUDE)}"\sys\TYPES.H"\
+ !IF "$(CFG)" == "apache - Win32 Release"
+
+
"$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
$(CPP) $(CPP_PROJ) $(SOURCE)
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
***************
*** 3411,3420 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MULTI=\
- ".\conf.h"\
- ".\multithread.h"\
-
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
--- 2716,2721 ----
***************
*** 3428,3440 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MULTI=\
- ".\./regex\regex.h"\
- ".\conf.h"\
- ".\multithread.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
BuildCmds= \
$(CPP) $(CPP_PROJ) $(SOURCE) \
--- 2729,2734 ----
***************
*** 3454,3461 ****
--- 2748,2759 ----
SOURCE=.\NT\service.c
DEP_CPP_SERVI=\
+ ".\./regex\regex.h"\
+ ".\conf.h"\
".\multithread.h"\
".\nt\service.h"\
+ {$(INCLUDE)}"\sys\STAT.H"\
+ {$(INCLUDE)}"\sys\TYPES.H"\
!IF "$(CFG)" == "apache - Win32 Release"
***************
*** 3565,3573 ****
# Begin Source File
SOURCE=.\mod_info.c
-
- !IF "$(CFG)" == "apache - Win32 Release"
-
DEP_CPP_MOD_INF=\
".\./regex\regex.h"\
".\alloc.h"\
--- 2863,2868 ----
***************
*** 3580,3608 ****
".\http_main.h"\
".\http_protocol.h"\
".\httpd.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_info.obj" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
- DEP_CPP_MOD_INF=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\util_script.h"\
-
"$(INTDIR)\mod_info.obj" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
--- 2875,2897 ----
".\http_main.h"\
".\http_protocol.h"\
".\httpd.h"\
+ ".\nt\readdir.h"\
".\util_script.h"\
{$(INCLUDE)}"\sys\STAT.H"\
{$(INCLUDE)}"\sys\TYPES.H"\
+ NODEP_CPP_MOD_INF=\
+ ".\sfio.h"\
+
+
+ !IF "$(CFG)" == "apache - Win32 Release"
+
"$(INTDIR)\mod_info.obj" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
!ELSEIF "$(CFG)" == "apache - Win32 Debug"
"$(INTDIR)\mod_info.obj" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
***************
*** 3611,3629 ****
!ELSEIF "$(CFG)" == "apache - Win32 Pre"
- DEP_CPP_MOD_INF=\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\util_script.h"\
-
"$(INTDIR)\mod_info.obj" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
--- 2900,2905 ----
***************
*** 3632,3653 ****
!ELSEIF "$(CFG)" == "apache - Win32 Profile"
- DEP_CPP_MOD_INF=\
- ".\./regex\regex.h"\
- ".\alloc.h"\
- ".\buff.h"\
- ".\conf.h"\
- ".\http_conf_globals.h"\
- ".\http_config.h"\
- ".\http_core.h"\
- ".\http_log.h"\
- ".\http_main.h"\
- ".\http_protocol.h"\
- ".\httpd.h"\
- ".\util_script.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
-
"$(INTDIR)\mod_info.obj" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
--- 2908,2913 ----
1.35 +0 -4 apache/src/mod_dir.c
Index: mod_dir.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_dir.c,v
retrieving revision 1.34
retrieving revision 1.35
diff -C3 -r1.34 -r1.35
*** mod_dir.c 1997/07/08 23:11:41 1.34
--- mod_dir.c 1997/07/12 12:33:13 1.35
***************
*** 63,72 ****
#include "http_main.h"
#include "util_script.h"
- #ifdef WIN32
- #include "nt/readdir.h"
- #endif
-
module dir_module;
typedef struct dir_config_struct {
--- 63,68 ----
1.47 +0 -3 apache/src/mod_negotiation.c
Index: mod_negotiation.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_negotiation.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -C3 -r1.46 -r1.47
*** mod_negotiation.c 1997/07/08 06:32:34 1.46
--- mod_negotiation.c 1997/07/12 12:33:13 1.47
***************
*** 63,71 ****
#include "http_core.h"
#include "http_log.h"
#include "util_script.h"
- #ifdef WIN32
- #include "nt/readdir.h"
- #endif
/* define TCN_02 to allow for Holtman I-D transparent negotiation.
* This file currently implements the draft-02, except for
--- 63,68 ----
1.3 +2 -20 apache/src/modules/proxy/proxy.mak
Index: proxy.mak
===================================================================
RCS file: /export/home/cvs/apache/src/modules/proxy/proxy.mak,v
retrieving revision 1.2
retrieving revision 1.3
diff -C3 -r1.2 -r1.3
*** proxy.mak 1997/06/28 22:39:28 1.2
--- proxy.mak 1997/07/12 12:33:16 1.3
***************
*** 225,238 ****
DEP_CPP_PROXY=\
"..\..\conf.h"\
- ".\../../regex\regex.h"\
".\../..\http_main.h"\
".\../..\httpd.h"\
".\../..\md5.h"\
".\../..\multithread.h"\
".\mod_proxy.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\proxy_util.obj" : $(SOURCE) $(DEP_CPP_PROXY) "$(INTDIR)"
--- 225,235 ----
***************
*** 251,257 ****
!IF "$(CFG)" == "proxy - Win32 Release"
DEP_CPP_PROXY_=\
- "..\..\nt\readdir.h"\
".\../..\http_log.h"\
".\../..\http_main.h"\
".\../..\httpd.h"\
--- 248,253 ----
***************
*** 259,264 ****
--- 255,261 ----
".\../..\multithread.h"\
".\../..\util_date.h"\
".\mod_proxy.h"\
+ {$(INCLUDE)}"\sys\TYPES.H"\
{$(INCLUDE)}"\sys\UTIME.H"\
***************
*** 269,276 ****
DEP_CPP_PROXY_=\
"..\..\conf.h"\
- "..\..\nt\readdir.h"\
- ".\../../regex\regex.h"\
".\../..\http_log.h"\
".\../..\http_main.h"\
".\../..\httpd.h"\
--- 266,271 ----
***************
*** 278,285 ****
".\../..\multithread.h"\
".\../..\util_date.h"\
".\mod_proxy.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
{$(INCLUDE)}"\sys\UTIME.H"\
--- 273,278 ----
***************
*** 312,324 ****
DEP_CPP_PROXY_C=\
"..\..\conf.h"\
- ".\../../regex\regex.h"\
".\../..\http_log.h"\
".\../..\http_main.h"\
".\../..\httpd.h"\
".\mod_proxy.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\proxy_connect.obj" : $(SOURCE) $(DEP_CPP_PROXY_C) "$(INTDIR)"
--- 305,314 ----
***************
*** 349,360 ****
DEP_CPP_PROXY_F=\
"..\..\conf.h"\
- ".\../../regex\regex.h"\
".\../..\http_main.h"\
".\../..\httpd.h"\
".\mod_proxy.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\proxy_ftp.obj" : $(SOURCE) $(DEP_CPP_PROXY_F) "$(INTDIR)"
--- 339,347 ----
***************
*** 378,383 ****
--- 365,371 ----
".\../..\httpd.h"\
".\../..\util_date.h"\
".\mod_proxy.h"\
+ {$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\proxy_http.obj" : $(SOURCE) $(DEP_CPP_PROXY_H) "$(INTDIR)"
***************
*** 387,400 ****
DEP_CPP_PROXY_H=\
"..\..\conf.h"\
- ".\../../regex\regex.h"\
".\../..\http_log.h"\
".\../..\http_main.h"\
".\../..\httpd.h"\
".\../..\util_date.h"\
".\mod_proxy.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\proxy_http.obj" : $(SOURCE) $(DEP_CPP_PROXY_H) "$(INTDIR)"
--- 375,385 ----
***************
*** 424,434 ****
DEP_CPP_MOD_P=\
"..\..\conf.h"\
- ".\../../regex\regex.h"\
".\../..\httpd.h"\
".\mod_proxy.h"\
- {$(INCLUDE)}"\sys\STAT.H"\
- {$(INCLUDE)}"\sys\TYPES.H"\
"$(INTDIR)\mod_proxy.obj" : $(SOURCE) $(DEP_CPP_MOD_P) "$(INTDIR)"
--- 409,416 ----
1.18 +0 -1 apache/src/modules/proxy/proxy_cache.c
Index: proxy_cache.c
===================================================================
RCS file: /export/home/cvs/apache/src/modules/proxy/proxy_cache.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -C3 -r1.17 -r1.18
*** proxy_cache.c 1997/06/28 22:39:29 1.17
--- proxy_cache.c 1997/07/12 12:33:17 1.18
***************
*** 60,66 ****
#include "util_date.h"
#ifdef WIN32
#include <sys/utime.h>
- #include "../../nt/readdir.h"
#else
#include <utime.h>
#endif /* WIN32 */
--- 60,65 ----