summaryrefslogtreecommitdiffstats
path: root/sysdep/autoconf.h.in
diff options
context:
space:
mode:
authorOndrej Filip <feela@network.cz>2004-05-31 15:25:00 +0200
committerOndrej Filip <feela@network.cz>2004-05-31 15:25:00 +0200
commitb1a1fabac70201e9b05aeb9fd6af703f0fbffdb4 (patch)
treec03705e3b77b1fd2d39e2179eea9f85932f3af61 /sysdep/autoconf.h.in
parent781aa475aaa7503d4a86f0d4b8771cd027d30c04 (diff)
downloadbird-b1a1fabac70201e9b05aeb9fd6af703f0fbffdb4.tar
bird-b1a1fabac70201e9b05aeb9fd6af703f0fbffdb4.zip
*BSD port added. (Tested on FreeBSD and NetBSD)
Diffstat (limited to 'sysdep/autoconf.h.in')
-rw-r--r--sysdep/autoconf.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdep/autoconf.h.in b/sysdep/autoconf.h.in
index ca86ff4..2827ff4 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