diff --git a/server/util_script.c b/server/util_script.c index 67a45fd629..ccc27b1568 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