ben         97/06/28 15:39:30

  Modified:    src       apache.mak buff.c conf.h http_log.c http_main.c
                        httpd.h util.c
               src/modules/proxy  proxy.mak proxy_cache.c
  Log:
  Make NT work again. Improve(?) assert. Point out some bogosity in the NT code.
  
  Revision  Changes    Path
  1.2       +1281 -191 apache/src/apache.mak
  
  Index: apache.mak
  ===================================================================
  RCS file: /export/home/cvs/apache/src/apache.mak,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** apache.mak        1997/06/15 19:22:24     1.1
  --- apache.mak        1997/06/28 22:39:19     1.2
  ***************
  *** 33,41 ****
    !ENDIF 
    
################################################################################
    # Begin Project
  ! # PROP Target_Last_Scanned "apache - Win32 Profile"
  ! CPP=cl.exe
    RSC=rc.exe
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
  --- 33,41 ----
    !ENDIF 
    
################################################################################
    # Begin Project
  ! # PROP Target_Last_Scanned "apache - Win32 Debug"
    RSC=rc.exe
  + CPP=cl.exe
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
  ***************
  *** 78,91 ****
        [EMAIL PROTECTED] "$(INTDIR)\mod_env.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_imap.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_include.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_mime.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_negotiation.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_userdir.obj"
        [EMAIL PROTECTED] "$(INTDIR)\modules.obj"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\nt.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\ntcrypt.obj"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.obj"
        [EMAIL PROTECTED] "$(INTDIR)\service.obj"
        [EMAIL PROTECTED] "$(INTDIR)\util.obj"
  --- 78,91 ----
        [EMAIL PROTECTED] "$(INTDIR)\mod_env.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_imap.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_include.obj"
  +     [EMAIL PROTECTED] "$(INTDIR)\mod_info.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_mime.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_negotiation.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_userdir.obj"
        [EMAIL PROTECTED] "$(INTDIR)\modules.obj"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\readdir.obj"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.obj"
        [EMAIL PROTECTED] "$(INTDIR)\service.obj"
        [EMAIL PROTECTED] "$(INTDIR)\util.obj"
  ***************
  *** 144,157 ****
        "$(INTDIR)\mod_env.obj" \
        "$(INTDIR)\mod_imap.obj" \
        "$(INTDIR)\mod_include.obj" \
        "$(INTDIR)\mod_log_config.obj" \
        "$(INTDIR)\mod_mime.obj" \
        "$(INTDIR)\mod_negotiation.obj" \
        "$(INTDIR)\mod_userdir.obj" \
        "$(INTDIR)\modules.obj" \
        "$(INTDIR)\multithread.obj" \
  !     "$(INTDIR)\nt.obj" \
  !     "$(INTDIR)\ntcrypt.obj" \
        "$(INTDIR)\rfc1413.obj" \
        "$(INTDIR)\service.obj" \
        "$(INTDIR)\util.obj" \
  --- 144,157 ----
        "$(INTDIR)\mod_env.obj" \
        "$(INTDIR)\mod_imap.obj" \
        "$(INTDIR)\mod_include.obj" \
  +     "$(INTDIR)\mod_info.obj" \
        "$(INTDIR)\mod_log_config.obj" \
        "$(INTDIR)\mod_mime.obj" \
        "$(INTDIR)\mod_negotiation.obj" \
        "$(INTDIR)\mod_userdir.obj" \
        "$(INTDIR)\modules.obj" \
        "$(INTDIR)\multithread.obj" \
  !     "$(INTDIR)\readdir.obj" \
        "$(INTDIR)\rfc1413.obj" \
        "$(INTDIR)\service.obj" \
        "$(INTDIR)\util.obj" \
  ***************
  *** 229,234 ****
  --- 229,236 ----
        [EMAIL PROTECTED] "$(INTDIR)\mod_imap.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_include.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_include.sbr"
  +     [EMAIL PROTECTED] "$(INTDIR)\mod_info.obj"
  +     [EMAIL PROTECTED] "$(INTDIR)\mod_info.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_mime.obj"
  ***************
  *** 241,250 ****
        [EMAIL PROTECTED] "$(INTDIR)\modules.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\nt.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\nt.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\ntcrypt.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\ntcrypt.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.obj"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\service.obj"
  --- 243,250 ----
        [EMAIL PROTECTED] "$(INTDIR)\modules.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\readdir.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\readdir.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.obj"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\service.obj"
  ***************
  *** 306,319 ****
        "$(INTDIR)\mod_env.sbr" \
        "$(INTDIR)\mod_imap.sbr" \
        "$(INTDIR)\mod_include.sbr" \
        "$(INTDIR)\mod_log_config.sbr" \
        "$(INTDIR)\mod_mime.sbr" \
        "$(INTDIR)\mod_negotiation.sbr" \
        "$(INTDIR)\mod_userdir.sbr" \
        "$(INTDIR)\modules.sbr" \
        "$(INTDIR)\multithread.sbr" \
  !     "$(INTDIR)\nt.sbr" \
  !     "$(INTDIR)\ntcrypt.sbr" \
        "$(INTDIR)\rfc1413.sbr" \
        "$(INTDIR)\service.sbr" \
        "$(INTDIR)\util.sbr" \
  --- 306,319 ----
        "$(INTDIR)\mod_env.sbr" \
        "$(INTDIR)\mod_imap.sbr" \
        "$(INTDIR)\mod_include.sbr" \
  +     "$(INTDIR)\mod_info.sbr" \
        "$(INTDIR)\mod_log_config.sbr" \
        "$(INTDIR)\mod_mime.sbr" \
        "$(INTDIR)\mod_negotiation.sbr" \
        "$(INTDIR)\mod_userdir.sbr" \
        "$(INTDIR)\modules.sbr" \
        "$(INTDIR)\multithread.sbr" \
  !     "$(INTDIR)\readdir.sbr" \
        "$(INTDIR)\rfc1413.sbr" \
        "$(INTDIR)\service.sbr" \
        "$(INTDIR)\util.sbr" \
  ***************
  *** 329,340 ****
    
    LINK32=link.exe
    # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  ! # ADD LINK32 modules/proxy/Debug/proxy.lib regex/Debug/regex.lib 
nt/Debug/nt.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  ! LINK32_FLAGS=modules/proxy/Debug/proxy.lib regex/Debug/regex.lib\
  !  nt/Debug/nt.lib wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib\
  !  comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib\
  !  odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes\
  !  /pdb:"$(OUTDIR)/apache.pdb" /debug /machine:I386 
/out:"$(OUTDIR)/apache.exe" 
    LINK32_OBJS= \
        "$(INTDIR)\alloc.obj" \
        "$(INTDIR)\buff.obj" \
  --- 329,340 ----
    
    LINK32=link.exe
    # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib 
odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  ! # ADD LINK32 modules/proxy/Debug/proxy.lib regex/Debug/regex.lib 
wsock32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib /nologo /subsystem:console /debug /machine:I386
  ! LINK32_FLAGS=modules/proxy/Debug/proxy.lib regex/Debug/regex.lib 
wsock32.lib\
  !  kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib\
  !  shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 
/nologo\
  !  /subsystem:console /incremental:yes /pdb:"$(OUTDIR)/apache.pdb" /debug\
  !  /machine:I386 /out:"$(OUTDIR)/apache.exe" 
    LINK32_OBJS= \
        "$(INTDIR)\alloc.obj" \
        "$(INTDIR)\buff.obj" \
  ***************
  *** 359,372 ****
        "$(INTDIR)\mod_env.obj" \
        "$(INTDIR)\mod_imap.obj" \
        "$(INTDIR)\mod_include.obj" \
        "$(INTDIR)\mod_log_config.obj" \
        "$(INTDIR)\mod_mime.obj" \
        "$(INTDIR)\mod_negotiation.obj" \
        "$(INTDIR)\mod_userdir.obj" \
        "$(INTDIR)\modules.obj" \
        "$(INTDIR)\multithread.obj" \
  !     "$(INTDIR)\nt.obj" \
  !     "$(INTDIR)\ntcrypt.obj" \
        "$(INTDIR)\rfc1413.obj" \
        "$(INTDIR)\service.obj" \
        "$(INTDIR)\util.obj" \
  --- 359,372 ----
        "$(INTDIR)\mod_env.obj" \
        "$(INTDIR)\mod_imap.obj" \
        "$(INTDIR)\mod_include.obj" \
  +     "$(INTDIR)\mod_info.obj" \
        "$(INTDIR)\mod_log_config.obj" \
        "$(INTDIR)\mod_mime.obj" \
        "$(INTDIR)\mod_negotiation.obj" \
        "$(INTDIR)\mod_userdir.obj" \
        "$(INTDIR)\modules.obj" \
        "$(INTDIR)\multithread.obj" \
  !     "$(INTDIR)\readdir.obj" \
        "$(INTDIR)\rfc1413.obj" \
        "$(INTDIR)\service.obj" \
        "$(INTDIR)\util.obj" \
  ***************
  *** 444,449 ****
  --- 444,451 ----
        [EMAIL PROTECTED] "$(INTDIR)\mod_imap.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_include.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_include.sbr"
  +     [EMAIL PROTECTED] "$(INTDIR)\mod_info.obj"
  +     [EMAIL PROTECTED] "$(INTDIR)\mod_info.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_mime.obj"
  ***************
  *** 456,465 ****
        [EMAIL PROTECTED] "$(INTDIR)\modules.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\nt.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\nt.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\ntcrypt.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\ntcrypt.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.obj"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\service.obj"
  --- 458,465 ----
        [EMAIL PROTECTED] "$(INTDIR)\modules.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\readdir.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\readdir.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.obj"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\service.obj"
  ***************
  *** 521,534 ****
        "$(INTDIR)\mod_env.sbr" \
        "$(INTDIR)\mod_imap.sbr" \
        "$(INTDIR)\mod_include.sbr" \
        "$(INTDIR)\mod_log_config.sbr" \
        "$(INTDIR)\mod_mime.sbr" \
        "$(INTDIR)\mod_negotiation.sbr" \
        "$(INTDIR)\mod_userdir.sbr" \
        "$(INTDIR)\modules.sbr" \
        "$(INTDIR)\multithread.sbr" \
  !     "$(INTDIR)\nt.sbr" \
  !     "$(INTDIR)\ntcrypt.sbr" \
        "$(INTDIR)\rfc1413.sbr" \
        "$(INTDIR)\service.sbr" \
        "$(INTDIR)\util.sbr" \
  --- 521,534 ----
        "$(INTDIR)\mod_env.sbr" \
        "$(INTDIR)\mod_imap.sbr" \
        "$(INTDIR)\mod_include.sbr" \
  +     "$(INTDIR)\mod_info.sbr" \
        "$(INTDIR)\mod_log_config.sbr" \
        "$(INTDIR)\mod_mime.sbr" \
        "$(INTDIR)\mod_negotiation.sbr" \
        "$(INTDIR)\mod_userdir.sbr" \
        "$(INTDIR)\modules.sbr" \
        "$(INTDIR)\multithread.sbr" \
  !     "$(INTDIR)\readdir.sbr" \
        "$(INTDIR)\rfc1413.sbr" \
        "$(INTDIR)\service.sbr" \
        "$(INTDIR)\util.sbr" \
  ***************
  *** 574,587 ****
        "$(INTDIR)\mod_env.obj" \
        "$(INTDIR)\mod_imap.obj" \
        "$(INTDIR)\mod_include.obj" \
        "$(INTDIR)\mod_log_config.obj" \
        "$(INTDIR)\mod_mime.obj" \
        "$(INTDIR)\mod_negotiation.obj" \
        "$(INTDIR)\mod_userdir.obj" \
        "$(INTDIR)\modules.obj" \
        "$(INTDIR)\multithread.obj" \
  !     "$(INTDIR)\nt.obj" \
  !     "$(INTDIR)\ntcrypt.obj" \
        "$(INTDIR)\rfc1413.obj" \
        "$(INTDIR)\service.obj" \
        "$(INTDIR)\util.obj" \
  --- 574,587 ----
        "$(INTDIR)\mod_env.obj" \
        "$(INTDIR)\mod_imap.obj" \
        "$(INTDIR)\mod_include.obj" \
  +     "$(INTDIR)\mod_info.obj" \
        "$(INTDIR)\mod_log_config.obj" \
        "$(INTDIR)\mod_mime.obj" \
        "$(INTDIR)\mod_negotiation.obj" \
        "$(INTDIR)\mod_userdir.obj" \
        "$(INTDIR)\modules.obj" \
        "$(INTDIR)\multithread.obj" \
  !     "$(INTDIR)\readdir.obj" \
        "$(INTDIR)\rfc1413.obj" \
        "$(INTDIR)\service.obj" \
        "$(INTDIR)\util.obj" \
  ***************
  *** 659,664 ****
  --- 659,666 ----
        [EMAIL PROTECTED] "$(INTDIR)\mod_imap.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_include.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_include.sbr"
  +     [EMAIL PROTECTED] "$(INTDIR)\mod_info.obj"
  +     [EMAIL PROTECTED] "$(INTDIR)\mod_info.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.obj"
        [EMAIL PROTECTED] "$(INTDIR)\mod_log_config.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\mod_mime.obj"
  ***************
  *** 671,680 ****
        [EMAIL PROTECTED] "$(INTDIR)\modules.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\nt.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\nt.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\ntcrypt.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\ntcrypt.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.obj"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\service.obj"
  --- 673,680 ----
        [EMAIL PROTECTED] "$(INTDIR)\modules.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.obj"
        [EMAIL PROTECTED] "$(INTDIR)\multithread.sbr"
  !     [EMAIL PROTECTED] "$(INTDIR)\readdir.obj"
  !     [EMAIL PROTECTED] "$(INTDIR)\readdir.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.obj"
        [EMAIL PROTECTED] "$(INTDIR)\rfc1413.sbr"
        [EMAIL PROTECTED] "$(INTDIR)\service.obj"
  ***************
  *** 734,747 ****
        "$(INTDIR)\mod_env.sbr" \
        "$(INTDIR)\mod_imap.sbr" \
        "$(INTDIR)\mod_include.sbr" \
        "$(INTDIR)\mod_log_config.sbr" \
        "$(INTDIR)\mod_mime.sbr" \
        "$(INTDIR)\mod_negotiation.sbr" \
        "$(INTDIR)\mod_userdir.sbr" \
        "$(INTDIR)\modules.sbr" \
        "$(INTDIR)\multithread.sbr" \
  !     "$(INTDIR)\nt.sbr" \
  !     "$(INTDIR)\ntcrypt.sbr" \
        "$(INTDIR)\rfc1413.sbr" \
        "$(INTDIR)\service.sbr" \
        "$(INTDIR)\util.sbr" \
  --- 734,747 ----
        "$(INTDIR)\mod_env.sbr" \
        "$(INTDIR)\mod_imap.sbr" \
        "$(INTDIR)\mod_include.sbr" \
  +     "$(INTDIR)\mod_info.sbr" \
        "$(INTDIR)\mod_log_config.sbr" \
        "$(INTDIR)\mod_mime.sbr" \
        "$(INTDIR)\mod_negotiation.sbr" \
        "$(INTDIR)\mod_userdir.sbr" \
        "$(INTDIR)\modules.sbr" \
        "$(INTDIR)\multithread.sbr" \
  !     "$(INTDIR)\readdir.sbr" \
        "$(INTDIR)\rfc1413.sbr" \
        "$(INTDIR)\service.sbr" \
        "$(INTDIR)\util.sbr" \
  ***************
  *** 787,800 ****
        "$(INTDIR)\mod_env.obj" \
        "$(INTDIR)\mod_imap.obj" \
        "$(INTDIR)\mod_include.obj" \
        "$(INTDIR)\mod_log_config.obj" \
        "$(INTDIR)\mod_mime.obj" \
        "$(INTDIR)\mod_negotiation.obj" \
        "$(INTDIR)\mod_userdir.obj" \
        "$(INTDIR)\modules.obj" \
        "$(INTDIR)\multithread.obj" \
  !     "$(INTDIR)\nt.obj" \
  !     "$(INTDIR)\ntcrypt.obj" \
        "$(INTDIR)\rfc1413.obj" \
        "$(INTDIR)\service.obj" \
        "$(INTDIR)\util.obj" \
  --- 787,800 ----
        "$(INTDIR)\mod_env.obj" \
        "$(INTDIR)\mod_imap.obj" \
        "$(INTDIR)\mod_include.obj" \
  +     "$(INTDIR)\mod_info.obj" \
        "$(INTDIR)\mod_log_config.obj" \
        "$(INTDIR)\mod_mime.obj" \
        "$(INTDIR)\mod_negotiation.obj" \
        "$(INTDIR)\mod_userdir.obj" \
        "$(INTDIR)\modules.obj" \
        "$(INTDIR)\multithread.obj" \
  !     "$(INTDIR)\readdir.obj" \
        "$(INTDIR)\rfc1413.obj" \
        "$(INTDIR)\service.obj" \
        "$(INTDIR)\util.obj" \
  ***************
  *** 850,870 ****
    # Begin Source File
    
    SOURCE=.\util_snprintf.c
    DEP_CPP_UTIL_=\
  -     ".\./regex\regex.h"\
        ".\conf.h"\
  -     {$(INCLUDE)}"\sys\STAT.H"\
        {$(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)"
    
  --- 850,874 ----
    # Begin Source File
    
    SOURCE=.\util_snprintf.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_UTIL_=\
        ".\conf.h"\
        {$(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)"
    
  ***************
  *** 873,878 ****
  --- 877,886 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_UTIL_=\
  +     ".\conf.h"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\util_snprintf.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
    
  ***************
  *** 881,886 ****
  --- 889,900 ----
    
    !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)"
    
  ***************
  *** 902,907 ****
  --- 916,923 ----
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  +     ".\http_main.h"\
  +     ".\httpd.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
  ***************
  *** 912,920 ****
  --- 928,940 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    DEP_CPP_BUFF_=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  +     ".\http_main.h"\
  +     ".\httpd.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  ***************
  *** 930,935 ****
  --- 950,957 ----
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  +     ".\http_main.h"\
  +     ".\httpd.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
  ***************
  *** 942,950 ****
  --- 964,976 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
    DEP_CPP_BUFF_=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  +     ".\http_main.h"\
  +     ".\httpd.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  ***************
  *** 1001,1023 ****
    # Begin Source File
    
    SOURCE=.\http_bprintf.c
    DEP_CPP_HTTP_=\
  -     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  -     {$(INCLUDE)}"\sys\STAT.H"\
  -     {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 1027,1054 ----
    # 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)"
    
  ***************
  *** 1026,1031 ****
  --- 1057,1067 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_HTTP_=\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     
    
    "$(INTDIR)\http_bprintf.obj" : $(SOURCE) $(DEP_CPP_HTTP_) "$(INTDIR)"
    
  ***************
  *** 1034,1039 ****
  --- 1070,1083 ----
    
    !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)"
    
  ***************
  *** 1047,1052 ****
  --- 1091,1099 ----
    # Begin Source File
    
    SOURCE=.\http_config.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_HTTP_C=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1063,1076 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 1110,1135 ----
        {$(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)"
    
  ***************
  *** 1079,1084 ****
  --- 1138,1158 ----
    
    !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)"
    
  ***************
  *** 1087,1092 ****
  --- 1161,1181 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
  + 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)"
    
  ***************
  *** 1100,1105 ****
  --- 1189,1197 ----
    # Begin Source File
    
    SOURCE=.\http_core.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_HTTP_CO=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1120,1133 ****
        {$(INCLUDE)}"\sys\TYPES.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,1241 ----
        {$(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)"
    
  ***************
  *** 1136,1141 ****
  --- 1244,1268 ----
    
    !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)"
    
  ***************
  *** 1144,1149 ****
  --- 1271,1295 ----
    
    !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"\
  +     
    
    "$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
    
  ***************
  *** 1157,1162 ****
  --- 1303,1311 ----
    # Begin Source File
    
    SOURCE=.\http_log.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_HTTP_L=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1170,1183 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 1319,1338 ----
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_HTTP_L=\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\http_core.h"\
  +     ".\http_log.h"\
  +     ".\httpd.h"\
  +     
    
    "$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
    
  ***************
  *** 1186,1191 ****
  --- 1341,1355 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_HTTP_L=\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\http_core.h"\
  +     ".\http_log.h"\
  +     ".\httpd.h"\
  +     
    
    "$(INTDIR)\http_log.obj" : $(SOURCE) $(DEP_CPP_HTTP_L) "$(INTDIR)"
    
  ***************
  *** 1194,1199 ****
  --- 1358,1375 ----
    
    !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)"
    
  ***************
  *** 1207,1212 ****
  --- 1383,1391 ----
    # Begin Source File
    
    SOURCE=.\http_main.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_HTTP_M=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1223,1242 ****
        ".\httpd.h"\
        ".\multithread.h"\
        ".\nt\getopt.h"\
  !     ".\NT\service.h"\
        ".\scoreboard.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 1402,1439 ----
        ".\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)"
    
  ***************
  *** 1245,1264 ****
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
    
    "$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
    
    "$(INTDIR)\http_main.sbr" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
    
    
  - !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
  - 
  - 
  - "$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
  - 
  - "$(INTDIR)\http_main.sbr" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
  - 
  - 
    !ENDIF 
    
    # End Source File
  --- 1442,1507 ----
    
    !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)"
  + 
  + "$(INTDIR)\http_main.sbr" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
  + 
  + 
  + !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"\
  +     
  + NODEP_CPP_HTTP_M=\
  +     ".\B_SOCKET"\
  +     ".\bcreate"\
  +     
    
    "$(INTDIR)\http_main.obj" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
    
    "$(INTDIR)\http_main.sbr" : $(SOURCE) $(DEP_CPP_HTTP_M) "$(INTDIR)"
    
    
    !ENDIF 
    
    # End Source File
  ***************
  *** 1266,1271 ****
  --- 1509,1517 ----
    # Begin Source File
    
    SOURCE=.\http_protocol.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_HTTP_P=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1282,1295 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 1528,1550 ----
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_HTTP_P=\
  +     ".\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"\
  +     
    
    "$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
    
  ***************
  *** 1298,1303 ****
  --- 1553,1570 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_HTTP_P=\
  +     ".\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"\
  +     
    
    "$(INTDIR)\http_protocol.obj" : $(SOURCE) $(DEP_CPP_HTTP_P) "$(INTDIR)"
    
  ***************
  *** 1306,1311 ****
  --- 1573,1593 ----
    
    !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)"
    
  ***************
  *** 1319,1324 ****
  --- 1601,1609 ----
    # Begin Source File
    
    SOURCE=.\http_request.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_HTTP_R=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1336,1349 ****
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
  - 
    "$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    
    "$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
    
  --- 1621,1647 ----
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_HTTP_R=\
  +     ".\./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"\
  +     ".\scoreboard.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
    
  ***************
  *** 1352,1357 ****
  --- 1650,1671 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_HTTP_R=\
  +     ".\./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"\
  +     ".\scoreboard.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
    
  ***************
  *** 1360,1365 ****
  --- 1674,1695 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
  + DEP_CPP_HTTP_R=\
  +     ".\./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"\
  +     ".\scoreboard.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\http_request.obj" : $(SOURCE) $(DEP_CPP_HTTP_R) "$(INTDIR)"
    
  ***************
  *** 1414,1419 ****
  --- 1744,1752 ----
    # Begin Source File
    
    SOURCE=.\mod_access.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_A=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1428,1441 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 1761,1781 ----
        {$(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)"
    
  ***************
  *** 1444,1449 ****
  --- 1784,1799 ----
    
    !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)"
    
  ***************
  *** 1452,1457 ****
  --- 1802,1820 ----
    
    !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)"
    
  ***************
  *** 1465,1470 ****
  --- 1828,1836 ----
    # Begin Source File
    
    SOURCE=.\mod_actions.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_AC=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1482,1495 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 1848,1871 ----
        {$(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)"
    
  ***************
  *** 1498,1503 ****
  --- 1874,1892 ----
    
    !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)"
    
  ***************
  *** 1506,1511 ****
  --- 1895,1916 ----
    
    !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)"
    
  ***************
  *** 1519,1524 ****
  --- 1924,1932 ----
    # Begin Source File
    
    SOURCE=.\mod_alias.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_AL=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1530,1543 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 1938,1955 ----
        {$(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)"
    
  ***************
  *** 1546,1551 ****
  --- 1958,1970 ----
    
    !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)"
    
  ***************
  *** 1554,1559 ****
  --- 1973,1988 ----
    
    !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)"
    
  ***************
  *** 1567,1572 ****
  --- 1996,2004 ----
    # Begin Source File
    
    SOURCE=.\mod_asis.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_AS=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1583,1596 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 2015,2037 ----
        {$(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)"
    
  ***************
  *** 1599,1604 ****
  --- 2040,2057 ----
    
    !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)"
    
  ***************
  *** 1607,1612 ****
  --- 2060,2080 ----
    
    !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)"
    
  ***************
  *** 1620,1625 ****
  --- 2088,2096 ----
    # Begin Source File
    
    SOURCE=.\mod_auth.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_AU=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1634,1647 ****
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
  - 
    "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    
    "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
    
  --- 2105,2128 ----
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_MOD_AU=\
  +     ".\./regex\regex.h"\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\http_core.h"\
  +     ".\http_log.h"\
  +     ".\http_protocol.h"\
  +     ".\httpd.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
    
  ***************
  *** 1650,1655 ****
  --- 2131,2149 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_MOD_AU=\
  +     ".\./regex\regex.h"\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\http_core.h"\
  +     ".\http_log.h"\
  +     ".\http_protocol.h"\
  +     ".\httpd.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
    
  ***************
  *** 1658,1663 ****
  --- 2152,2170 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
  + DEP_CPP_MOD_AU=\
  +     ".\./regex\regex.h"\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\http_core.h"\
  +     ".\http_log.h"\
  +     ".\http_protocol.h"\
  +     ".\httpd.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\mod_auth.obj" : $(SOURCE) $(DEP_CPP_MOD_AU) "$(INTDIR)"
    
  ***************
  *** 1677,1683 ****
  --- 2184,2192 ----
    DEP_CPP_ALLOC=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  +     ".\buff.h"\
        ".\conf.h"\
  +     ".\httpd.h"\
        ".\multithread.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
  ***************
  *** 1689,1697 ****
  --- 2198,2211 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    DEP_CPP_ALLOC=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
  +     ".\buff.h"\
        ".\conf.h"\
  +     ".\httpd.h"\
        ".\multithread.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
  ***************
  *** 1704,1710 ****
  --- 2218,2226 ----
    DEP_CPP_ALLOC=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  +     ".\buff.h"\
        ".\conf.h"\
  +     ".\httpd.h"\
        ".\multithread.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
  ***************
  *** 1720,1726 ****
  --- 2236,2244 ----
    DEP_CPP_ALLOC=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  +     ".\buff.h"\
        ".\conf.h"\
  +     ".\httpd.h"\
        ".\multithread.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
  ***************
  *** 1738,1743 ****
  --- 2256,2264 ----
    # Begin Source File
    
    SOURCE=.\util_script.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_UTIL_S=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1756,1769 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 2277,2301 ----
        {$(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)"
    
  ***************
  *** 1772,1777 ****
  --- 2304,2323 ----
    
    !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)"
    
  ***************
  *** 1780,1785 ****
  --- 2326,2348 ----
    
    !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)"
    
  ***************
  *** 1793,1798 ****
  --- 2356,2364 ----
    # Begin Source File
    
    SOURCE=.\mod_cgi.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_C=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1811,1824 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 2377,2401 ----
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_MOD_C=\
  +     ".\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)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
    
  ***************
  *** 1827,1832 ****
  --- 2404,2423 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_MOD_C=\
  +     ".\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)\mod_cgi.obj" : $(SOURCE) $(DEP_CPP_MOD_C) "$(INTDIR)"
    
  ***************
  *** 1835,1840 ****
  --- 2426,2448 ----
    
    !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)"
    
  ***************
  *** 1848,1853 ****
  --- 2456,2464 ----
    # Begin Source File
    
    SOURCE=.\mod_dir.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_D=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1860,1879 ****
        ".\http_protocol.h"\
        ".\http_request.h"\
        ".\httpd.h"\
  !     ".\nt\dirent.h"\
        ".\util_script.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 2471,2502 ----
        ".\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)"
    
    
    !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)"
    
  ***************
  *** 1882,1887 ****
  --- 2505,2525 ----
    
    !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)"
    
  ***************
  *** 1890,1895 ****
  --- 2528,2550 ----
    
    !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)"
    
  ***************
  *** 1903,1908 ****
  --- 2558,2566 ----
    # Begin Source File
    
    SOURCE=.\mod_env.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_E=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 1914,1927 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 2572,2589 ----
        {$(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)"
    
  ***************
  *** 1930,1935 ****
  --- 2592,2604 ----
    
    !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)"
    
  ***************
  *** 1938,1943 ****
  --- 2607,2622 ----
    
    !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)"
    
  ***************
  *** 1950,1958 ****
    
################################################################################
    # Begin Source File
    
  ! SOURCE=.\mod_imap.c
    DEP_CPP_MOD_I=\
  -     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  --- 2629,2682 ----
    
################################################################################
    # Begin Source File
    
  ! SOURCE=.\mod_imap.c
  ! 
  ! !IF  "$(CFG)" == "apache - Win32 Release"
  ! 
  ! 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)"
  ! 
  ! 
  ! !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
  ! 
  ! DEP_CPP_MOD_I=\
  !     ".\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_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  ! 
  ! "$(INTDIR)\mod_imap.sbr" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  ! 
  ! 
  ! !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
  ! 
    DEP_CPP_MOD_I=\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 1964,1990 ****
        ".\http_request.h"\
        ".\httpd.h"\
        ".\util_script.h"\
  -     {$(INCLUDE)}"\sys\STAT.H"\
  -     {$(INCLUDE)}"\sys\TYPES.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)"
  - 
  - "$(INTDIR)\mod_imap.sbr" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  - 
  - 
  - !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
  - 
  - 
    "$(INTDIR)\mod_imap.obj" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
    
    "$(INTDIR)\mod_imap.sbr" : $(SOURCE) $(DEP_CPP_MOD_I) "$(INTDIR)"
  --- 2688,2695 ----
  ***************
  *** 1992,1997 ****
  --- 2697,2718 ----
    
    !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)"
    
  ***************
  *** 2005,2010 ****
  --- 2726,2734 ----
    # Begin Source File
    
    SOURCE=.\mod_include.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_IN=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2026,2039 ****
        ".\modules\perl\mod_perl.h"\
        
    
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
  - 
    "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    
    "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
    
  --- 2750,2780 ----
        ".\modules\perl\mod_perl.h"\
        
    
    "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_MOD_IN=\
  +     ".\./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"\
  +     
  + NODEP_CPP_MOD_IN=\
  +     ".\config.h"\
  +     ".\modules\perl\mod_perl.h"\
  +     
    
    "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
    
  ***************
  *** 2042,2047 ****
  --- 2783,2808 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_MOD_IN=\
  +     ".\./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"\
  +     
  + NODEP_CPP_MOD_IN=\
  +     ".\config.h"\
  +     ".\modules\perl\mod_perl.h"\
  +     
    
    "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
    
  ***************
  *** 2050,2055 ****
  --- 2811,2836 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
  + DEP_CPP_MOD_IN=\
  +     ".\./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"\
  +     
  + NODEP_CPP_MOD_IN=\
  +     ".\config.h"\
  +     ".\modules\perl\mod_perl.h"\
  +     
    
    "$(INTDIR)\mod_include.obj" : $(SOURCE) $(DEP_CPP_MOD_IN) "$(INTDIR)"
    
  ***************
  *** 2063,2068 ****
  --- 2844,2852 ----
    # Begin Source File
    
    SOURCE=.\mod_log_config.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_L=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2075,2088 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 2859,2877 ----
        {$(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)"
    
  ***************
  *** 2091,2096 ****
  --- 2880,2893 ----
    
    !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)"
    
  ***************
  *** 2099,2104 ****
  --- 2896,2912 ----
    
    !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)"
    
  ***************
  *** 2112,2117 ****
  --- 2920,2928 ----
    # Begin Source File
    
    SOURCE=.\mod_mime.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_M=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2123,2136 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 2934,2951 ----
        {$(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)"
    
  ***************
  *** 2139,2144 ****
  --- 2954,2966 ----
    
    !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)"
    
  ***************
  *** 2147,2152 ****
  --- 2969,2984 ----
    
    !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)"
    
  ***************
  *** 2160,2165 ****
  --- 2992,3000 ----
    # Begin Source File
    
    SOURCE=.\mod_negotiation.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_N=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2170,2189 ****
        ".\http_log.h"\
        ".\http_request.h"\
        ".\httpd.h"\
  !     ".\nt\dirent.h"\
        ".\util_script.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
  - 
    "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    
    "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
    
  --- 3005,3034 ----
        ".\http_log.h"\
        ".\http_request.h"\
        ".\httpd.h"\
  !     ".\nt\readdir.h"\
        ".\util_script.h"\
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_MOD_N=\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\http_core.h"\
  +     ".\http_log.h"\
  +     ".\http_request.h"\
  +     ".\httpd.h"\
  +     ".\nt\readdir.h"\
  +     ".\util_script.h"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
    
  ***************
  *** 2192,2197 ****
  --- 3037,3055 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_MOD_N=\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\http_core.h"\
  +     ".\http_log.h"\
  +     ".\http_request.h"\
  +     ".\httpd.h"\
  +     ".\nt\readdir.h"\
  +     ".\util_script.h"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
    
  ***************
  *** 2200,2205 ****
  --- 3058,3078 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
  + DEP_CPP_MOD_N=\
  +     ".\./regex\regex.h"\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\http_core.h"\
  +     ".\http_log.h"\
  +     ".\http_request.h"\
  +     ".\httpd.h"\
  +     ".\nt\readdir.h"\
  +     ".\util_script.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\mod_negotiation.obj" : $(SOURCE) $(DEP_CPP_MOD_N) "$(INTDIR)"
    
  ***************
  *** 2213,2218 ****
  --- 3086,3094 ----
    # Begin Source File
    
    SOURCE=.\mod_userdir.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_U=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2224,2237 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 3100,3117 ----
        {$(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)"
    
  ***************
  *** 2240,2245 ****
  --- 3120,3132 ----
    
    !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)"
    
  ***************
  *** 2248,2253 ****
  --- 3135,3150 ----
    
    !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)"
    
  ***************
  *** 2261,2266 ****
  --- 3158,3166 ----
    # Begin Source File
    
    SOURCE=.\rfc1413.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_RFC14=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2274,2287 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 3174,3193 ----
        {$(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)"
    
  ***************
  *** 2290,2295 ****
  --- 3196,3210 ----
    
    !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)"
    
  ***************
  *** 2298,2303 ****
  --- 3213,3230 ----
    
    !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)"
    
  ***************
  *** 2311,2316 ****
  --- 3238,3246 ----
    # Begin Source File
    
    SOURCE=.\util.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_UTIL_C=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2322,2335 ****
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
  - 
    "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    
    "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
    
  --- 3252,3272 ----
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_UTIL_C=\
  +     ".\./regex\regex.h"\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_conf_globals.h"\
  +     ".\httpd.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
    
  ***************
  *** 2338,2343 ****
  --- 3275,3290 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_UTIL_C=\
  +     ".\./regex\regex.h"\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_conf_globals.h"\
  +     ".\httpd.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
    
  ***************
  *** 2346,2351 ****
  --- 3293,3308 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
  + DEP_CPP_UTIL_C=\
  +     ".\./regex\regex.h"\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_conf_globals.h"\
  +     ".\httpd.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
  +     
    
    "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_C) "$(INTDIR)"
    
  ***************
  *** 2400,2405 ****
  --- 3357,3365 ----
    # Begin Source File
    
    SOURCE=.\util_md5.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_UTIL_M=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2412,2425 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 3372,3390 ----
        {$(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)"
    
  ***************
  *** 2428,2433 ****
  --- 3393,3406 ----
    
    !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)"
    
  ***************
  *** 2436,2441 ****
  --- 3409,3425 ----
    
    !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)"
    
  ***************
  *** 2449,2454 ****
  --- 3433,3441 ----
    # Begin Source File
    
    SOURCE=.\mod_browser.c
  + 
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
    DEP_CPP_MOD_B=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  ***************
  *** 2460,2473 ****
        {$(INCLUDE)}"\sys\TYPES.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)"
    
  --- 3447,3464 ----
        {$(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)"
    
  ***************
  *** 2476,2481 ****
  --- 3467,3479 ----
    
    !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)"
    
  ***************
  *** 2484,2489 ****
  --- 3482,3497 ----
    
    !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)"
    
  ***************
  *** 2497,2551 ****
    # Begin Source File
    
    SOURCE=.\NT\modules.c
  - NODEP_CPP_MODUL=\
  -     ".\NT\http_config.h"\
  -     ".\NT\httpd.h"\
  -     
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
    
  ! "$(INTDIR)\modules.obj" : $(SOURCE) "$(INTDIR)"
       $(CPP) $(CPP_PROJ) $(SOURCE)
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    
    BuildCmds= \
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\modules.obj" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\modules.sbr" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
    
    BuildCmds= \
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\modules.obj" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\modules.sbr" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
    
    BuildCmds= \
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\modules.obj" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\modules.sbr" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
    !ENDIF 
  --- 3505,3589 ----
    # Begin Source File
    
    SOURCE=.\NT\modules.c
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
  + 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"\
  +     
    
  ! "$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
       $(CPP) $(CPP_PROJ) $(SOURCE)
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  + DEP_CPP_MODUL=\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\httpd.h"\
  +     
    
    BuildCmds= \
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\modules.sbr" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
       $(BuildCmds)
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_MODUL=\
  +     ".\alloc.h"\
  +     ".\buff.h"\
  +     ".\conf.h"\
  +     ".\http_config.h"\
  +     ".\httpd.h"\
  +     
    
    BuildCmds= \
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\modules.sbr" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
       $(BuildCmds)
    
    !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) \
        
    
  ! "$(INTDIR)\modules.obj" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\modules.sbr" : $(SOURCE) $(DEP_CPP_MODUL) "$(INTDIR)"
       $(BuildCmds)
    
    !ENDIF 
  ***************
  *** 2555,2577 ****
    # 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) \
  --- 3593,3619 ----
    # 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) \
  ***************
  *** 2585,2590 ****
  --- 3627,3636 ----
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  + DEP_CPP_MULTI=\
  +     ".\conf.h"\
  +     ".\multithread.h"\
  +     
    
    BuildCmds= \
        $(CPP) $(CPP_PROJ) $(SOURCE) \
  ***************
  *** 2598,2603 ****
  --- 3644,3656 ----
    
    !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) \
  ***************
  *** 2617,2628 ****
    
    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"
  --- 3670,3677 ----
    
    SOURCE=.\NT\service.c
    DEP_CPP_SERVI=\
        ".\multithread.h"\
  !     ".\nt\service.h"\
        
    
    !IF  "$(CFG)" == "apache - Win32 Release"
  ***************
  *** 2731,2788 ****
    
################################################################################
    # Begin Source File
    
  ! SOURCE=.\nt\nt.c
  ! DEP_CPP_NT_C46=\
  !     ".\nt\dirent.h"\
  !     {$(INCLUDE)}"\sys\STAT.H"\
  !     {$(INCLUDE)}"\sys\TYPES.H"\
  !     
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
    
  ! "$(INTDIR)\nt.obj" : $(SOURCE) $(DEP_CPP_NT_C46) "$(INTDIR)"
  !    $(CPP) $(CPP_PROJ) $(SOURCE)
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
  ! 
  ! BuildCmds= \
  !     $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\nt.obj" : $(SOURCE) $(DEP_CPP_NT_C46) "$(INTDIR)"
  !    $(BuildCmds)
    
  ! "$(INTDIR)\nt.sbr" : $(SOURCE) $(DEP_CPP_NT_C46) "$(INTDIR)"
  !    $(BuildCmds)
    
  - !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
    
  ! BuildCmds= \
  !     $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\nt.obj" : $(SOURCE) $(DEP_CPP_NT_C46) "$(INTDIR)"
  !    $(BuildCmds)
    
  ! "$(INTDIR)\nt.sbr" : $(SOURCE) $(DEP_CPP_NT_C46) "$(INTDIR)"
  !    $(BuildCmds)
    
  - !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
    
  ! BuildCmds= \
  !     $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\nt.obj" : $(SOURCE) $(DEP_CPP_NT_C46) "$(INTDIR)"
  !    $(BuildCmds)
    
  - "$(INTDIR)\nt.sbr" : $(SOURCE) $(DEP_CPP_NT_C46) "$(INTDIR)"
  -    $(BuildCmds)
    
    !ENDIF 
    
  --- 3780,3874 ----
    
################################################################################
    # Begin Source File
    
  ! SOURCE=.\mod_info.c
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
  + 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)"
    
    
    !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)"
    
  ! "$(INTDIR)\mod_info.sbr" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
    
    
  + !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)"
    
  ! "$(INTDIR)\mod_info.sbr" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
    
    
  + !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)"
  ! 
  ! "$(INTDIR)\mod_info.sbr" : $(SOURCE) $(DEP_CPP_MOD_INF) "$(INTDIR)"
    
    
    !ENDIF 
    
  ***************
  *** 2790,2801 ****
    
################################################################################
    # Begin Source File
    
  ! SOURCE=.\nt\ntcrypt.c
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
    
  ! "$(INTDIR)\ntcrypt.obj" : $(SOURCE) "$(INTDIR)"
       $(CPP) $(CPP_PROJ) $(SOURCE)
    
    
  --- 3876,3891 ----
    
################################################################################
    # Begin Source File
    
  ! SOURCE=.\nt\readdir.c
  ! DEP_CPP_READD=\
  !     ".\nt\readdir.h"\
  !     {$(INCLUDE)}"\sys\TYPES.H"\
  !     
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
    
  ! "$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
       $(CPP) $(CPP_PROJ) $(SOURCE)
    
    
  ***************
  *** 2806,2815 ****
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\ntcrypt.obj" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\ntcrypt.sbr" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
  --- 3896,3905 ----
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\readdir.sbr" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
       $(BuildCmds)
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
  ***************
  *** 2819,2828 ****
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\ntcrypt.obj" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\ntcrypt.sbr" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
  --- 3909,3918 ----
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\readdir.sbr" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
       $(BuildCmds)
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
  ***************
  *** 2832,2841 ****
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\ntcrypt.obj" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\ntcrypt.sbr" : $(SOURCE) "$(INTDIR)"
       $(BuildCmds)
    
    !ENDIF 
  --- 3922,3931 ----
        $(CPP) $(CPP_PROJ) $(SOURCE) \
        
    
  ! "$(INTDIR)\readdir.obj" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
       $(BuildCmds)
    
  ! "$(INTDIR)\readdir.sbr" : $(SOURCE) $(DEP_CPP_READD) "$(INTDIR)"
       $(BuildCmds)
    
    !ENDIF 
  
  
  
  1.30      +1 -1      apache/src/buff.c
  
  Index: buff.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/buff.c,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -C3 -r1.29 -r1.30
  *** buff.c    1997/06/16 19:45:12     1.29
  --- buff.c    1997/06/28 22:39:20     1.30
  ***************
  *** 259,265 ****
        fb = palloc(p, sizeof(BUFF));
        fb->pool=p;
        fb->bufsiz = DEFAULT_BUFSIZE;
  !     fb->flags = flags & B_RDWR;
    
        if (flags & B_RD) fb->inbase = palloc(p, fb->bufsiz);
        else fb->inbase = NULL;
  --- 259,265 ----
        fb = palloc(p, sizeof(BUFF));
        fb->pool=p;
        fb->bufsiz = DEFAULT_BUFSIZE;
  !     fb->flags = flags & (B_RDWR|B_SOCKET);
    
        if (flags & B_RD) fb->inbase = palloc(p, fb->bufsiz);
        else fb->inbase = NULL;
  
  
  
  1.104     +2 -0      apache/src/conf.h
  
  Index: conf.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/conf.h,v
  retrieving revision 1.103
  retrieving revision 1.104
  diff -C3 -r1.103 -r1.104
  *** conf.h    1997/06/24 00:27:36     1.103
  --- conf.h    1997/06/28 22:39:20     1.104
  ***************
  *** 547,552 ****
  --- 547,554 ----
    #define O_CREAT _O_CREAT
    #define O_RDWR _O_RDWR
    #define SIGPIPE 17
  + /* Seems Windows is not a subgenius */
  + #define LESS_SLACK_JACK
    #include <stddef.h>
    /* Unknown system - Edit these to match */
    #else
  
  
  
  1.15      +11 -3     apache/src/http_log.c
  
  Index: http_log.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_log.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -C3 -r1.14 -r1.15
  *** http_log.c        1997/06/15 19:22:25     1.14
  --- http_log.c        1997/06/28 22:39:21     1.15
  ***************
  *** 168,184 ****
            server_rec *s)
    {
        const char *p, *q;
    
        p = strerror(errno);
        q = get_time();
    
        if (file != NULL)
  !     fprintf(s->error_log, "[%s] %s: %s: %s\n", q, routine, file, p);
        else
  !     fprintf(s->error_log, "[%s] %s: %s\n", q, routine, p);
        if (msg != NULL) fprintf(s->error_log, "[%s] - %s\n", q, msg);
    
  !     fflush(s->error_log);
    }
    
    void
  --- 168,185 ----
            server_rec *s)
    {
        const char *p, *q;
  +     FILE *err=s ? s->error_log : stderr;
    
        p = strerror(errno);
        q = get_time();
    
        if (file != NULL)
  !     fprintf(err, "[%s] %s: %s: %s\n", q, routine, file, p);
        else
  !     fprintf(err, "[%s] %s: %s\n", q, routine, p);
        if (msg != NULL) fprintf(s->error_log, "[%s] - %s\n", q, msg);
    
  !     fflush(err);
    }
    
    void
  ***************
  *** 204,206 ****
  --- 205,214 ----
        fflush (r->server->error_log);
    }
    
  + void log_assert(const char *szExp,const char *szFile,int nLine)
  +     {
  +     char buf[1000];
  + 
  +     sprintf(buf,"line %d, assertion \"%s\" failed",nLine,szExp);
  +     log_unixerr("assert",szFile,buf,NULL);
  +     }
  
  
  
  1.163     +13 -6     apache/src/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_main.c,v
  retrieving revision 1.162
  retrieving revision 1.163
  diff -C3 -r1.162 -r1.163
  *** http_main.c       1997/06/28 22:12:54     1.162
  --- http_main.c       1997/06/28 22:39:21     1.163
  ***************
  *** 3110,3115 ****
  --- 3110,3117 ----
                
                for (lr=listeners; lr != NULL; lr=lr->next)
                {
  +             /* to prove a point - Ben */
  +                 assert(!lr->used);
                    if(lr->used)
                    {
                        listen(lr->fd, 1);
  ***************
  *** 3124,3129 ****
  --- 3126,3132 ----
                if(rv == WAIT_OBJECT_0)
                    break;
                rv = WaitForMultipleObjects(nthreads, child_handles, 0, 0);
  +         assert(rv != WAIT_FAILED);
                if(rv != WAIT_TIMEOUT)
                {
                    rv = rv - WAIT_OBJECT_0;
  ***************
  *** 3167,3179 ****
            
            for (lr=listeners; lr != NULL; lr=lr->next)
            {
  !             if(!lr->used)
  !                     continue;
                    fd=lr->fd;
                
  !             FD_ISSET(fd, &listenfds);
  !             sd = fd;
  !                 break;
            }
            }
    
  --- 3170,3184 ----
            
            for (lr=listeners; lr != NULL; lr=lr->next)
            {
  ! /*          if(!lr->used)
  !                     continue;*/
                    fd=lr->fd;
                
  !             if(FD_ISSET(fd, &listenfds))
  !                 {
  !                 sd = fd;
  !                 break;
  !                 }
            }
            }
    
  ***************
  *** 3219,3224 ****
  --- 3224,3231 ----
        
        for (lr=listeners; lr != NULL; lr=lr->next)
        {
  +     /* prove the point again */
  +         assert(!lr->used);
            if(lr->used)
            {
                closesocket(lr->fd);
  ***************
  *** 3322,3328 ****
        {
            service_set_status(SERVICE_START_PENDING);
            child[i] = create_event_and_spawn(argc, argv, &ev[i], &child_num, 
buf);
  !         assert(child[i]);
        }
        service_set_status(SERVICE_RUNNING);
    
  --- 3329,3335 ----
        {
            service_set_status(SERVICE_START_PENDING);
            child[i] = create_event_and_spawn(argc, argv, &ev[i], &child_num, 
buf);
  !         assert(child[i] >= 0);
        }
        service_set_status(SERVICE_RUNNING);
    
  
  
  
  1.116     +10 -0     apache/src/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /export/home/cvs/apache/src/httpd.h,v
  retrieving revision 1.115
  retrieving revision 1.116
  diff -C3 -r1.115 -r1.116
  *** httpd.h   1997/06/28 21:46:57     1.115
  --- httpd.h   1997/06/28 22:39:22     1.116
  ***************
  *** 743,748 ****
  --- 743,758 ----
     * never fails.  If the high line was requested and it fails it will also 
try
     * the low line.
     */
  + #ifdef LESS_SLACK_JACK
  + #define ap_slack(fd,line)   (fd)
  + #else
    int ap_slack (int fd, int line);
    #define AP_SLACK_LOW        1
    #define AP_SLACK_HIGH       2
  + #endif
  + 
  + /*
  +  * Redefine assert() to something more useful for an Apache...
  +  */
  + void log_assert(const char *szExp,const char *szFile,int nLine);
  + #define assert(exp) (void)( (exp) || (log_assert(#exp, __FILE__, __LINE__), 
0) )
  
  
  
  1.57      +2 -1      apache/src/util.c
  
  Index: util.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/util.c,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -C3 -r1.56 -r1.57
  *** util.c    1997/06/24 00:39:19     1.56
  --- util.c    1997/06/28 22:39:23     1.57
  ***************
  *** 1335,1341 ****
    }
    #endif
    
  ! 
    int ap_slack (int fd, int line)
    {
    #if !defined(F_DUPFD) || defined(NO_SLACK)
  --- 1335,1341 ----
    }
    #endif
    
  ! #ifndef LESS_SLACK_JACK
    int ap_slack (int fd, int line)
    {
    #if !defined(F_DUPFD) || defined(NO_SLACK)
  ***************
  *** 1364,1366 ****
  --- 1364,1367 ----
        return new_fd;
    #endif
    }
  + #endif /* LESS_SLACK_JACK */
  
  
  
  1.2       +20 -86    apache/src/modules/proxy/proxy.mak
  
  Index: proxy.mak
  ===================================================================
  RCS file: /export/home/cvs/apache/src/modules/proxy/proxy.mak,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -C3 -r1.1 -r1.2
  *** proxy.mak 1997/06/15 19:22:47     1.1
  --- proxy.mak 1997/06/28 22:39:28     1.2
  ***************
  *** 211,230 ****
    !IF  "$(CFG)" == "proxy - Win32 Release"
    
    DEP_CPP_PROXY=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
  -     "..\..\conf.h"\
  -     ".\../../regex\regex.h"\
  -     ".\../..\explain.h"\
  -     ".\../..\http_config.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.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)"
  --- 211,221 ----
  ***************
  *** 233,249 ****
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    DEP_CPP_PROXY=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
        "..\..\conf.h"\
  !     ".\../..\explain.h"\
  !     ".\../..\http_config.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\../..\md5.h"\
        ".\../..\multithread.h"\
        ".\mod_proxy.h"\
        
    
    "$(INTDIR)\proxy_util.obj" : $(SOURCE) $(DEP_CPP_PROXY) "$(INTDIR)"
  --- 224,238 ----
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    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)"
  ***************
  *** 262,284 ****
    !IF  "$(CFG)" == "proxy - Win32 Release"
    
    DEP_CPP_PROXY_=\
  !     "..\..\alloc.h"\
  !     "..\..\buff.h"\
  !     "..\..\conf.h"\
  !     ".\../../regex\regex.h"\
  !     ".\../..\explain.h"\
  !     ".\../..\http_config.h"\
        ".\../..\http_log.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\../..\md5.h"\
        ".\../..\multithread.h"\
  -     ".\../..\nt/dirent.h"\
        ".\../..\util_date.h"\
        ".\mod_proxy.h"\
  -     {$(INCLUDE)}"\sys\STAT.H"\
  -     {$(INCLUDE)}"\sys\TYPES.H"\
        {$(INCLUDE)}"\sys\UTIME.H"\
        
    
  --- 251,264 ----
    !IF  "$(CFG)" == "proxy - Win32 Release"
    
    DEP_CPP_PROXY_=\
  !     "..\..\nt\readdir.h"\
        ".\../..\http_log.h"\
        ".\../..\http_main.h"\
        ".\../..\httpd.h"\
        ".\../..\md5.h"\
        ".\../..\multithread.h"\
        ".\../..\util_date.h"\
        ".\mod_proxy.h"\
        {$(INCLUDE)}"\sys\UTIME.H"\
        
    
  ***************
  *** 288,307 ****
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    DEP_CPP_PROXY_=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
        "..\..\conf.h"\
  !     ".\../..\explain.h"\
  !     ".\../..\http_config.h"\
        ".\../..\http_log.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\../..\md5.h"\
        ".\../..\multithread.h"\
  -     ".\../..\nt/dirent.h"\
        ".\../..\util_date.h"\
        ".\mod_proxy.h"\
        {$(INCLUDE)}"\sys\UTIME.H"\
        
    
  --- 268,285 ----
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    DEP_CPP_PROXY_=\
        "..\..\conf.h"\
  !     "..\..\nt\readdir.h"\
  !     ".\../../regex\regex.h"\
        ".\../..\http_log.h"\
        ".\../..\http_main.h"\
        ".\../..\httpd.h"\
        ".\../..\md5.h"\
        ".\../..\multithread.h"\
        ".\../..\util_date.h"\
        ".\mod_proxy.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
  +     {$(INCLUDE)}"\sys\TYPES.H"\
        {$(INCLUDE)}"\sys\UTIME.H"\
        
    
  ***************
  *** 321,339 ****
    !IF  "$(CFG)" == "proxy - Win32 Release"
    
    DEP_CPP_PROXY_C=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
  -     "..\..\conf.h"\
  -     ".\../../regex\regex.h"\
  -     ".\../..\explain.h"\
  -     ".\../..\http_config.h"\
        ".\../..\http_log.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\mod_proxy.h"\
  -     {$(INCLUDE)}"\sys\STAT.H"\
  -     {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\proxy_connect.obj" : $(SOURCE) $(DEP_CPP_PROXY_C) "$(INTDIR)"
  --- 299,308 ----
  ***************
  *** 342,357 ****
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    DEP_CPP_PROXY_C=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
        "..\..\conf.h"\
  !     ".\../..\explain.h"\
  !     ".\../..\http_config.h"\
        ".\../..\http_log.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\mod_proxy.h"\
        
    
    "$(INTDIR)\proxy_connect.obj" : $(SOURCE) $(DEP_CPP_PROXY_C) "$(INTDIR)"
  --- 311,324 ----
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    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)"
  ***************
  *** 370,387 ****
    !IF  "$(CFG)" == "proxy - Win32 Release"
    
    DEP_CPP_PROXY_F=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
  -     "..\..\conf.h"\
  -     ".\../../regex\regex.h"\
  -     ".\../..\explain.h"\
  -     ".\../..\http_config.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\mod_proxy.h"\
  -     {$(INCLUDE)}"\sys\STAT.H"\
  -     {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\proxy_ftp.obj" : $(SOURCE) $(DEP_CPP_PROXY_F) "$(INTDIR)"
  --- 337,345 ----
  ***************
  *** 390,404 ****
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    DEP_CPP_PROXY_F=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
        "..\..\conf.h"\
  !     ".\../..\explain.h"\
  !     ".\../..\http_config.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\mod_proxy.h"\
        
    
    "$(INTDIR)\proxy_ftp.obj" : $(SOURCE) $(DEP_CPP_PROXY_F) "$(INTDIR)"
  --- 348,360 ----
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    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)"
  ***************
  *** 417,436 ****
    !IF  "$(CFG)" == "proxy - Win32 Release"
    
    DEP_CPP_PROXY_H=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
  -     "..\..\conf.h"\
  -     ".\../../regex\regex.h"\
  -     ".\../..\explain.h"\
  -     ".\../..\http_config.h"\
        ".\../..\http_log.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.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)"
  --- 373,383 ----
  ***************
  *** 439,455 ****
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    DEP_CPP_PROXY_H=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
        "..\..\conf.h"\
  !     ".\../..\explain.h"\
  !     ".\../..\http_config.h"\
        ".\../..\http_log.h"\
        ".\../..\http_main.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\../..\util_date.h"\
        ".\mod_proxy.h"\
        
    
    "$(INTDIR)\proxy_http.obj" : $(SOURCE) $(DEP_CPP_PROXY_H) "$(INTDIR)"
  --- 386,400 ----
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    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)"
  ***************
  *** 468,484 ****
    !IF  "$(CFG)" == "proxy - Win32 Release"
    
    DEP_CPP_MOD_P=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
  -     "..\..\conf.h"\
  -     ".\../../regex\regex.h"\
  -     ".\../..\explain.h"\
  -     ".\../..\http_config.h"\
  -     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\mod_proxy.h"\
  -     {$(INCLUDE)}"\sys\STAT.H"\
  -     {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\mod_proxy.obj" : $(SOURCE) $(DEP_CPP_MOD_P) "$(INTDIR)"
  --- 413,420 ----
  ***************
  *** 487,500 ****
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    DEP_CPP_MOD_P=\
  -     "..\..\alloc.h"\
  -     "..\..\buff.h"\
        "..\..\conf.h"\
  !     ".\../..\explain.h"\
  !     ".\../..\http_config.h"\
  !     ".\../..\http_protocol.h"\
        ".\../..\httpd.h"\
        ".\mod_proxy.h"\
        
    
    "$(INTDIR)\mod_proxy.obj" : $(SOURCE) $(DEP_CPP_MOD_P) "$(INTDIR)"
  --- 423,434 ----
    !ELSEIF  "$(CFG)" == "proxy - Win32 Debug"
    
    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)"
  
  
  
  1.17      +1 -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.16
  retrieving revision 1.17
  diff -C3 -r1.16 -r1.17
  *** proxy_cache.c     1997/06/16 19:32:53     1.16
  --- proxy_cache.c     1997/06/28 22:39:29     1.17
  ***************
  *** 60,66 ****
    #include "util_date.h"
    #ifdef WIN32
    #include <sys/utime.h>
  ! #include "nt/dirent.h"
    #else
    #include <utime.h>
    #endif /* WIN32 */
  --- 60,66 ----
    #include "util_date.h"
    #ifdef WIN32
    #include <sys/utime.h>
  ! #include "../../nt/readdir.h"
    #else
    #include <utime.h>
    #endif /* WIN32 */
  
  
  

Reply via email to