stoddard    99/10/16 18:59:21

  Modified:    src/main util_script.c
  Log:
  ifdef ap_call_exec out but keep it around until we get mod_include updated to 
use the
  new APR proc API.
  
  Revision  Changes    Path
  1.11      +2 -0      apache-2.0/src/main/util_script.c
  
  Index: util_script.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/main/util_script.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- util_script.c     1999/10/11 22:07:29     1.10
  +++ util_script.c     1999/10/17 01:59:20     1.11
  @@ -684,6 +684,7 @@
   /* 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 @@
       return (pid);
   #endif
   }
  +#endif
  
  
  

Reply via email to