# define volatile
#endif
-STATIC volatile bool read_pipe_timeout;
+STATIC volatile t_bool read_pipe_timeout;
static t_pchar def_args[] =
{ (char *) NULL, (char *) NULL };
typedef char *t_pchar;
+#ifndef NOPROCESS
#define NOPROCESS ((pid_t) -1)
#define NULLPROCESS ((pid_t)0)
#define EXIT_PANIC 99
+#ifndef HAVE_T_BOOL_ENUM
+#define HAVE_T_BOOL_ENUM
typedef enum
{
BOOL_FALSE, BOOL_TRUE
-} bool;
+} t_bool;
+#endif
#define _P_(p) ()
+#endif
char *run_shell _P_ (( const char *pzCmd));
pid_t proc2_fopen _P_ (( t_pf_pair * p_pair, t_pchar * pp_args));