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

cvs commit: apache-1.3/src/main http_main.c

rse         98/04/06 00:43:33

  Modified:    src/include http_conf_globals.h
               src/main http_main.c
  Log:
  One more symbol which is part of the API and already used in modules.
  
  Revision  Changes    Path
  1.26      +1 -1      apache-1.3/src/include/http_conf_globals.h
  
  Index: http_conf_globals.h
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/include/http_conf_globals.h,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- http_conf_globals.h	1998/03/31 12:52:21	1.25
  +++ http_conf_globals.h	1998/04/06 07:43:31	1.26
  @@ -92,7 +92,7 @@
    * statically...
    */
   
  -extern char server_root[MAX_STRING_LEN];
  +extern API_VAR_EXPORT char server_root[MAX_STRING_LEN];
   extern char server_confname[MAX_STRING_LEN];
   
   /* for -C and -c switches */
  
  
  
  1.322     +1 -1      apache-1.3/src/main/http_main.c
  
  Index: http_main.c
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/main/http_main.c,v
  retrieving revision 1.321
  retrieving revision 1.322
  diff -u -r1.321 -r1.322
  --- http_main.c	1998/04/06 07:26:28	1.321
  +++ http_main.c	1998/04/06 07:43:32	1.322
  @@ -263,7 +263,7 @@
   listen_rec *listeners;
   static listen_rec *head_listener;
   
  -char server_root[MAX_STRING_LEN];
  +API_VAR_EXPORT char server_root[MAX_STRING_LEN];
   char server_confname[MAX_STRING_LEN];
   char coredump_dir[MAX_STRING_LEN];