diff options
author | Internet Software Consortium, Inc <@isc.org> | 2007-09-07 14:16:27 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2007-09-07 14:16:27 -0600 |
commit | 09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b (patch) | |
tree | 5bc17beba1e8847d6f3b8301ae11bab5789a3328 /config.h.in | |
parent | 8dc48682f6d0e38c23f5832207823849031cfc00 (diff) | |
download | bind9-09dd476a8ab6c1337ed0479ad6d6d0e63e38d35b.tar.gz |
9.5.0a5
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index d1babccd..b53f3648 100644 --- a/config.h.in +++ b/config.h.in @@ -16,7 +16,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.in,v 1.60.18.24 2007/02/12 00:54:52 marka Exp $ */ +/* $Id: config.h.in,v 1.88 2007/02/12 00:50:01 marka Exp $ */ /*! \file */ @@ -163,6 +163,12 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <fcntl.h> header file. */ #undef HAVE_FCNTL_H +/* Define to 1 if you have the <gssapi/gssapi.h> header file. */ +#undef HAVE_GSSAPI_GSSAPI_H + +/* Define to 1 if you have the <gssapi.h> header file. */ +#undef HAVE_GSSAPI_H + /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -187,6 +193,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the `thr' library (-lthr). */ #undef HAVE_LIBTHR +/* Define if libxml2 was found */ +#undef HAVE_LIBXML2 + /* Define to 1 if you have the <linux/capability.h> header file. */ #undef HAVE_LINUX_CAPABILITY_H |