mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-02 07:35:26 +00:00
regen
This commit is contained in:
22
config.h.in
22
config.h.in
@@ -16,7 +16,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: config.h.in,v 1.137 2010/12/18 01:56:17 each Exp $ */
|
/* $Id: config.h.in,v 1.140 2010/12/21 04:31:27 marka Exp $ */
|
||||||
|
|
||||||
/*! \file */
|
/*! \file */
|
||||||
|
|
||||||
@@ -178,9 +178,18 @@ int sigwait(const unsigned int *set, int *sig);
|
|||||||
/* Define to 1 if you have the <devpoll.h> header file. */
|
/* Define to 1 if you have the <devpoll.h> header file. */
|
||||||
#undef HAVE_DEVPOLL_H
|
#undef HAVE_DEVPOLL_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `dlclose' function. */
|
||||||
|
#undef HAVE_DLCLOSE
|
||||||
|
|
||||||
/* Define to 1 if you have the <dlfcn.h> header file. */
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
||||||
#undef HAVE_DLFCN_H
|
#undef HAVE_DLFCN_H
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `dlopen' function. */
|
||||||
|
#undef HAVE_DLOPEN
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `dlsym' function. */
|
||||||
|
#undef HAVE_DLSYM
|
||||||
|
|
||||||
/* Define to 1 if you have the `EVP_sha256' function. */
|
/* Define to 1 if you have the `EVP_sha256' function. */
|
||||||
#undef HAVE_EVP_SHA256
|
#undef HAVE_EVP_SHA256
|
||||||
|
|
||||||
@@ -226,6 +235,9 @@ int sigwait(const unsigned int *set, int *sig);
|
|||||||
/* Define to 1 if you have the `c_r' library (-lc_r). */
|
/* Define to 1 if you have the `c_r' library (-lc_r). */
|
||||||
#undef HAVE_LIBC_R
|
#undef HAVE_LIBC_R
|
||||||
|
|
||||||
|
/* Define to 1 if you have the `dl' library (-ldl). */
|
||||||
|
#undef HAVE_LIBDL
|
||||||
|
|
||||||
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
/* Define to 1 if you have the `nsl' library (-lnsl). */
|
||||||
#undef HAVE_LIBNSL
|
#undef HAVE_LIBNSL
|
||||||
|
|
||||||
@@ -384,10 +396,14 @@ int sigwait(const unsigned int *set, int *sig);
|
|||||||
|
|
||||||
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
|
||||||
significant byte first (like Motorola and SPARC, unlike Intel). */
|
significant byte first (like Motorola and SPARC, unlike Intel). */
|
||||||
#if defined __BIG_ENDIAN__
|
#if defined AC_APPLE_UNIVERSAL_BUILD
|
||||||
|
# if defined __BIG_ENDIAN__
|
||||||
# define WORDS_BIGENDIAN 1
|
# define WORDS_BIGENDIAN 1
|
||||||
#elif ! defined __LITTLE_ENDIAN__
|
# endif
|
||||||
|
#else
|
||||||
|
# ifndef WORDS_BIGENDIAN
|
||||||
# undef WORDS_BIGENDIAN
|
# undef WORDS_BIGENDIAN
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Define to empty if `const' does not conform to ANSI C. */
|
/* Define to empty if `const' does not conform to ANSI C. */
|
||||||
|
Reference in New Issue
Block a user