/* ---------------------------------------------------------------------------- (c) The University of Glasgow 2004 Interface for code in execvpe.c ------------------------------------------------------------------------- */ #include "HsUnixConfig.h" // Otherwise these clash with similar definitions from other packages: #undef PACKAGE_BUGREPORT #undef PACKAGE_NAME #undef PACKAGE_STRING #undef PACKAGE_TARNAME #undef PACKAGE_VERSION #include #include #if HAVE_SYS_WAIT_H #include #endif #if !defined(_MSC_VER) && !defined(__MINGW32__) && !defined(_WIN32) extern int execvpe(char *name, char *const argv[], char **envp); extern void pPrPr_disableITimers (void); #endif