You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by gs...@apache.org on 2001/02/10 04:03:18 UTC

cvs commit: httpd-2.0/modules/generators mod_cgi.c mod_cgid.c mod_info.c

gstein      01/02/09 19:03:18

  Modified:    os/tpf   os.c
               server/mpm/winnt service.c
               server   scoreboard.c
               modules/generators mod_cgi.c mod_cgid.c mod_info.c
  Removed:     include  http_conf_globals.h
  Log:
  *) remove obsolete http_conf_globals.h
  *) simplify all this #ifdef'ing: just nuke the unixd.h header. it isn't
     actually needed.
  
  Revision  Changes    Path
  1.14      +0 -1      httpd-2.0/os/tpf/os.c
  
  Index: os.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/os/tpf/os.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -u -r1.13 -r1.14
  --- os.c	2001/02/08 07:44:14	1.13
  +++ os.c	2001/02/10 03:03:16	1.14
  @@ -66,7 +66,6 @@
   #include "os.h"
   #include "scoreboard.h"
   #include "http_log.h"
  -#include "http_conf_globals.h"
   
   static FILE *sock_fp;
   
  
  
  
  1.28      +0 -1      httpd-2.0/server/mpm/winnt/service.c
  
  Index: service.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/mpm/winnt/service.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -u -r1.27 -r1.28
  --- service.c	2000/12/04 04:20:39	1.27
  +++ service.c	2001/02/10 03:03:17	1.28
  @@ -83,7 +83,6 @@
   #define  CORE_PRIVATE 
   
   #include "httpd.h"
  -#include "http_conf_globals.h"
   #include "http_log.h"
   #include "mpm_winnt.h"
   #include "apr_strings.h"
  
  
  
  1.12      +0 -5      httpd-2.0/server/scoreboard.c
  
  Index: scoreboard.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/scoreboard.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -u -r1.11 -r1.12
  --- scoreboard.c	2001/02/10 00:52:22	1.11
  +++ scoreboard.c	2001/02/10 03:03:17	1.12
  @@ -64,12 +64,7 @@
   #include "http_main.h"
   #include "http_core.h"
   #include "http_config.h"
  -/* ToDo: Fix this right */
  -#if !defined(WIN32) && !defined(OS2) && !defined(BEOS)
  -#include "unixd.h"
  -#endif
   
  -#include "http_conf_globals.h"
   #include "mpm.h"
   #include "scoreboard.h"
   #ifdef HAVE_SYS_TYPES_H
  
  
  
  1.86      +0 -1      httpd-2.0/modules/generators/mod_cgi.c
  
  Index: mod_cgi.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_cgi.c,v
  retrieving revision 1.85
  retrieving revision 1.86
  diff -u -u -r1.85 -r1.86
  --- mod_cgi.c	2001/02/08 07:44:02	1.85
  +++ mod_cgi.c	2001/02/10 03:03:17	1.86
  @@ -87,7 +87,6 @@
   #include "http_log.h"
   #include "util_script.h"
   #include "ap_mpm.h"
  -#include "http_conf_globals.h"
   #include "apr_optional.h"
   #include "../filters/mod_include.h"
   #ifdef HAVE_STRING_H
  
  
  
  1.70      +0 -1      httpd-2.0/modules/generators/mod_cgid.c
  
  Index: mod_cgid.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_cgid.c,v
  retrieving revision 1.69
  retrieving revision 1.70
  diff -u -u -r1.69 -r1.70
  --- mod_cgid.c	2001/02/08 07:44:02	1.69
  +++ mod_cgid.c	2001/02/10 03:03:18	1.70
  @@ -88,7 +88,6 @@
   #include "http_main.h" 
   #include "http_log.h" 
   #include "util_script.h" 
  -#include "http_conf_globals.h" 
   #include "ap_mpm.h"
   #include "unixd.h"
   #include "mod_suexec.h"
  
  
  
  1.25      +1 -1      httpd-2.0/modules/generators/mod_info.c
  
  Index: mod_info.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/generators/mod_info.c,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -u -r1.24 -r1.25
  --- mod_info.c	2001/02/08 07:44:02	1.24
  +++ mod_info.c	2001/02/10 03:03:18	1.25
  @@ -91,7 +91,7 @@
   #include "http_main.h"
   #include "http_protocol.h"
   #include "util_script.h"
  -#include "http_conf_globals.h"
  +
   #if APR_HAVE_STRINGS_H
   #include <strings.h>
   #endif