Deleted Added
full compact
config.h (148389) config.h (153821)
1/* $FreeBSD: head/lib/bind/config.h 148389 2005-07-25 14:44:11Z des $ */
1/* $FreeBSD: head/lib/bind/config.h 153821 2005-12-29 04:29:03Z 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 to 1 if you have the <dlfcn.h> header file. */
153/* #undef HAVE_DLFCN_H */
154
155/* Define to 1 if you have the <fcntl.h> header file. */
156#define HAVE_FCNTL_H 1
157
158/* Define to 1 if you have the <inttypes.h> header file. */
159#define HAVE_INTTYPES_H 1
160
161/* Define to 1 if you have the `c' library (-lc). */
162/* #undef HAVE_LIBC */

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

222#define HAVE_SYS_TYPES_H 1
223
224/* Define if running under Compaq TruCluster */
225/* #undef HAVE_TRUCLUSTER */
226
227/* Define to 1 if you have the <unistd.h> header file. */
228#define HAVE_UNISTD_H 1
229
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 */

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

219#define HAVE_SYS_TYPES_H 1
220
221/* Define if running under Compaq TruCluster */
222/* #undef HAVE_TRUCLUSTER */
223
224/* Define to 1 if you have the <unistd.h> header file. */
225#define HAVE_UNISTD_H 1
226
227/* Defined if extern char *optarg is not declared. */
228/* #undef NEED_OPTARG */
229
230/* Define to the address where bug reports for this package should be sent. */
231#define PACKAGE_BUGREPORT ""
232
233/* Define to the full name of this package. */
234#define PACKAGE_NAME ""
235
236/* Define to the full name and version of this package. */
237#define PACKAGE_STRING ""
238
239/* Define to the one symbol short name of this package. */
240#define PACKAGE_TARNAME ""
241
242/* Define to the version of this package. */
243#define PACKAGE_VERSION ""
244
230/* Define to the address where bug reports for this package should be sent. */
231#define PACKAGE_BUGREPORT ""
232
233/* Define to the full name of this package. */
234#define PACKAGE_NAME ""
235
236/* Define to the full name and version of this package. */
237#define PACKAGE_STRING ""
238
239/* Define to the one symbol short name of this package. */
240#define PACKAGE_TARNAME ""
241
242/* Define to the version of this package. */
243#define PACKAGE_VERSION ""
244
245/* Sets which flag to pass to open/fcntl to make non-blocking
246 (O_NDELAY/O_NONBLOCK). */
247#define PORT_NONBLOCK O_NONBLOCK
248
245/* Define to 1 if you have the ANSI C header files. */
246#define STDC_HEADERS 1
247
248/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
249#define TIME_WITH_SYS_TIME 1
250
249/* Define to 1 if you have the ANSI C header files. */
250#define STDC_HEADERS 1
251
252/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
253#define TIME_WITH_SYS_TIME 1
254
255/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make
256 non-blocking. */
257/* #undef USE_FIONBIO_IOCTL */
258
251/* Define to 1 if your processor stores words with the most significant byte
252 first (like Motorola and SPARC, unlike Intel and VAX). */
253/* #undef WORDS_BIGENDIAN */
254
255/* Define to empty if `const' does not conform to ANSI C. */
256/* #undef const */
257
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
258/* Define to `__inline__' or `__inline' if that's what the C compiler
259 calls it, or to nothing if 'inline' is not supported under any name. */
260#ifndef __cplusplus
266/* Define as `__inline' if that's what the C compiler calls it, or to nothing
267 if it is not supported. */
261/* #undef inline */
268/* #undef inline */
262#endif
263
264/* Define to `unsigned' if <sys/types.h> does not define. */
265/* #undef size_t */
266
267/* Define to `int' if <sys/types.h> does not define. */
268/* #undef ssize_t */
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 */