git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@739150
13f79535-47bb-0310-9956-
ffa450edef68
} unixd_config_rec;
AP_DECLARE_DATA extern unixd_config_rec ap_unixd_config;
+AP_DECLARE(int) ap_unixd_setup_child(void); /* mod_cgid needs this */
+
#if defined(RLIMIT_CPU) || defined(RLIMIT_DATA) || defined(RLIMIT_VMEM) || defined(RLIMIT_NPROC) || defined(RLIMIT_AS)
AP_DECLARE(void) ap_unixd_set_rlimit(cmd_parms *cmd, struct rlimit **plimit,
const char *arg,