Deleted Added
full compact
config.h (205292) config.h (214585)
1/* $FreeBSD: head/lib/bind/config.h 205292 2010-03-18 19:00:35Z dougb $ */
1/* $FreeBSD: head/lib/bind/config.h 214585 2010-10-31 04:45:25Z dougb $ */
2
3/* config.h. Generated from config.h.in by configure. */
4/* config.h.in. Generated from configure.in by autoheader. */
5/*
6 * Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
7 * Copyright (C) 1999-2003 Internet Software Consortium.
8 *
9 * Permission to use, copy, modify, and/or distribute this software for any

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

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

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

142#define HAVE_OPENSSL_DSA 1
143
144/* Define to the length type used by the socket API (socklen_t, size_t, int). */
145#define ISC_SOCKADDR_LEN_T socklen_t
146
147/* Define if threads need PTHREAD_SCOPE_SYSTEM */
148/* #undef NEED_PTHREAD_SCOPE_SYSTEM */
149
150/* Define if building universal (internal helper macro) */
151/* #undef AC_APPLE_UNIVERSAL_BUILD */
152
150/* Define if recvmsg() does not meet all of the BSD socket API specifications.
151 */
152/* #undef BROKEN_RECVMSG */
153
154/* Define if you cannot bind() before connect() for TCP sockets. */
155/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */
156
157/* Define to enable "rrset-order fixed" syntax. */

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

301#define PACKAGE_NAME ""
302
303/* Define to the full name and version of this package. */
304#define PACKAGE_STRING ""
305
306/* Define to the one symbol short name of this package. */
307#define PACKAGE_TARNAME ""
308
153/* Define if recvmsg() does not meet all of the BSD socket API specifications.
154 */
155/* #undef BROKEN_RECVMSG */
156
157/* Define if you cannot bind() before connect() for TCP sockets. */
158/* #undef BROKEN_TCP_BIND_BEFORE_CONNECT */
159
160/* Define to enable "rrset-order fixed" syntax. */

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

304#define PACKAGE_NAME ""
305
306/* Define to the full name and version of this package. */
307#define PACKAGE_STRING ""
308
309/* Define to the one symbol short name of this package. */
310#define PACKAGE_TARNAME ""
311
312/* Define to the home page for this package. */
313#define PACKAGE_URL ""
314
309/* Define to the version of this package. */
310#define PACKAGE_VERSION ""
311
312/* Sets which flag to pass to open/fcntl to make non-blocking
313 (O_NDELAY/O_NONBLOCK). */
314#define PORT_NONBLOCK O_NONBLOCK
315
316/* Define to 1 if you have the ANSI C header files. */

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

322/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make
323 non-blocking. */
324/* #undef USE_FIONBIO_IOCTL */
325
326/* define if idnkit support is to be included. */
327/* #undef WITH_IDN */
328
329/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
315/* Define to the version of this package. */
316#define PACKAGE_VERSION ""
317
318/* Sets which flag to pass to open/fcntl to make non-blocking
319 (O_NDELAY/O_NONBLOCK). */
320#define PORT_NONBLOCK O_NONBLOCK
321
322/* Define to 1 if you have the ANSI C header files. */

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

328/* Defined if you need to use ioctl(FIONBIO) instead a fcntl call to make
329 non-blocking. */
330/* #undef USE_FIONBIO_IOCTL */
331
332/* define if idnkit support is to be included. */
333/* #undef WITH_IDN */
334
335/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
330 significant byte first (like Motorola and SPARC, unlike Intel and VAX). */
331#if defined __BIG_ENDIAN__
332# define WORDS_BIGENDIAN 1
333#elif ! defined __LITTLE_ENDIAN__
334/* # undef WORDS_BIGENDIAN */
336 significant byte first (like Motorola and SPARC, unlike Intel). */
337#if defined AC_APPLE_UNIVERSAL_BUILD
338# if defined __BIG_ENDIAN__
339# define WORDS_BIGENDIAN 1
340# endif
341#else
342# ifndef WORDS_BIGENDIAN
343/* # undef WORDS_BIGENDIAN */
344# endif
335#endif
336
337/* Define to empty if `const' does not conform to ANSI C. */
338/* #undef const */
339
340/* Define to `__inline__' or `__inline' if that's what the C compiler
341 calls it, or to nothing if 'inline' is not supported under any name. */
342#ifndef __cplusplus

--- 15 unchanged lines hidden ---
345#endif
346
347/* Define to empty if `const' does not conform to ANSI C. */
348/* #undef const */
349
350/* Define to `__inline__' or `__inline' if that's what the C compiler
351 calls it, or to nothing if 'inline' is not supported under any name. */
352#ifndef __cplusplus

--- 15 unchanged lines hidden ---