Deleted Added
full compact
config.h (106428) config.h (108533)
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.in by autoheader. */
1/* config.h. Generated by configure. */
2/* config.h.in. Generated from configure.in by autoheader. */
3/* $FreeBSD: head/usr.sbin/ntp/config.h 106428 2002-11-04 19:44:26Z roberto $ */
3/* $FreeBSD: head/usr.sbin/ntp/config.h 108533 2003-01-01 18:49:04Z schweikh $ */
4
5#define ULONG_CONST(a) a ## UL
6
7/* Is adjtime() accurate? */
8/* #undef ADJTIME_IS_ACCURATE */
9
10/* CHU audio/decoder? */
11/* #undef AUDIO_CHU */

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

920#define RETSIGTYPE void
921
922/* Use RSAREF? */
923/* #undef RSAREF */
924
925/* Do we want the SCO clock hacks? */
926/* #undef SCO5_CLOCK */
927
4
5#define ULONG_CONST(a) a ## UL
6
7/* Is adjtime() accurate? */
8/* #undef ADJTIME_IS_ACCURATE */
9
10/* CHU audio/decoder? */
11/* #undef AUDIO_CHU */

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

920#define RETSIGTYPE void
921
922/* Use RSAREF? */
923/* #undef RSAREF */
924
925/* Do we want the SCO clock hacks? */
926/* #undef SCO5_CLOCK */
927
928/* The size of a `int', as computed by sizeof. */
928/* The size of an `int', as computed by sizeof. */
929#define SIZEOF_INT 4
930
931/* The size of a `long', as computed by sizeof. */
932#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
933#define SIZEOF_LONG 8
934#else
935#define SIZEOF_LONG 4
936#endif

--- 122 unchanged lines hidden ---
929#define SIZEOF_INT 4
930
931/* The size of a `long', as computed by sizeof. */
932#if defined(__alpha__) || defined(__ia64__) || defined(__sparc64__)
933#define SIZEOF_LONG 8
934#else
935#define SIZEOF_LONG 4
936#endif

--- 122 unchanged lines hidden ---