diff options
author | paul <paul> | 2003-05-25 21:35:06 +0000 |
---|---|---|
committer | paul <paul> | 2003-05-25 21:35:06 +0000 |
commit | 595db7f16506d2c82a3478e9f8dab00c8733d386 (patch) | |
tree | 240d477dd4b5262ba78cc50fda4b81de09e2c91c /configure.ac | |
parent | 726f9b2bbdd5a607f7b0a10a64547739b807e361 (diff) |
Add back support for null0 interface blackhole routes.
Diffstat (limited to 'configure.ac')
-rwxr-xr-x | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 62f43f5c..fba397e7 100755 --- a/configure.ac +++ b/configure.ac @@ -160,7 +160,7 @@ dnl ------------------- dnl Check header files. dnl ------------------- AC_STDC_HEADERS -AC_CHECK_HEADERS(string.h stropts.h sys/conf.h sys/ksym.h sys/time.h sys/times.h sys/select.h sys/sysctl.h sys/sockio.h sys/types.h net/if_dl.h net/if_var.h linux/version.h kvm.h netdb.h netinet/in.h net/netopt.h netinet/in_var.h netinet/in6_var.h netinet6/in6_var.h netinet/in6.h netinet6/in6.h inet/nd.h asm/types.h netinet/icmp6.h netinet6/nd6.h libutil.h) +AC_CHECK_HEADERS(string.h stropts.h sys/conf.h sys/ksym.h sys/time.h sys/times.h sys/select.h sys/sysctl.h sys/sockio.h sys/types.h net/if_dl.h net/if_var.h linux/version.h kvm.h netdb.h netinet/in.h net/netopt.h netinet/in_var.h netinet/in6_var.h netinet6/in6_var.h netinet/in6.h inet/nd.h asm/types.h netinet/icmp6.h netinet6/nd6.h libutil.h) dnl check some types AC_C_CONST |