Regen from configure.ac rev 1.67:
> Prepare dummy <resolv.h> and <arpa/nameser.h> to make asn1_compile and > compile_et compile on systems which don't have these BIND headers like Cygwin.
This commit is contained in:
parent
0dbe1e872b
commit
e610f24a9a
1295
tools/compat/configure
vendored
1295
tools/compat/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
||||
/* nbtool_config.h.in. Generated automatically from configure.ac by autoheader. */
|
||||
|
||||
/* $NetBSD: nbtool_config.h.in,v 1.20 2008/10/14 15:23:26 tsutsui Exp $ */
|
||||
/* $NetBSD: nbtool_config.h.in,v 1.21 2008/10/18 16:27:19 tsutsui Exp $ */
|
||||
|
||||
#ifndef __NETBSD_NBTOOL_CONFIG_H__
|
||||
#define __NETBSD_NBTOOL_CONFIG_H__
|
||||
@ -19,6 +19,9 @@
|
||||
/* Define if you have <alloca.h> and it should be used (not on Ultrix). */
|
||||
#undef HAVE_ALLOCA_H
|
||||
|
||||
/* Define if you have the <arpa/nameser.h> header file. */
|
||||
#undef HAVE_ARPA_NAMESER_H
|
||||
|
||||
/* Define if you have the `asnprintf' function. */
|
||||
#undef HAVE_ASNPRINTF
|
||||
|
||||
@ -378,6 +381,9 @@
|
||||
/* Define if you have the `random' function. */
|
||||
#undef HAVE_RANDOM
|
||||
|
||||
/* Define if you have the <resolv.h> header file. */
|
||||
#undef HAVE_RESOLV_H
|
||||
|
||||
/* Define if you have the <rpc/types.h> header file. */
|
||||
#undef HAVE_RPC_TYPES_H
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user