From: Victor J. Orlikowski Date: Thu, 13 Sep 2001 20:41:15 +0000 (+0000) Subject: Added AP_DECLARE_DATA to unixd_config, so that it makes it into the exp file. X-Git-Tag: 2.0.26~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6b61e742bcff5874acfb1ab4efec5f20313208d;p=apache Added AP_DECLARE_DATA to unixd_config, so that it makes it into the exp file. Submitted by: Mark Nesbitt git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91022 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/os/unix/unixd.h b/os/unix/unixd.h index e171f2b261..cb0485c8c2 100644 --- a/os/unix/unixd.h +++ b/os/unix/unixd.h @@ -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);