ben         97/06/29 11:25:57

  Modified:    src       apache.mak http_main.c
  Log:
  Remove unused variable.
  
  Revision  Changes    Path
  1.3       +50 -266   apache/src/apache.mak
  
  Index: apache.mak
  ===================================================================
  RCS file: /export/home/cvs/apache/src/apache.mak,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -C3 -r1.2 -r1.3
  *** apache.mak        1997/06/28 22:39:19     1.2
  --- apache.mak        1997/06/29 18:25:54     1.3
  ***************
  *** 34,41 ****
    
################################################################################
    # Begin Project
    # PROP Target_Last_Scanned "apache - Win32 Debug"
  - RSC=rc.exe
    CPP=cl.exe
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
  --- 34,41 ----
    
################################################################################
    # Begin Project
    # PROP Target_Last_Scanned "apache - Win32 Debug"
    CPP=cl.exe
  + RSC=rc.exe
    
    !IF  "$(CFG)" == "apache - Win32 Release"
    
  ***************
  *** 854,860 ****
  --- 854,862 ----
    !IF  "$(CFG)" == "apache - Win32 Release"
    
    DEP_CPP_UTIL_=\
  +     ".\./regex\regex.h"\
        ".\conf.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  ***************
  *** 878,884 ****
  --- 880,888 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
    DEP_CPP_UTIL_=\
  +     ".\./regex\regex.h"\
        ".\conf.h"\
  +     {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  ***************
  *** 908,916 ****
    # Begin Source File
    
    SOURCE=.\buff.c
  - 
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
    DEP_CPP_BUFF_=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  --- 912,917 ----
  ***************
  *** 922,942 ****
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
    
    
    !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"\
  -     
    
    "$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
    
  --- 923,936 ----
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
  + 
    "$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    
    "$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
    
  ***************
  *** 945,960 ****
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  - 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"\
  -     
    
    "$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
    
  --- 939,944 ----
  ***************
  *** 963,978 ****
    
    !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"\
  -     
    
    "$(INTDIR)\buff.obj" : $(SOURCE) $(DEP_CPP_BUFF_) "$(INTDIR)"
    
  --- 947,952 ----
  ***************
  *** 1162,1171 ****
    !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"\
  --- 1136,1141 ----
  ***************
  *** 1173,1180 ****
        ".\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)"
  --- 1143,1148 ----
  ***************
  *** 1290,1295 ****
  --- 1258,1266 ----
        {$(INCLUDE)}"\sys\STAT.H"\
        {$(INCLUDE)}"\sys\TYPES.H"\
        
  + NODEP_CPP_HTTP_CO=\
  +     ".\sin_port"\
  +     
    
    "$(INTDIR)\http_core.obj" : $(SOURCE) $(DEP_CPP_HTTP_CO) "$(INTDIR)"
    
  ***************
  *** 1325,1330 ****
  --- 1296,1302 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    DEP_CPP_HTTP_L=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 1332,1337 ****
  --- 1304,1311 ----
        ".\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)"
  ***************
  *** 1342,1347 ****
  --- 1316,1322 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
    DEP_CPP_HTTP_L=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 1349,1354 ****
  --- 1324,1331 ----
        ".\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)"
  ***************
  *** 1492,1501 ****
        {$(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)"
    
  --- 1469,1474 ----
  ***************
  *** 1534,1539 ****
  --- 1507,1513 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    DEP_CPP_HTTP_P=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 1544,1549 ****
  --- 1518,1525 ----
        ".\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)"
  ***************
  *** 1554,1559 ****
  --- 1530,1536 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
    DEP_CPP_HTTP_P=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 1564,1569 ****
  --- 1541,1548 ----
        ".\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)"
  ***************
  *** 1601,1609 ****
    # Begin Source File
    
    SOURCE=.\http_request.c
  - 
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
    DEP_CPP_HTTP_R=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  --- 1580,1585 ----
  ***************
  *** 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)"
    
  --- 1597,1610 ----
        {$(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)"
    
  ***************
  *** 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)"
    
  --- 1613,1618 ----
  ***************
  *** 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)"
    
  --- 1621,1626 ----
  ***************
  *** 2088,2096 ****
    # Begin Source File
    
    SOURCE=.\mod_auth.c
  - 
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
    DEP_CPP_MOD_AU=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  --- 2019,2024 ----
  ***************
  *** 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)"
    
  --- 2033,2046 ----
        {$(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)"
    
  ***************
  *** 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)"
    
  --- 2049,2054 ----
  ***************
  *** 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)"
    
  --- 2057,2062 ----
  ***************
  *** 2178,2186 ****
    # Begin Source File
    
    SOURCE=.\alloc.c
  - 
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
    DEP_CPP_ALLOC=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  --- 2070,2075 ----
  ***************
  *** 2192,2212 ****
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
    "$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
    
    
    !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)"
    
  --- 2081,2094 ----
        {$(INCLUDE)}"\sys\TYPES.H"\
        
    
  + !IF  "$(CFG)" == "apache - Win32 Release"
  + 
  + 
    "$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
    
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    
    "$(INTDIR)\alloc.obj" : $(SOURCE) $(DEP_CPP_ALLOC) "$(INTDIR)"
    
  ***************
  *** 2215,2230 ****
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
  - 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)"
    
  --- 2097,2102 ----
  ***************
  *** 2233,2248 ****
    
    !ELSEIF  "$(CFG)" == "apache - Win32 Profile"
    
  - 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)"
    
  --- 2105,2110 ----
  ***************
  *** 2383,2388 ****
  --- 2245,2251 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    DEP_CPP_MOD_C=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 2395,2400 ****
  --- 2258,2265 ----
        ".\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)"
  ***************
  *** 2405,2410 ****
  --- 2270,2276 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
    DEP_CPP_MOD_C=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 2417,2422 ****
  --- 2283,2290 ----
        ".\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)"
  ***************
  *** 2656,2661 ****
  --- 2524,2530 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Debug"
    
    DEP_CPP_MOD_I=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 2667,2672 ****
  --- 2536,2543 ----
        ".\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)"
  ***************
  *** 2677,2682 ****
  --- 2548,2554 ----
    !ELSEIF  "$(CFG)" == "apache - Win32 Pre"
    
    DEP_CPP_MOD_I=\
  +     ".\./regex\regex.h"\
        ".\alloc.h"\
        ".\buff.h"\
        ".\conf.h"\
  ***************
  *** 2688,2693 ****
  --- 2560,2567 ----
        ".\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)"
  ***************
  *** 2726,2734 ****
    # Begin Source File
    
    SOURCE=.\mod_include.c
  - 
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
    DEP_CPP_MOD_IN=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  --- 2600,2605 ----
  ***************
  *** 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)"
    
  --- 2621,2634 ----
        ".\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)"
    
  ***************
  *** 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)"
    
  --- 2637,2642 ----
  ***************
  *** 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)"
    
  --- 2645,2650 ----
  ***************
  *** 3238,3246 ****
    # Begin Source File
    
    SOURCE=.\util.c
  - 
  - !IF  "$(CFG)" == "apache - Win32 Release"
  - 
    DEP_CPP_UTIL_C=\
        ".\./regex\regex.h"\
        ".\alloc.h"\
  --- 3052,3057 ----
  ***************
  *** 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)"
    
  --- 3063,3076 ----
        {$(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)"
    
  ***************
  *** 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)"
    
  --- 3079,3084 ----
  ***************
  *** 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)"
    
  --- 3087,3092 ----
  
  
  
  1.168     +0 -1      apache/src/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache/src/http_main.c,v
  retrieving revision 1.167
  retrieving revision 1.168
  diff -C3 -r1.167 -r1.168
  *** http_main.c       1997/06/29 15:17:48     1.167
  --- http_main.c       1997/06/29 18:25:55     1.168
  ***************
  *** 2994,3000 ****
        int srv;
        int clen;
        int csd;
  -     struct sockaddr_in sa_server;
        struct sockaddr_in sa_client;
        int total_jobs = 0;
        thread **child_handles;
  --- 2994,2999 ----
  
  
  

Reply via email to