You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by ak...@locus.apache.org on 2000/12/04 20:14:10 UTC

cvs commit: apr aprlib.def

ake         00/12/04 11:14:08

  Modified:    src      ApacheCore.def ApacheCore.dsp
               .        aprlib.def
  Log:
  Get WIN32 building again
  
  Revision  Changes    Path
  1.42      +18 -18    apache-2.0/src/ApacheCore.def
  
  Index: ApacheCore.def
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/ApacheCore.def,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- ApacheCore.def	2000/11/29 17:11:49	1.41
  +++ ApacheCore.def	2000/12/04 19:13:54	1.42
  @@ -24,25 +24,13 @@
   	ap_auth_name
   	ap_auth_type
   	ap_basic_http_header
  -	ap_bclose
  -	ap_bcreate
  -	ap_bfilbuf
   
  -	ap_bflsbuf
  -	ap_bflush
  -	ap_bgetopt
  -	ap_bgets
   
   
  -	ap_blookc
   
  -	ap_bonerror
   
   
  -	ap_bputs
   
  -	ap_bsetflag
  -	ap_bsetopt
   
   
   
  @@ -50,6 +38,18 @@
   
   
   
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
  +
   	ap_cfg_closefile
   	ap_cfg_getc
   	ap_cfg_getline
  @@ -258,7 +258,6 @@
   	ap_update_mtime
   
   
  -	ap_vbprintf
   
   
   
  @@ -267,15 +266,16 @@
   
   
   
  +
   	regcomp
   	regexec
   	regfree
   	access_module
   	alias_module
  -	ap_bprintf
  -	ap_bputstrs
   
   
  +
  +
   	ap_limit_section
   	ap_loaded_modules
   	ap_log_error
  @@ -396,9 +396,9 @@
           ap_get_status_table
           ap_run_default_port
           ap_run_http_method
  -        ap_bread_core
  -        ap_bwrite_core
  -        ap_vbputstrs
  +
  +
  +
   
   ;       Exclusively provided for http_main.c
           ap_register_hooks
  
  
  
  1.46      +5 -14     apache-2.0/src/ApacheCore.dsp
  
  Index: ApacheCore.dsp
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/ApacheCore.dsp,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- ApacheCore.dsp	2000/11/29 17:11:48	1.45
  +++ ApacheCore.dsp	2000/12/04 19:13:55	1.46
  @@ -26,6 +26,7 @@
   # PROP Scc_ProjName ""
   # PROP Scc_LocalPath ""
   CPP=cl.exe
  +RSC=rc.exe
   
   !IF  "$(CFG)" == "ApacheCore - Win32 Release"
   
  @@ -39,11 +40,10 @@
   # PROP Output_Dir "LibR"
   # PROP Intermediate_Dir "LibR"
   # PROP Target_Dir ""
  -RSC=rc.exe
  -# ADD BASE RSC /l 0x409
  -# ADD RSC /l 0x409
   # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
   # ADD CPP /nologo /MD /W3 /GX /O2 /I ".\include" /I ".\lib\apr\include" /I ".\lib\aputil" /I ".\lib\sdbm" /I ".\os\win32" /I ".\modules\mpm\winnt" /I ".\lib\expat-lite" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
  +# ADD BASE RSC /l 0x409
  +# ADD RSC /l 0x409
   BSC32=bscmake.exe
   # ADD BASE BSC32 /nologo
   # ADD BSC32 /nologo
  @@ -64,11 +64,10 @@
   # PROP Intermediate_Dir "LibD"
   # PROP Ignore_Export_Lib 0
   # PROP Target_Dir ""
  -RSC=rc.exe
  -# ADD BASE RSC /l 0x409
  -# ADD RSC /l 0x409
   # ADD BASE CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\lib\apr\include" /I ".\os\win32" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
   # ADD CPP /nologo /MDd /W3 /GX /ZI /Od /I ".\include" /I ".\lib\apr\include" /I ".\lib\aputil" /I ".\lib\sdbm" /I ".\os\win32" /I ".\modules\mpm\winnt" /I ".\lib\expat-lite" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "AP_DECLARE_EXPORT" /FD /c
  +# ADD BASE RSC /l 0x409
  +# ADD RSC /l 0x409
   BSC32=bscmake.exe
   # ADD BASE BSC32 /nologo
   # ADD BSC32 /nologo
  @@ -445,14 +444,6 @@
   # Begin Group "util"
   
   # PROP Default_Filter ""
  -# Begin Source File
  -
  -SOURCE=.\main\buff.c
  -# End Source File
  -# Begin Source File
  -
  -SOURCE=.\include\buff.h
  -# End Source File
   # Begin Source File
   
   SOURCE=.\main\rfc1413.c
  
  
  
  1.48      +2 -0      apr/aprlib.def
  
  Index: aprlib.def
  ===================================================================
  RCS file: /home/cvs/apr/aprlib.def,v
  retrieving revision 1.47
  retrieving revision 1.48
  diff -u -r1.47 -r1.48
  --- aprlib.def	2000/12/04 16:09:22	1.47
  +++ aprlib.def	2000/12/04 19:14:03	1.48
  @@ -48,6 +48,8 @@
   	apr_put_os_file
       	apr_get_os_dir
       	apr_fprintf
  +	apr_lock_file
  +	apr_unlock_file
   
   ;
   ; apr_network_io.h