diff options
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -78,6 +78,9 @@ (e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */ #undef HAVE_STDARG_PROTOTYPES +/* Define if you have termios available */ +#undef HAVE_TERMIOS_H + /* Define this if you have the type uintptr_t */ #undef HAVE_UINTPTR_T @@ -169,6 +172,9 @@ /* Define if you want to use BSD db. */ #undef WITH_LIBDB +/* Define if you want to use ndbm. */ +#undef WITH_LIBNDBM + /* Define if you want to produce an OpenStep/Rhapsody framework (shared library plus accessory files). */ #undef WITH_NEXT_FRAMEWORK |