Deleted Added
full compact
config.h (282415) config.h (283542)
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3/* $FreeBSD: head/usr.sbin/ntp/config.h 282415 2015-05-04 12:42:52Z cy $ */
3/* $FreeBSD: head/usr.sbin/ntp/config.h 283542 2015-05-25 20:27:46Z bapt $ */
4
5/* Define if building universal (internal helper macro) */
6/* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8/* Is adjtime() accurate? */
9/* #undef ADJTIME_IS_ACCURATE */
10
11/* Support NTP Autokey protocol? */
4
5/* Define if building universal (internal helper macro) */
6/* #undef AC_APPLE_UNIVERSAL_BUILD */
7
8/* Is adjtime() accurate? */
9/* #undef ADJTIME_IS_ACCURATE */
10
11/* Support NTP Autokey protocol? */
12#define AUTOKEY 1
12/* #define AUTOKEY 1 */
13
14/* why not HAVE_P_S? */
15/* #undef CALL_PTHREAD_SETCONCURRENCY */
16
17/* ACTS modem service */
18#define CLOCK_ACTS 1
19
20/* Arbiter 1088A/B GPS receiver */

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

1573
1574/* Do we set process groups with -pid? */
1575/* #undef UDP_BACKWARDS_SETOWN */
1576
1577/* Must we have a CTTY for fsetown? */
1578#define USE_FSETOWNCTTY 1
1579
1580/* Use OpenSSL's crypto random functions */
13
14/* why not HAVE_P_S? */
15/* #undef CALL_PTHREAD_SETCONCURRENCY */
16
17/* ACTS modem service */
18#define CLOCK_ACTS 1
19
20/* Arbiter 1088A/B GPS receiver */

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

1573
1574/* Do we set process groups with -pid? */
1575/* #undef UDP_BACKWARDS_SETOWN */
1576
1577/* Must we have a CTTY for fsetown? */
1578#define USE_FSETOWNCTTY 1
1579
1580/* Use OpenSSL's crypto random functions */
1581#define USE_OPENSSL_CRYPTO_RAND 1
1581/* #define USE_OPENSSL_CRYPTO_RAND 1 */
1582
1583/* OK to use snprintb()? */
1584/* #undef USE_SNPRINTB */
1585
1586/* Can we use SIGPOLL for tty IO? */
1587/* #undef USE_TTY_SIGPOLL */
1588
1589/* Can we use SIGPOLL for UDP? */

--- 182 unchanged lines hidden ---
1582
1583/* OK to use snprintb()? */
1584/* #undef USE_SNPRINTB */
1585
1586/* Can we use SIGPOLL for tty IO? */
1587/* #undef USE_TTY_SIGPOLL */
1588
1589/* Can we use SIGPOLL for UDP? */

--- 182 unchanged lines hidden ---