You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@hyperreal.org on 1998/08/06 00:15:09 UTC

cvs commit: apache-1.3/src/ap ap.dsp ap.mak

coar        98/08/05 15:15:08

  Modified:    src      ApacheCore.dsp ApacheCore.mak
               src/ap   ap.dsp ap.mak
  Log:
  	Update the ApacheCore.{dsp,mak} and ap/ap.{dsp,mak} files
  	due to the move of fnmatch.c..  (1st time I've done this,
  	hope it works!).
  
  Revision  Changes    Path
  1.28      +4 -8      apache-1.3/src/ApacheCore.dsp
  
  Index: ApacheCore.dsp
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/ApacheCore.dsp,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- ApacheCore.dsp	1998/05/29 18:20:34	1.27
  +++ ApacheCore.dsp	1998/08/05 22:15:01	1.28
  @@ -110,10 +110,6 @@
   # End Source File
   # Begin Source File
   
  -SOURCE=.\main\fnmatch.c
  -# End Source File
  -# Begin Source File
  -
   SOURCE=.\os\win32\getopt.c
   # End Source File
   # Begin Source File
  @@ -282,6 +278,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\include\ap_md5.h
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\include\buff.h
   # End Source File
   # Begin Source File
  @@ -339,10 +339,6 @@
   # Begin Source File
   
   SOURCE=.\include\httpd.h
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=.\include\ap_md5.h
   # End Source File
   # Begin Source File
   
  
  
  
  1.38      +176 -232  apache-1.3/src/ApacheCore.mak
  
  Index: ApacheCore.mak
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/ApacheCore.mak,v
  retrieving revision 1.37
  retrieving revision 1.38
  diff -u -r1.37 -r1.38
  --- ApacheCore.mak	1998/05/29 18:20:34	1.37
  +++ ApacheCore.mak	1998/08/05 22:15:02	1.38
  @@ -54,7 +54,6 @@
   	-@erase "$(INTDIR)\alloc.obj"
   	-@erase "$(INTDIR)\buff.obj"
   	-@erase "$(INTDIR)\buildmark.obj"
  -	-@erase "$(INTDIR)\fnmatch.obj"
   	-@erase "$(INTDIR)\getopt.obj"
   	-@erase "$(INTDIR)\http_config.obj"
   	-@erase "$(INTDIR)\http_core.obj"
  @@ -125,7 +124,6 @@
   	"$(INTDIR)\alloc.obj" \
   	"$(INTDIR)\buff.obj" \
   	"$(INTDIR)\buildmark.obj" \
  -	"$(INTDIR)\fnmatch.obj" \
   	"$(INTDIR)\getopt.obj" \
   	"$(INTDIR)\http_config.obj" \
   	"$(INTDIR)\http_core.obj" \
  @@ -196,8 +194,6 @@
   	-@erase "$(INTDIR)\buff.sbr"
   	-@erase "$(INTDIR)\buildmark.obj"
   	-@erase "$(INTDIR)\buildmark.sbr"
  -	-@erase "$(INTDIR)\fnmatch.obj"
  -	-@erase "$(INTDIR)\fnmatch.sbr"
   	-@erase "$(INTDIR)\getopt.obj"
   	-@erase "$(INTDIR)\getopt.sbr"
   	-@erase "$(INTDIR)\http_config.obj"
  @@ -300,7 +296,6 @@
   	"$(INTDIR)\alloc.sbr" \
   	"$(INTDIR)\buff.sbr" \
   	"$(INTDIR)\buildmark.sbr" \
  -	"$(INTDIR)\fnmatch.sbr" \
   	"$(INTDIR)\getopt.sbr" \
   	"$(INTDIR)\http_config.sbr" \
   	"$(INTDIR)\http_core.sbr" \
  @@ -359,7 +354,6 @@
   	"$(INTDIR)\alloc.obj" \
   	"$(INTDIR)\buff.obj" \
   	"$(INTDIR)\buildmark.obj" \
  -	"$(INTDIR)\fnmatch.obj" \
   	"$(INTDIR)\getopt.obj" \
   	"$(INTDIR)\http_config.obj" \
   	"$(INTDIR)\http_core.obj" \
  @@ -457,6 +451,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_ALLOC=\
  +	".\include\apctype.h"\
  +	
   
   "$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
  @@ -477,6 +474,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_ALLOC=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\alloc.obj"	"$(INTDIR)\alloc.sbr" : $(SOURCE) $(DEP_CPP_ALLOC)\
    "$(INTDIR)"
  @@ -502,6 +502,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_BUFF_=\
  +	".\include\apctype.h"\
  +	
   
   "$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
  @@ -522,6 +525,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_BUFF_=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\buff.obj"	"$(INTDIR)\buff.sbr" : $(SOURCE) $(DEP_CPP_BUFF_)\
    "$(INTDIR)"
  @@ -544,13 +550,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_BUILD=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\buildmark.obj" : $(SOURCE) $(DEP_CPP_BUILD) "$(INTDIR)"
  @@ -569,6 +571,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_BUILD=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\buildmark.obj"	"$(INTDIR)\buildmark.sbr" : $(SOURCE)\
    $(DEP_CPP_BUILD) "$(INTDIR)"
  @@ -576,37 +581,6 @@
   
   !ENDIF 
   
  -SOURCE=.\main\fnmatch.c
  -
  -!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  -
  -DEP_CPP_FNMAT=\
  -	".\include\conf.h"\
  -	".\include\fnmatch.h"\
  -	".\include\hsregex.h"\
  -	".\os\win32\os.h"\
  -	
  -
  -"$(INTDIR)\fnmatch.obj" : $(SOURCE) $(DEP_CPP_FNMAT) "$(INTDIR)"
  -	$(CPP) $(CPP_PROJ) $(SOURCE)
  -
  -
  -!ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
  -
  -DEP_CPP_FNMAT=\
  -	".\include\conf.h"\
  -	".\include\fnmatch.h"\
  -	".\include\hsregex.h"\
  -	".\os\win32\os.h"\
  -	
  -
  -"$(INTDIR)\fnmatch.obj"	"$(INTDIR)\fnmatch.sbr" : $(SOURCE) $(DEP_CPP_FNMAT)\
  - "$(INTDIR)"
  -	$(CPP) $(CPP_PROJ) $(SOURCE)
  -
  -
  -!ENDIF 
  -
   SOURCE=.\os\win32\getopt.c
   
   !IF  "$(CFG)" == "ApacheCore - Win32 Release"
  @@ -646,13 +620,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_HTTP_=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\http_config.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
  @@ -679,6 +649,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_HTTP_=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\http_config.obj"	"$(INTDIR)\http_config.sbr" : $(SOURCE)\
    $(DEP_CPP_HTTP_) "$(INTDIR)"
  @@ -694,6 +667,7 @@
   DEP_CPP_HTTP_C=\
   	".\include\alloc.h"\
   	".\include\ap.h"\
  +	".\include\ap_md5.h"\
   	".\include\buff.h"\
   	".\include\conf.h"\
   	".\include\fnmatch.h"\
  @@ -707,20 +681,15 @@
   	".\include\http_request.h"\
   	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  -	".\include\ap_md5.h"\
   	".\include\rfc1413.h"\
   	".\include\scoreboard.h"\
   	".\include\util_md5.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_HTTP_C=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_C) "$(INTDIR)"
  @@ -745,7 +714,6 @@
   	".\include\http_request.h"\
   	".\include\http_vhost.h"\
   	".\include\httpd.h"\
  -	".\include\ap_md5.h"\
   	".\include\rfc1413.h"\
   	".\include\scoreboard.h"\
   	".\include\util_md5.h"\
  @@ -753,6 +721,10 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_HTTP_C=\
  +	".\include\hide.h"\
  +	".\include\md5.h"\
  +	
   
   "$(INTDIR)\http_core.obj"	"$(INTDIR)\http_core.sbr" : $(SOURCE)\
    $(DEP_CPP_HTTP_C) "$(INTDIR)"
  @@ -779,13 +751,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_HTTP_L=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
  @@ -809,6 +777,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_HTTP_L=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\http_log.obj"	"$(INTDIR)\http_log.sbr" : $(SOURCE) $(DEP_CPP_HTTP_L)\
    "$(INTDIR)"
  @@ -846,13 +817,9 @@
   	".\os\win32\readdir.h"\
   	".\os\win32\registry.h"\
   	".\os\win32\service.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_HTTP_M=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
  @@ -887,6 +854,9 @@
   	".\os\win32\registry.h"\
   	".\os\win32\service.h"\
   	
  +NODEP_CPP_HTTP_M=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\http_main.obj"	"$(INTDIR)\http_main.sbr" : $(SOURCE)\
    $(DEP_CPP_HTTP_M) "$(INTDIR)"
  @@ -918,13 +888,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_HTTP_P=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
  @@ -953,6 +919,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_HTTP_P=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\http_protocol.obj"	"$(INTDIR)\http_protocol.sbr" : $(SOURCE)\
    $(DEP_CPP_HTTP_P) "$(INTDIR)"
  @@ -983,13 +952,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_HTTP_R=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
  @@ -1017,6 +982,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_HTTP_R=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\http_request.obj"	"$(INTDIR)\http_request.sbr" : $(SOURCE)\
    $(DEP_CPP_HTTP_R) "$(INTDIR)"
  @@ -1044,13 +1012,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_HTTP_V=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\http_vhost.obj" : $(SOURCE) $(DEP_CPP_HTTP_V) "$(INTDIR)"
  @@ -1075,6 +1039,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_HTTP_V=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\http_vhost.obj"	"$(INTDIR)\http_vhost.sbr" : $(SOURCE)\
    $(DEP_CPP_HTTP_V) "$(INTDIR)"
  @@ -1088,15 +1055,13 @@
   !IF  "$(CFG)" == "ApacheCore - Win32 Release"
   
   DEP_CPP_MD5C_=\
  +	".\include\ap_md5.h"\
   	".\include\conf.h"\
   	".\include\hsregex.h"\
  -	".\include\ap_md5.h"\
   	".\os\win32\os.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MD5C_=\
  -	".\include\os.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\md5c.obj" : $(SOURCE) $(DEP_CPP_MD5C_) "$(INTDIR)"
  @@ -1108,9 +1073,12 @@
   DEP_CPP_MD5C_=\
   	".\include\conf.h"\
   	".\include\hsregex.h"\
  -	".\include\ap_md5.h"\
   	".\os\win32\os.h"\
   	
  +NODEP_CPP_MD5C_=\
  +	".\include\hide.h"\
  +	".\include\md5.h"\
  +	
   
   "$(INTDIR)\md5c.obj"	"$(INTDIR)\md5c.sbr" : $(SOURCE) $(DEP_CPP_MD5C_)\
    "$(INTDIR)"
  @@ -1137,13 +1105,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_A=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_access.obj" : $(SOURCE) $(DEP_CPP_MOD_A) "$(INTDIR)"
  @@ -1167,6 +1131,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_A=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_access.obj"	"$(INTDIR)\mod_access.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_A) "$(INTDIR)"
  @@ -1196,13 +1163,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_AC=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_actions.obj" : $(SOURCE) $(DEP_CPP_MOD_AC) "$(INTDIR)"
  @@ -1229,6 +1192,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_AC=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_actions.obj"	"$(INTDIR)\mod_actions.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_AC) "$(INTDIR)"
  @@ -1252,13 +1218,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_AL=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_alias.obj" : $(SOURCE) $(DEP_CPP_MOD_AL) "$(INTDIR)"
  @@ -1279,6 +1241,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_AL=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_alias.obj"	"$(INTDIR)\mod_alias.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_AL) "$(INTDIR)"
  @@ -1307,13 +1272,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_AS=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_asis.obj" : $(SOURCE) $(DEP_CPP_MOD_AS) "$(INTDIR)"
  @@ -1339,6 +1300,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_AS=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_asis.obj"	"$(INTDIR)\mod_asis.sbr" : $(SOURCE) $(DEP_CPP_MOD_AS)\
    "$(INTDIR)"
  @@ -1365,13 +1329,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_AU=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
  @@ -1395,6 +1355,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_AU=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_auth.obj"	"$(INTDIR)\mod_auth.sbr" : $(SOURCE) $(DEP_CPP_MOD_AU)\
    "$(INTDIR)"
  @@ -1424,13 +1387,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_AUT=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_autoindex.obj" : $(SOURCE) $(DEP_CPP_MOD_AUT) "$(INTDIR)"
  @@ -1457,6 +1416,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_AUT=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_autoindex.obj"	"$(INTDIR)\mod_autoindex.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_AUT) "$(INTDIR)"
  @@ -1487,13 +1449,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_C=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
  @@ -1521,6 +1479,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_C=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_cgi.obj"	"$(INTDIR)\mod_cgi.sbr" : $(SOURCE) $(DEP_CPP_MOD_C)\
    "$(INTDIR)"
  @@ -1550,13 +1511,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_D=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_dir.obj" : $(SOURCE) $(DEP_CPP_MOD_D) "$(INTDIR)"
  @@ -1583,6 +1540,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_D=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_dir.obj"	"$(INTDIR)\mod_dir.sbr" : $(SOURCE) $(DEP_CPP_MOD_D)\
    "$(INTDIR)"
  @@ -1606,13 +1566,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_E=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_env.obj" : $(SOURCE) $(DEP_CPP_MOD_E) "$(INTDIR)"
  @@ -1633,6 +1589,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_E=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_env.obj"	"$(INTDIR)\mod_env.sbr" : $(SOURCE) $(DEP_CPP_MOD_E)\
    "$(INTDIR)"
  @@ -1662,13 +1621,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_I=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  @@ -1695,6 +1650,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_I=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_imap.obj"	"$(INTDIR)\mod_imap.sbr" : $(SOURCE) $(DEP_CPP_MOD_I)\
    "$(INTDIR)"
  @@ -1724,15 +1682,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_IN=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  -	".\modules\standard\config.h"\
  -	".\modules\standard\modules\perl\mod_perl.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
  @@ -1759,6 +1711,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_IN=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_include.obj"	"$(INTDIR)\mod_include.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_IN) "$(INTDIR)"
  @@ -1787,12 +1742,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_IS=\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_isapi.obj" : $(SOURCE) $(DEP_CPP_MOD_IS) "$(INTDIR)"
  @@ -1818,6 +1770,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_IS=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_isapi.obj"	"$(INTDIR)\mod_isapi.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_IS) "$(INTDIR)"
  @@ -1843,13 +1798,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_L=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_log_config.obj" : $(SOURCE) $(DEP_CPP_MOD_L) "$(INTDIR)"
  @@ -1872,6 +1823,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_L=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_log_config.obj"	"$(INTDIR)\mod_log_config.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_L) "$(INTDIR)"
  @@ -1891,17 +1845,14 @@
   	".\include\conf.h"\
   	".\include\hsregex.h"\
   	".\include\http_config.h"\
  +	".\include\http_log.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_M=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_mime.obj" : $(SOURCE) $(DEP_CPP_MOD_M) "$(INTDIR)"
  @@ -1922,6 +1873,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_M=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_mime.obj"	"$(INTDIR)\mod_mime.sbr" : $(SOURCE) $(DEP_CPP_MOD_M)\
    "$(INTDIR)"
  @@ -1949,13 +1903,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_N=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
  @@ -1980,6 +1930,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_N=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_negotiation.obj"	"$(INTDIR)\mod_negotiation.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_N) "$(INTDIR)"
  @@ -2005,13 +1958,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_S=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_setenvif.obj" : $(SOURCE) $(DEP_CPP_MOD_S) "$(INTDIR)"
  @@ -2034,6 +1983,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_S=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_setenvif.obj"	"$(INTDIR)\mod_setenvif.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_S) "$(INTDIR)"
  @@ -2058,13 +2010,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_SO=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_so.obj" : $(SOURCE) $(DEP_CPP_MOD_SO) "$(INTDIR)"
  @@ -2086,6 +2034,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_SO=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_so.obj"	"$(INTDIR)\mod_so.sbr" : $(SOURCE) $(DEP_CPP_MOD_SO)\
    "$(INTDIR)"
  @@ -2109,13 +2060,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MOD_U=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\mod_userdir.obj" : $(SOURCE) $(DEP_CPP_MOD_U) "$(INTDIR)"
  @@ -2136,6 +2083,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MOD_U=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\mod_userdir.obj"	"$(INTDIR)\mod_userdir.sbr" : $(SOURCE)\
    $(DEP_CPP_MOD_U) "$(INTDIR)"
  @@ -2159,12 +2109,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_MODUL=\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
  @@ -2185,6 +2132,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_MODUL=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\modules.obj"	"$(INTDIR)\modules.sbr" : $(SOURCE) $(DEP_CPP_MODUL)\
    "$(INTDIR)"
  @@ -2202,8 +2152,9 @@
   	".\include\hsregex.h"\
   	".\include\multithread.h"\
   	".\os\win32\os.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
  +	
  +NODEP_CPP_MULTI=\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\multithread.obj" : $(SOURCE) $(DEP_CPP_MULTI) "$(INTDIR)"
  @@ -2218,6 +2169,9 @@
   	".\include\multithread.h"\
   	".\os\win32\os.h"\
   	
  +NODEP_CPP_MULTI=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\multithread.obj"	"$(INTDIR)\multithread.sbr" : $(SOURCE)\
    $(DEP_CPP_MULTI) "$(INTDIR)"
  @@ -2227,23 +2181,19 @@
   !ENDIF 
   
   SOURCE=.\os\win32\readdir.c
  -
  -!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  -
   DEP_CPP_READD=\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   
  +!IF  "$(CFG)" == "ApacheCore - Win32 Release"
  +
  +
   "$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
   	$(CPP) $(CPP_PROJ) $(SOURCE)
   
   
   !ELSEIF  "$(CFG)" == "ApacheCore - Win32 Debug"
   
  -DEP_CPP_READD=\
  -	".\os\win32\readdir.h"\
  -	
   
   "$(INTDIR)\readdir.obj"	"$(INTDIR)\readdir.sbr" : $(SOURCE) $(DEP_CPP_READD)\
    "$(INTDIR)"
  @@ -2267,12 +2217,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_REGIS=\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\registry.obj" : $(SOURCE) $(DEP_CPP_REGIS) "$(INTDIR)"
  @@ -2293,6 +2240,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_REGIS=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\registry.obj"	"$(INTDIR)\registry.sbr" : $(SOURCE) $(DEP_CPP_REGIS)\
    "$(INTDIR)"
  @@ -2318,13 +2268,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_RFC14=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\rfc1413.obj" : $(SOURCE) $(DEP_CPP_RFC14) "$(INTDIR)"
  @@ -2347,6 +2293,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_RFC14=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\rfc1413.obj"	"$(INTDIR)\rfc1413.sbr" : $(SOURCE) $(DEP_CPP_RFC14)\
    "$(INTDIR)"
  @@ -2375,12 +2324,9 @@
   	".\os\win32\readdir.h"\
   	".\os\win32\registry.h"\
   	".\os\win32\service.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_SERVI=\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\service.obj" : $(SOURCE) $(DEP_CPP_SERVI) "$(INTDIR)"
  @@ -2406,6 +2352,9 @@
   	".\os\win32\registry.h"\
   	".\os\win32\service.h"\
   	
  +NODEP_CPP_SERVI=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\service.obj"	"$(INTDIR)\service.sbr" : $(SOURCE) $(DEP_CPP_SERVI)\
    "$(INTDIR)"
  @@ -2431,13 +2380,9 @@
   	".\main\test_char.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_UTIL_=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
  @@ -2456,10 +2401,12 @@
   	".\include\http_log.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
  -	".\main\test_char.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_UTIL_=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\util.obj"	"$(INTDIR)\util.sbr" : $(SOURCE) $(DEP_CPP_UTIL_)\
    "$(INTDIR)"
  @@ -2477,11 +2424,9 @@
   	".\include\hsregex.h"\
   	".\include\util_date.h"\
   	".\os\win32\os.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_UTIL_D=\
  -	".\include\os.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\util_date.obj" : $(SOURCE) $(DEP_CPP_UTIL_D) "$(INTDIR)"
  @@ -2496,6 +2441,9 @@
   	".\include\util_date.h"\
   	".\os\win32\os.h"\
   	
  +NODEP_CPP_UTIL_D=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\util_date.obj"	"$(INTDIR)\util_date.sbr" : $(SOURCE)\
    $(DEP_CPP_UTIL_D) "$(INTDIR)"
  @@ -2511,22 +2459,18 @@
   DEP_CPP_UTIL_M=\
   	".\include\alloc.h"\
   	".\include\ap.h"\
  +	".\include\ap_md5.h"\
   	".\include\buff.h"\
   	".\include\conf.h"\
   	".\include\hsregex.h"\
   	".\include\httpd.h"\
  -	".\include\ap_md5.h"\
   	".\include\util_md5.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_UTIL_M=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\util_md5.obj" : $(SOURCE) $(DEP_CPP_UTIL_M) "$(INTDIR)"
  @@ -2542,12 +2486,15 @@
   	".\include\conf.h"\
   	".\include\hsregex.h"\
   	".\include\httpd.h"\
  -	".\include\ap_md5.h"\
   	".\include\util_md5.h"\
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_UTIL_M=\
  +	".\include\hide.h"\
  +	".\include\md5.h"\
  +	
   
   "$(INTDIR)\util_md5.obj"	"$(INTDIR)\util_md5.sbr" : $(SOURCE) $(DEP_CPP_UTIL_M)\
    "$(INTDIR)"
  @@ -2579,13 +2526,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_UTIL_S=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\util_script.obj" : $(SOURCE) $(DEP_CPP_UTIL_S) "$(INTDIR)"
  @@ -2614,6 +2557,9 @@
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_UTIL_S=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\util_script.obj"	"$(INTDIR)\util_script.sbr" : $(SOURCE)\
    $(DEP_CPP_UTIL_S) "$(INTDIR)"
  @@ -2639,13 +2585,9 @@
   	".\main\uri_delims.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_UTIL_U=\
  -	".\include\ebcdic.h"\
  -	".\include\os.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\util_uri.obj" : $(SOURCE) $(DEP_CPP_UTIL_U) "$(INTDIR)"
  @@ -2664,10 +2606,12 @@
   	".\include\http_log.h"\
   	".\include\httpd.h"\
   	".\include\util_uri.h"\
  -	".\main\uri_delims.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
   	
  +NODEP_CPP_UTIL_U=\
  +	".\include\hide.h"\
  +	
   
   "$(INTDIR)\util_uri.obj"	"$(INTDIR)\util_uri.sbr" : $(SOURCE) $(DEP_CPP_UTIL_U)\
    "$(INTDIR)"
  @@ -2690,12 +2634,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_UTIL_W=\
  -	".\include\ebcdic.h"\
  -	".\include\sfio.h"\
  +	".\include\apctype.h"\
   	
   
   "$(INTDIR)\util_win32.obj" : $(SOURCE) $(DEP_CPP_UTIL_W) "$(INTDIR)"
  @@ -2714,6 +2655,9 @@
   	".\include\util_uri.h"\
   	".\os\win32\os.h"\
   	".\os\win32\readdir.h"\
  +	
  +NODEP_CPP_UTIL_W=\
  +	".\include\hide.h"\
   	
   
   "$(INTDIR)\util_win32.obj"	"$(INTDIR)\util_win32.sbr" : $(SOURCE)\
  
  
  
  1.4       +4 -0      apache-1.3/src/ap/ap.dsp
  
  Index: ap.dsp
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/ap/ap.dsp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ap.dsp	1998/06/23 19:16:29	1.3
  +++ ap.dsp	1998/08/05 22:15:07	1.4
  @@ -83,6 +83,10 @@
   # End Source File
   # Begin Source File
   
  +SOURCE=.\ap_fnmatch.c
  +# End Source File
  +# Begin Source File
  +
   SOURCE=.\ap_signal.c
   # End Source File
   # Begin Source File
  
  
  
  1.4       +38 -26    apache-1.3/src/ap/ap.mak
  
  Index: ap.mak
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/ap/ap.mak,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ap.mak	1998/06/23 19:16:30	1.3
  +++ ap.mak	1998/08/05 22:15:07	1.4
  @@ -47,6 +47,7 @@
   
   CLEAN :
   	-@erase "$(INTDIR)\ap_cpystrn.obj"
  +	-@erase "$(INTDIR)\ap_fnmatch.obj"
   	-@erase "$(INTDIR)\ap_signal.obj"
   	-@erase "$(INTDIR)\ap_slack.obj"
   	-@erase "$(INTDIR)\ap_snprintf.obj"
  @@ -68,6 +69,7 @@
   LIB32_FLAGS=/nologo /out:"$(OUTDIR)\ap.lib" 
   LIB32_OBJS= \
   	"$(INTDIR)\ap_cpystrn.obj" \
  +	"$(INTDIR)\ap_fnmatch.obj" \
   	"$(INTDIR)\ap_signal.obj" \
   	"$(INTDIR)\ap_slack.obj" \
   	"$(INTDIR)\ap_snprintf.obj"
  @@ -97,6 +99,7 @@
   
   CLEAN :
   	-@erase "$(INTDIR)\ap_cpystrn.obj"
  +	-@erase "$(INTDIR)\ap_fnmatch.obj"
   	-@erase "$(INTDIR)\ap_signal.obj"
   	-@erase "$(INTDIR)\ap_slack.obj"
   	-@erase "$(INTDIR)\ap_snprintf.obj"
  @@ -118,6 +121,7 @@
   LIB32_FLAGS=/nologo /out:"$(OUTDIR)\ap.lib" 
   LIB32_OBJS= \
   	"$(INTDIR)\ap_cpystrn.obj" \
  +	"$(INTDIR)\ap_fnmatch.obj" \
   	"$(INTDIR)\ap_signal.obj" \
   	"$(INTDIR)\ap_slack.obj" \
   	"$(INTDIR)\ap_snprintf.obj"
  @@ -175,13 +179,9 @@
   	"..\include\util_uri.h"\
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_AP_CP=\
  -	"..\include\ebcdic.h"\
  -	"..\include\os.h"\
  -	"..\include\sfio.h"\
  +	"..\include\apctype.h"\
   	
   
   "$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
  @@ -200,12 +200,33 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  +NODEP_CPP_AP_CP=\
  +	"..\include\hide.h"\
  +	
   
   "$(INTDIR)\ap_cpystrn.obj" : $(SOURCE) $(DEP_CPP_AP_CP) "$(INTDIR)"
   
   
   !ENDIF 
   
  +SOURCE=.\ap_fnmatch.c
  +DEP_CPP_AP_FN=\
  +	"..\include\ap_config.h"\
  +	"..\include\ap_ctype.h"\
  +	"..\include\fnmatch.h"\
  +	"..\include\hsregex.h"\
  +	"..\os\win32\os.h"\
  +	{$(INCLUDE)}"sys\stat.h"\
  +	{$(INCLUDE)}"sys\types.h"\
  +	
  +NODEP_CPP_AP_FN=\
  +	"..\include\ap_config_auto.h"\
  +	"..\include\os.h"\
  +	
  +
  +"$(INTDIR)\ap_fnmatch.obj" : $(SOURCE) $(DEP_CPP_AP_FN) "$(INTDIR)"
  +
  +
   SOURCE=.\ap_signal.c
   
   !IF  "$(CFG)" == "ap - Win32 Release"
  @@ -220,13 +241,9 @@
   	"..\include\util_uri.h"\
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_AP_SI=\
  -	"..\include\ebcdic.h"\
  -	"..\include\os.h"\
  -	"..\include\sfio.h"\
  +	"..\include\apctype.h"\
   	
   
   "$(INTDIR)\ap_signal.obj" : $(SOURCE) $(DEP_CPP_AP_SI) "$(INTDIR)"
  @@ -245,6 +262,9 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  +NODEP_CPP_AP_SI=\
  +	"..\include\hide.h"\
  +	
   
   "$(INTDIR)\ap_signal.obj" : $(SOURCE) $(DEP_CPP_AP_SI) "$(INTDIR)"
   
  @@ -266,13 +286,9 @@
   	"..\include\util_uri.h"\
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_AP_SL=\
  -	"..\include\ebcdic.h"\
  -	"..\include\os.h"\
  -	"..\include\sfio.h"\
  +	"..\include\apctype.h"\
   	
   
   "$(INTDIR)\ap_slack.obj" : $(SOURCE) $(DEP_CPP_AP_SL) "$(INTDIR)"
  @@ -292,6 +308,9 @@
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
   	
  +NODEP_CPP_AP_SL=\
  +	"..\include\hide.h"\
  +	
   
   "$(INTDIR)\ap_slack.obj" : $(SOURCE) $(DEP_CPP_AP_SL) "$(INTDIR)"
   
  @@ -312,13 +331,9 @@
   	"..\include\util_uri.h"\
   	"..\os\win32\os.h"\
   	"..\os\win32\readdir.h"\
  -	{$(INCLUDE)}"sys\stat.h"\
  -	{$(INCLUDE)}"sys\types.h"\
   	
   NODEP_CPP_AP_SN=\
  -	"..\include\ebcdic.h"\
  -	"..\include\os.h"\
  -	"..\include\sfio.h"\
  +	"..\include\apctype.h"\
   	
   
   "$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"
  @@ -327,15 +342,12 @@
   !ELSEIF  "$(CFG)" == "ap - Win32 Debug"
   
   DEP_CPP_AP_SN=\
  -	"..\include\alloc.h"\
  -	"..\include\ap.h"\
  -	"..\include\buff.h"\
   	"..\include\conf.h"\
   	"..\include\hsregex.h"\
  -	"..\include\httpd.h"\
  -	"..\include\util_uri.h"\
   	"..\os\win32\os.h"\
  -	"..\os\win32\readdir.h"\
  +	
  +NODEP_CPP_AP_SN=\
  +	"..\include\hide.h"\
   	
   
   "$(INTDIR)\ap_snprintf.obj" : $(SOURCE) $(DEP_CPP_AP_SN) "$(INTDIR)"