From f6b61e742bcff5874acfb1ab4efec5f20313208d Mon Sep 17 00:00:00 2001 From: "Victor J. Orlikowski" Date: Thu, 13 Sep 2001 20:41:15 +0000 Subject: [PATCH] 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 --- os/unix/unixd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.50.1