Deleted Added
full compact
2a3,5
> /* Define if building universal (internal helper macro) */
> #undef AC_APPLE_UNIVERSAL_BUILD
>
328c331
< /* Can we drop root privileges? */
---
> /* [Can we drop root privileges?] */
373c376
< /* ISC: Use iflist_sysctl? */
---
> /* have iflist_sysctl? */
375a379,381
> /* inline keyword or macro available */
> #undef HAVE_INLINE
>
390a397,399
> /* Do we have IPTOS support? */
> #undef HAVE_IPTOS_SUPPORT
>
424,429d432
< /* Define to 1 if you have the `md' library (-lmd). */
< #undef HAVE_LIBMD
<
< /* Define to 1 if you have the `md5' library (-lmd5). */
< #undef HAVE_LIBMD5
<
433,435d435
< /* Define to 1 if you have the `nsl' library (-lnsl). */
< #undef HAVE_LIBNSL
<
445,446c445,446
< /* Define to 1 if you have the `socket' library (-lsocket). */
< #undef HAVE_LIBSOCKET
---
> /* Define to 1 if you have the <libscf.h> header file. */
> #undef HAVE_LIBSCF_H
448,453d447
< /* Define to 1 if you have the `syslog' library (-lsyslog). */
< #undef HAVE_LIBSYSLOG
<
< /* Define to 1 if you have the `xnet' library (-lxnet). */
< #undef HAVE_LIBXNET
<
457c451
< /* Do we have Linux capabilities? */
---
> /* [Do we have Linux capabilities?] */
546a541,543
> /* Do we want support for Samba's signing daemon? */
> #undef HAVE_NTP_SIGND
>
648a646,648
> /* [Are Solaris privileges available?] */
> #undef HAVE_SOLARIS_PRIVS
>
694c694
< /* Define to 1 if `time.tv_nsec' is member of `struct ntptimeval'. */
---
> /* Define to 1 if `time.tv_nsec' is a member of `struct ntptimeval'. */
703,705d702
< /* Define to 1 if `sin6_scope_id' is member of `struct sockaddr_in6'. */
< #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
<
980a978,980
> /* [Retry queries on _any_ DNS error?] */
> #undef IGNORE_DNS_ERRORS
>
990c990
< /* ISC: have struct if_laddrconf? */
---
> /* have struct if_laddrconf? */
993c993
< /* ISC: have struct if_laddrreq? */
---
> /* have struct if_laddrreq? */
996c996
< /* ISC: Have struct in6_pktinfo? */
---
> /* have struct in6_pktinfo? */
999c999
< /* ISC: Have IPv6? */
---
> /* have IPv6? */
1005c1005
< /* ISC: Have sin6_scope_id? */
---
> /* have sin6_scope_id? */
1011c1011
< /* ISC: Need in6addr_any? */
---
> /* missing in6addr_any? */
1013a1014,1016
> /* Do we need netinet6/in6.h? */
> #undef ISC_PLATFORM_NEEDNETINET6IN6H
>
1091a1095,1097
> /* Path to sign daemon rendezvous socket */
> #undef NTP_SIGND_PATH
>
1131a1138,1140
> /* Define to the home page for this package. */
> #undef PACKAGE_URL
>
1174c1183
< /* The size of a `char*', as computed by sizeof. */
---
> /* The size of `char*', as computed by sizeof. */
1177c1186
< /* The size of a `int', as computed by sizeof. */
---
> /* The size of `int', as computed by sizeof. */
1180c1189
< /* The size of a `long', as computed by sizeof. */
---
> /* The size of `long', as computed by sizeof. */
1183c1192
< /* The size of a `short', as computed by sizeof. */
---
> /* The size of `short', as computed by sizeof. */
1186c1195
< /* The size of a `signed char', as computed by sizeof. */
---
> /* The size of `signed char', as computed by sizeof. */
1189c1198
< /* The size of a `time_t', as computed by sizeof. */
---
> /* The size of `time_t', as computed by sizeof. */
1251a1261,1282
> /* Enable extensions on AIX 3, Interix. */
> #ifndef _ALL_SOURCE
> # undef _ALL_SOURCE
> #endif
> /* Enable GNU extensions on systems that have them. */
> #ifndef _GNU_SOURCE
> # undef _GNU_SOURCE
> #endif
> /* Enable threading extensions on Solaris. */
> #ifndef _POSIX_PTHREAD_SEMANTICS
> # undef _POSIX_PTHREAD_SEMANTICS
> #endif
> /* Enable extensions on HP NonStop. */
> #ifndef _TANDEM_SOURCE
> # undef _TANDEM_SOURCE
> #endif
> /* Enable general extensions on Solaris. */
> #ifndef __EXTENSIONS__
> # undef __EXTENSIONS__
> #endif
>
>
1261c1292
< /* ISC: Want IPv6? */
---
> /* configure --enable-ipv6 */
1263a1295,1297
> /* Do we want the windows symmetric client hack? */
> #undef WINTIME
>
1267,1269c1301,1311
< /* Define to 1 if your processor stores words with the most significant byte
< first (like Motorola and SPARC, unlike Intel and VAX). */
< #undef WORDS_BIGENDIAN
---
> /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
> significant byte first (like Motorola and SPARC, unlike Intel). */
> #if defined AC_APPLE_UNIVERSAL_BUILD
> # if defined __BIG_ENDIAN__
> # define WORDS_BIGENDIAN 1
> # endif
> #else
> # ifndef WORDS_BIGENDIAN
> # undef WORDS_BIGENDIAN
> # endif
> #endif
1281,1287d1322
< /* Define to 1 if on AIX 3.
< System headers sometimes define this.
< We just want to avoid a redefinition error message. */
< #ifndef _ALL_SOURCE
< # undef _ALL_SOURCE
< #endif
<
1318c1353
< /* Define to `long' if <sys/types.h> does not define. */
---
> /* Define to `long int' if <sys/types.h> does not define. */
1321c1356
< /* Define to `unsigned' if <sys/types.h> does not define. */
---
> /* Define to `unsigned int' if <sys/types.h> does not define. */