]> granicus.if.org Git - apache/commitdiff
Added AP_DECLARE_DATA to unixd_config, so that it makes it into the exp file.
authorVictor J. Orlikowski <orlikowski@apache.org>
Thu, 13 Sep 2001 20:41:15 +0000 (20:41 +0000)
committerVictor J. Orlikowski <orlikowski@apache.org>
Thu, 13 Sep 2001 20:41:15 +0000 (20:41 +0000)
Submitted by: Mark Nesbitt <mnesbitt@us.ibm.com>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91022 13f79535-47bb-0310-9956-ffa450edef68

os/unix/unixd.h

index e171f2b26192079ad1fcfa5cd52b1f19ddaf2ed4..cb0485c8c2463f46c890da98ff84229ffd147328 100644 (file)
@@ -105,7 +105,7 @@ typedef struct {
     gid_t group_id;
     int suexec_enabled;
 } unixd_config_rec;
-extern unixd_config_rec unixd_config;
+AP_DECLARE_DATA extern unixd_config_rec unixd_config;
 
 AP_DECLARE(int) unixd_setup_child(void);
 AP_DECLARE(void) unixd_pre_config(apr_pool_t *ptemp);