1 /******************************************************************************
5 *****************************************************************************/
7 FILE *spopen (const char *);
9 RETSIGTYPE
popen_timeout_alarm_handler (int);
11 extern unsigned int timeout_interval
;
13 int *child_stderr_array
=NULL
;
14 FILE *child_process
=NULL
;
15 FILE *child_stderr
=NULL
;