From: Bill Stoddard Date: Sun, 17 Oct 1999 01:59:20 +0000 (+0000) Subject: ifdef ap_call_exec out but keep it around until we get mod_include updated to use the X-Git-Tag: 1.3.10~254 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd1f752b82eec0c6f712ac919cc3d38d81e4d41c;p=thirdparty%2Fapache%2Fhttpd.git ifdef ap_call_exec out but keep it around until we get mod_include updated to use the new APR proc API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83998 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util_script.c b/server/util_script.c index 67a45fd6293..ccc27b15689 100644 --- a/server/util_script.c +++ b/server/util_script.c @@ -684,6 +684,7 @@ static char **create_argv_cmd(ap_context_t *p, char *av0, const char *args, char /* ZZZ need to look at this in more depth and convert to an AP func so we can get rid of OS specific code. */ +#if 0 API_EXPORT(int) ap_call_exec(request_rec *r, ap_child_info_t *pinfo, char *argv0, char **env, int shellcmd) { @@ -1093,3 +1094,4 @@ API_EXPORT(int) ap_call_exec(request_rec *r, ap_child_info_t *pinfo, char *argv0 return (pid); #endif } +#endif