diff options
author | Noel Power <nopower@suse.com> | 2012-02-21 16:28:16 +0100 |
---|---|---|
committer | Petr Mladek <pmladek@suse.cz> | 2012-02-21 16:34:10 +0100 |
commit | ad7f850e829a4be91725b6b7086f6a871a84bae5 (patch) | |
tree | 4e76d3d3e15d39dc3e4842f9bd33ba316f4e3952 /dmake/config.h.in | |
parent | 5dde19c453bce729879601161f52a3185b44f195 (diff) |
later cygwins have a different locaton for process.h
Signed-off-by: Petr Mladek <pmladek@suse.cz>
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 |