]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Mark globals
authorJim Jagielski <jim@apache.org>
Fri, 27 Sep 2002 17:40:24 +0000 (17:40 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 27 Sep 2002 17:40:24 +0000 (17:40 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@96990 13f79535-47bb-0310-9956-ffa450edef68

src/include/http_conf_globals.h
src/main/http_main.c

index 6e0108b5f50251729463c19c73cc501fd58a34f8..d2dd8cc5e212226413f2c7f87f3f73eb4ebdbbb8 100644 (file)
@@ -103,8 +103,8 @@ extern API_VAR_EXPORT char *ap_server_argv0;
 
 extern enum server_token_type ap_server_tokens;
 
-extern int ap_protocol_req_check;
-extern int ap_change_shmem_uid;
+extern API_VAR_EXPORT int ap_protocol_req_check;
+extern API_VAR_EXPORT int ap_change_shmem_uid;
 
 /* Trying to allocate these in the config pool gets us into some *nasty*
  * chicken-and-egg problems in http_main.c --- where do you stick them
index 769778e188f203996e07d31887a7421b2b188c76..4ff3874ce6cc30586e258079b96b261d399ce0ae 100644 (file)
@@ -400,9 +400,9 @@ static int version_locked = 0;
 enum server_token_type ap_server_tokens = SrvTk_FULL;
 
 /* Also global, for http_core and http_protocol */
-int ap_protocol_req_check = 1;
+API_VAR_EXPORT int ap_protocol_req_check = 1;
 
-int ap_change_shmem_uid = 0;
+API_VAR_EXPORT int ap_change_shmem_uid = 0;
 
 /*
  * This routine is called when the pconf pool is vacuumed.  It resets the