Deleted Added
full compact
config.h (153821) config.h (165077)
1/* $FreeBSD: head/lib/bind/config.h 153821 2005-12-29 04:29:03Z dougb $ */
1/* $FreeBSD: head/lib/bind/config.h 165077 2006-12-10 07:11:04Z dougb $ */
2
3/* config.h. Generated by configure. */
4/* config.h.in. Generated from configure.in by autoheader. */
5/*
6 * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
7 * Copyright (C) 1999-2003 Internet Software Consortium.
8 *
9 * Permission to use, copy, modify, and distribute this software for any

--- 134 unchanged lines hidden (view full) ---

144#define HAVE_OPENSSL_DSA 1
145
146/* Define to the length type used by the socket API (socklen_t, size_t, int). */
147#define ISC_SOCKADDR_LEN_T socklen_t
148
149/* Define if threads need PTHREAD_SCOPE_SYSTEM */
150/* #undef NEED_PTHREAD_SCOPE_SYSTEM */
151
2
3/* config.h. Generated by configure. */
4/* config.h.in. Generated from configure.in by autoheader. */
5/*
6 * Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
7 * Copyright (C) 1999-2003 Internet Software Consortium.
8 *
9 * Permission to use, copy, modify, and distribute this software for any

--- 134 unchanged lines hidden (view full) ---

144#define HAVE_OPENSSL_DSA 1
145
146/* Define to the length type used by the socket API (socklen_t, size_t, int). */
147#define ISC_SOCKADDR_LEN_T socklen_t
148
149/* Define if threads need PTHREAD_SCOPE_SYSTEM */
150/* #undef NEED_PTHREAD_SCOPE_SYSTEM */
151
152/* Define if recvmsg() does not meet all of the BSD socket API specifications.
153 */
154/* #undef BROKEN_RECVMSG */
155
156/* Define if you cannot bind() before connect() for TCP sockets. */
157/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */
158
159/* Define if libcrypto has DH_generate_parameters */
160#define HAVE_DH_GENERATE_PARAMETERS 1
161
162/* Define if libcrypto has DSA_generate_parameters */
163#define HAVE_DSA_GENERATE_PARAMETERS 1
164
152/* Define to 1 if you have the <fcntl.h> header file. */
153#define HAVE_FCNTL_H 1
154
155/* Define to 1 if you have the <inttypes.h> header file. */
156#define HAVE_INTTYPES_H 1
157
158/* Define to 1 if you have the `c' library (-lc). */
159/* #undef HAVE_LIBC */

--- 8 unchanged lines hidden (view full) ---

168/* #undef HAVE_LIBPTHREAD */
169
170/* Define to 1 if you have the `scf' library (-lscf). */
171/* #undef HAVE_LIBSCF */
172
173/* Define to 1 if you have the `socket' library (-lsocket). */
174/* #undef HAVE_LIBSOCKET */
175
165/* Define to 1 if you have the <fcntl.h> header file. */
166#define HAVE_FCNTL_H 1
167
168/* Define to 1 if you have the <inttypes.h> header file. */
169#define HAVE_INTTYPES_H 1
170
171/* Define to 1 if you have the `c' library (-lc). */
172/* #undef HAVE_LIBC */

--- 8 unchanged lines hidden (view full) ---

181/* #undef HAVE_LIBPTHREAD */
182
183/* Define to 1 if you have the `scf' library (-lscf). */
184/* #undef HAVE_LIBSCF */
185
186/* Define to 1 if you have the `socket' library (-lsocket). */
187/* #undef HAVE_LIBSOCKET */
188
189/* Define to 1 if you have the `thr' library (-lthr). */
190/* #undef HAVE_LIBTHR */
191
176/* Define to 1 if you have the <linux/capability.h> header file. */
177/* #undef HAVE_LINUX_CAPABILITY_H */
178
179/* Define to 1 if you have the <memory.h> header file. */
180#define HAVE_MEMORY_H 1
181
182/* Define to 1 if you have the <net/if6.h> header file. */
183/* #undef HAVE_NET_IF6_H */
184
192/* Define to 1 if you have the <linux/capability.h> header file. */
193/* #undef HAVE_LINUX_CAPABILITY_H */
194
195/* Define to 1 if you have the <memory.h> header file. */
196#define HAVE_MEMORY_H 1
197
198/* Define to 1 if you have the <net/if6.h> header file. */
199/* #undef HAVE_NET_IF6_H */
200
201/* Define if libcrypto has RSA_generate_key */
202#define HAVE_RSA_GENERATE_KEY 1
203
185/* Define to 1 if you have the <stdint.h> header file. */
186#define HAVE_STDINT_H 1
187
188/* Define to 1 if you have the <stdlib.h> header file. */
189#define HAVE_STDLIB_H 1
190
191/* Define to 1 if you have the <strings.h> header file. */
192#define HAVE_STRINGS_H 1

--- 65 unchanged lines hidden (view full) ---

258
259/* Define to 1 if your processor stores words with the most significant byte
260 first (like Motorola and SPARC, unlike Intel and VAX). */
261/* #undef WORDS_BIGENDIAN */
262
263/* Define to empty if `const' does not conform to ANSI C. */
264/* #undef const */
265
204/* Define to 1 if you have the <stdint.h> header file. */
205#define HAVE_STDINT_H 1
206
207/* Define to 1 if you have the <stdlib.h> header file. */
208#define HAVE_STDLIB_H 1
209
210/* Define to 1 if you have the <strings.h> header file. */
211#define HAVE_STRINGS_H 1

--- 65 unchanged lines hidden (view full) ---

277
278/* Define to 1 if your processor stores words with the most significant byte
279 first (like Motorola and SPARC, unlike Intel and VAX). */
280/* #undef WORDS_BIGENDIAN */
281
282/* Define to empty if `const' does not conform to ANSI C. */
283/* #undef const */
284
266/* Define as `__inline' if that's what the C compiler calls it, or to nothing
267 if it is not supported. */
285/* Define to `__inline__' or `__inline' if that's what the C compiler
286 calls it, or to nothing if 'inline' is not supported under any name. */
287#ifndef __cplusplus
268/* #undef inline */
288/* #undef inline */
289#endif
269
270/* Define to `unsigned' if <sys/types.h> does not define. */
271/* #undef size_t */
272
273/* Define to `int' if <sys/types.h> does not define. */
274/* #undef ssize_t */
275
276/* Define to `unsigned long' if <sys/types.h> does not define. */
277/* #undef uintptr_t */
290
291/* Define to `unsigned' if <sys/types.h> does not define. */
292/* #undef size_t */
293
294/* Define to `int' if <sys/types.h> does not define. */
295/* #undef ssize_t */
296
297/* Define to `unsigned long' if <sys/types.h> does not define. */
298/* #undef uintptr_t */