mirror of
https://github.com/apache/httpd.git
synced 2025-08-27 16:41:57 +03:00
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
This commit is contained in:
@@ -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
|
/* ZZZ need to look at this in more depth and convert to an AP func so we
|
||||||
can get rid of OS specific code.
|
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,
|
API_EXPORT(int) ap_call_exec(request_rec *r, ap_child_info_t *pinfo, char *argv0,
|
||||||
char **env, int shellcmd)
|
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);
|
return (pid);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
Reference in New Issue
Block a user