]> granicus.if.org Git - icinga2/blob - third-party/execvpe/execvpe.h
Build fix for *NIX systems with a non-GNU libc.
[icinga2] / third-party / execvpe / execvpe.h
1 /* ----------------------------------------------------------------------------
2    (c) The University of Glasgow 2004
3
4    Interface for code in execvpe.c
5    ------------------------------------------------------------------------- */
6
7 #include <errno.h>
8 #include <sys/types.h>
9 #if HAVE_SYS_WAIT_H
10 #include <sys/wait.h>
11 #endif
12
13 #if !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(_WIN32)
14 #ifndef __QNXNTO__
15 extern int execvpe(char *name, char *const argv[], char **envp);
16 #endif
17 extern void pPrPr_disableITimers (void);
18 #endif
19