]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ifdef ap_call_exec out but keep it around until we get mod_include updated to use the
authorBill Stoddard <stoddard@apache.org>
Sun, 17 Oct 1999 01:59:20 +0000 (01:59 +0000)
committerBill Stoddard <stoddard@apache.org>
Sun, 17 Oct 1999 01:59:20 +0000 (01:59 +0000)
new APR proc API.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83998 13f79535-47bb-0310-9956-ffa450edef68

server/util_script.c

index 67a45fd629384e34e354806bc92940666fe32871..ccc27b15689181ec93239329b1a35ec0c6752a72 100644 (file)
@@ -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