diff options
Diffstat (limited to 'sysdep/autoconf.h.in')
-rw-r--r-- | sysdep/autoconf.h.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in index ca86ff43..2827ff49 100644 --- a/sysdep/autoconf.h.in +++ b/sysdep/autoconf.h.in @@ -41,5 +41,15 @@ /* We have <syslog.h> and syslog() */ #undef HAVE_SYSLOG +/* We have <alloca.h> */ +#undef HAVE_ALLOCA_H + /* Are we using dmalloc? */ #undef HAVE_LIBDMALLOC + +/* Readline stuff */ +#undef HAVE_RL_CRLF +#undef HAVE_RL_DING + +/* struct sockaddr_in(6) */ +#undef HAVE_SIN_LEN |