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
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
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