diff options
author | dougb <dougb@FreeBSD.org> | 2006-12-10 07:11:04 +0000 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-12-10 07:11:04 +0000 |
commit | 3cafae54dc8719870e9c9979d05ebd77bd830fb7 (patch) | |
tree | 0b235a23c669f5db7b3fba5890c920d9102d8eec /lib/bind/config.h | |
parent | 41cdd45e73179c04fe3fcedc4feda5612d7e9fa3 (diff) | |
download | FreeBSD-src-3cafae54dc8719870e9c9979d05ebd77bd830fb7.zip FreeBSD-src-3cafae54dc8719870e9c9979d05ebd77bd830fb7.tar.gz |
Changes to generated files related to the 9.3.3 import.
Diffstat (limited to 'lib/bind/config.h')
-rw-r--r-- | lib/bind/config.h | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/lib/bind/config.h b/lib/bind/config.h index df9f40e..bf50257 100644 --- a/lib/bind/config.h +++ b/lib/bind/config.h @@ -149,6 +149,19 @@ int sigwait(const unsigned int *set, int *sig); /* Define if threads need PTHREAD_SCOPE_SYSTEM */ /* #undef NEED_PTHREAD_SCOPE_SYSTEM */ +/* Define if recvmsg() does not meet all of the BSD socket API specifications. + */ +/* #undef BROKEN_RECVMSG */ + +/* Define if you cannot bind() before connect() for TCP sockets. */ +/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */ + +/* Define if libcrypto has DH_generate_parameters */ +#define HAVE_DH_GENERATE_PARAMETERS 1 + +/* Define if libcrypto has DSA_generate_parameters */ +#define HAVE_DSA_GENERATE_PARAMETERS 1 + /* Define to 1 if you have the <fcntl.h> header file. */ #define HAVE_FCNTL_H 1 @@ -173,6 +186,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the `socket' library (-lsocket). */ /* #undef HAVE_LIBSOCKET */ +/* Define to 1 if you have the `thr' library (-lthr). */ +/* #undef HAVE_LIBTHR */ + /* Define to 1 if you have the <linux/capability.h> header file. */ /* #undef HAVE_LINUX_CAPABILITY_H */ @@ -182,6 +198,9 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <net/if6.h> header file. */ /* #undef HAVE_NET_IF6_H */ +/* Define if libcrypto has RSA_generate_key */ +#define HAVE_RSA_GENERATE_KEY 1 + /* Define to 1 if you have the <stdint.h> header file. */ #define HAVE_STDINT_H 1 @@ -263,9 +282,11 @@ int sigwait(const unsigned int *set, int *sig); /* Define to empty if `const' does not conform to ANSI C. */ /* #undef const */ -/* Define as `__inline' if that's what the C compiler calls it, or to nothing - if it is not supported. */ +/* Define to `__inline__' or `__inline' if that's what the C compiler + calls it, or to nothing if 'inline' is not supported under any name. */ +#ifndef __cplusplus /* #undef inline */ +#endif /* Define to `unsigned' if <sys/types.h> does not define. */ /* #undef size_t */ |