From e935ae54256f4a557e5cd23b6d2aa8b34e178b5c Mon Sep 17 00:00:00 2001 From: fenner Date: Mon, 12 Nov 2001 22:19:15 +0000 Subject: Regenerate. --- config.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 3af8ff7..dfa7b36 100644 --- a/config.h.in +++ b/config.h.in @@ -6,6 +6,14 @@ /* Define as __inline if that's what the C compiler calls it. */ #undef inline +/* Long story short: aclocal.m4 depends on autoconf 2.13 + * implementation details wrt "const"; newer versions + * have different implementation details so for now we + * put "const" here. This may cause duplicate definitions + * in config.h but that should be OK since they're the same. + */ +#undef const + /* Define if you have the ether_hostton function. */ #undef HAVE_ETHER_HOSTTON @@ -57,6 +65,12 @@ /* IPv6 */ #undef INET6 +/* Enable optimizer debugging */ +#undef BDEBUG + +/* Enable parser debugging */ +#undef YYDEBUG + /* define if you have a /dev/dlpi */ #undef HAVE_DEV_DLPI -- cgit v1.2.3