diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 000000000..ee62ae28d --- /dev/null +++ b/acconfig.h @@ -0,0 +1,5 @@ +@BOTTOM@ + +#if !(defined(HAVE_FORK) && defined(HAVE_PIPE) && defined(HAVE_WAITPID)) +#define EXEC_TEMPFILE_ONLY +#endif |