diff options
author | Karl Ramm <kcr@1ts.org> | 2009-07-14 03:33:56 +0000 |
---|---|---|
committer | Karl Ramm <kcr@1ts.org> | 2009-07-14 03:33:56 +0000 |
commit | 827e165e5b80d999a8a30b3292f9bbb4a8c772e1 (patch) | |
tree | 82ddcbe10df5f4719e4d374927f5da21d6310fd0 /h | |
parent | e45b68bc34c737af3002555981e6d07ec4b00f8a (diff) |
Build on solaris
Diffstat (limited to 'h')
-rw-r--r-- | h/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/h/config.h.in b/h/config.h.in index 074306f..890dbbb 100644 --- a/h/config.h.in +++ b/h/config.h.in @@ -239,6 +239,15 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the <stdbool.h> header file. */ +#undef HAVE_STDBOOL_H + +/* Define to 1 if you have the <curses.h> header file. */ +#undef HAVE_CURSES_H + +/* Define to 1 if you have the <termio.h> header file. */ +#undef HAVE_TERMIO_H + /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF |