1 /******************************************************************************
4 *****************************************************************************/
6 FILE *spopen (const char *);
8 RETSIGTYPE
popen_timeout_alarm_handler (int);
10 extern unsigned int timeout_interval
;
12 int *child_stderr_array
=NULL
;
13 FILE *child_process
=NULL
;
14 FILE *child_stderr
=NULL
;