diff options
author | Ken Foskey <waratah@openoffice.org> | 2003-01-04 11:53:20 +0000 |
---|---|---|
committer | Ken Foskey <waratah@openoffice.org> | 2003-01-04 11:53:20 +0000 |
commit | a20ec3c87946057bbdc935753b7dbbb2cafe64c7 (patch) | |
tree | 0929a57f861dea10e72a6043bb9d8dff5b501908 /dmake/config.h.in | |
parent | 220bda492baf18be1902634170de5c67aef5e45d (diff) |
Implement a test for wait.h, failing build on mac under gcc
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 31f9c1b312a4..4d3a0a06cb0b 100644 --- a/dmake/config.h.in +++ b/dmake/config.h.in @@ -95,3 +95,6 @@ /* Define if you have the <utime.h> header file. */ #undef HAVE_UTIME_H + +/* Define if you have the <wait.h> header file. */ +#undef HAVE_WAIT_H |