diff options
Diffstat (limited to 'dmake/config.h.in')
-rw-r--r-- | dmake/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dmake/config.h.in b/dmake/config.h.in index ed639aa99b03..44bbdf28a356 100644 --- a/dmake/config.h.in +++ b/dmake/config.h.in @@ -9,6 +9,9 @@ /* Enables the use of spawn instead of fork/exec if it is supported. */ #undef ENABLE_SPAWN +/* Define to 1 if you have the <cygwin/process.h> header file. */ +#undef HAVE_CYGWIN_PROCESS_H + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H |