git: e6bfd18d21b2 - main - ntp: import ntp-4.2.8p17

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 06 Jun 2023 12:57:49 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=e6bfd18d21b225af6a0ed67ceeaf1293b7b9eba5

commit e6bfd18d21b225af6a0ed67ceeaf1293b7b9eba5
Merge: 62f9bcf2b427 ab1f1aa83333
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2023-06-06 12:43:04 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2023-06-06 12:44:51 +0000

    ntp: import ntp-4.2.8p17
    
    Fixes two small bugs including one regression.
    
    MFC after:      3 days
    
    Merge commit 'ab1f1aa8333369a83ff284848fc3fc2e52d5f29f'

 contrib/ntp/ChangeLog                              |  14 +
 contrib/ntp/CommitLog                              | 464 +++++++++++++++++++++
 contrib/ntp/NEWS                                   |  25 ++
 contrib/ntp/configure                              |  20 +-
 contrib/ntp/include/ntp.h                          |   2 +-
 contrib/ntp/include/ntp_md5.h                      |   4 +
 contrib/ntp/include/ntp_stdlib.h                   |  39 +-
 contrib/ntp/libntp/a_md5encrypt.c                  |  23 +-
 contrib/ntp/libntp/authkeys.c                      |  27 +-
 contrib/ntp/libntp/authreadkeys.c                  |  12 +-
 contrib/ntp/libntp/msyslog.c                       |   5 +-
 contrib/ntp/libparse/clk_hopf6021.c                |   5 +-
 contrib/ntp/libparse/clk_wharton.c                 |   5 +-
 contrib/ntp/ntpd/invoke-ntp.conf.texi              |   2 +-
 contrib/ntp/ntpd/invoke-ntp.keys.texi              |   2 +-
 contrib/ntp/ntpd/invoke-ntpd.texi                  |   4 +-
 contrib/ntp/ntpd/ntp.conf.5man                     |   4 +-
 contrib/ntp/ntpd/ntp.conf.5mdoc                    |   4 +-
 contrib/ntp/ntpd/ntp.conf.html                     |   2 +-
 contrib/ntp/ntpd/ntp.conf.man.in                   |   4 +-
 contrib/ntp/ntpd/ntp.conf.mdoc.in                  |   4 +-
 contrib/ntp/ntpd/ntp.keys.5man                     |   4 +-
 contrib/ntp/ntpd/ntp.keys.5mdoc                    |   4 +-
 contrib/ntp/ntpd/ntp.keys.html                     |   2 +-
 contrib/ntp/ntpd/ntp.keys.man.in                   |   4 +-
 contrib/ntp/ntpd/ntp.keys.mdoc.in                  |   4 +-
 contrib/ntp/ntpd/ntp_config.c                      |  18 +
 contrib/ntp/ntpd/ntp_control.c                     |   1 -
 contrib/ntp/ntpd/ntp_loopfilter.c                  |   3 -
 contrib/ntp/ntpd/ntp_proto.c                       |   5 +-
 contrib/ntp/ntpd/ntpd-opts.c                       |  14 +-
 contrib/ntp/ntpd/ntpd-opts.h                       |   6 +-
 contrib/ntp/ntpd/ntpd.1ntpdman                     |   4 +-
 contrib/ntp/ntpd/ntpd.1ntpdmdoc                    |   4 +-
 contrib/ntp/ntpd/ntpd.c                            |   6 +-
 contrib/ntp/ntpd/ntpd.html                         |   4 +-
 contrib/ntp/ntpd/ntpd.man.in                       |   4 +-
 contrib/ntp/ntpd/ntpd.mdoc.in                      |   4 +-
 contrib/ntp/ntpdc/invoke-ntpdc.texi                |   4 +-
 contrib/ntp/ntpdc/ntpdc-opts.c                     |  14 +-
 contrib/ntp/ntpdc/ntpdc-opts.h                     |   6 +-
 contrib/ntp/ntpdc/ntpdc.1ntpdcman                  |   4 +-
 contrib/ntp/ntpdc/ntpdc.1ntpdcmdoc                 |   4 +-
 contrib/ntp/ntpdc/ntpdc.html                       |   4 +-
 contrib/ntp/ntpdc/ntpdc.man.in                     |   4 +-
 contrib/ntp/ntpdc/ntpdc.mdoc.in                    |   4 +-
 contrib/ntp/ntpq/invoke-ntpq.texi                  |   4 +-
 contrib/ntp/ntpq/ntpq-opts.c                       |  14 +-
 contrib/ntp/ntpq/ntpq-opts.h                       |   6 +-
 contrib/ntp/ntpq/ntpq.1ntpqman                     |   4 +-
 contrib/ntp/ntpq/ntpq.1ntpqmdoc                    |   4 +-
 contrib/ntp/ntpq/ntpq.html                         |   4 +-
 contrib/ntp/ntpq/ntpq.man.in                       |   4 +-
 contrib/ntp/ntpq/ntpq.mdoc.in                      |   4 +-
 contrib/ntp/ntpsnmpd/invoke-ntpsnmpd.texi          |   2 +-
 contrib/ntp/ntpsnmpd/ntpsnmpd-opts.c               |  14 +-
 contrib/ntp/ntpsnmpd/ntpsnmpd-opts.h               |   6 +-
 contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdman         |   4 +-
 contrib/ntp/ntpsnmpd/ntpsnmpd.1ntpsnmpdmdoc        |   4 +-
 contrib/ntp/ntpsnmpd/ntpsnmpd.html                 |   2 +-
 contrib/ntp/ntpsnmpd/ntpsnmpd.man.in               |   4 +-
 contrib/ntp/ntpsnmpd/ntpsnmpd.mdoc.in              |   4 +-
 contrib/ntp/packageinfo.sh                         |   2 +-
 .../calc_tickadj/calc_tickadj.1calc_tickadjman     |   4 +-
 .../calc_tickadj/calc_tickadj.1calc_tickadjmdoc    |   4 +-
 contrib/ntp/scripts/calc_tickadj/calc_tickadj.html |   2 +-
 .../ntp/scripts/calc_tickadj/calc_tickadj.man.in   |   4 +-
 .../ntp/scripts/calc_tickadj/calc_tickadj.mdoc.in  |   4 +-
 .../scripts/calc_tickadj/invoke-calc_tickadj.texi  |   2 +-
 contrib/ntp/scripts/invoke-plot_summary.texi       |   4 +-
 contrib/ntp/scripts/invoke-summary.texi            |   4 +-
 contrib/ntp/scripts/ntp-wait/invoke-ntp-wait.texi  |   4 +-
 contrib/ntp/scripts/ntp-wait/ntp-wait-opts         |   4 +-
 contrib/ntp/scripts/ntp-wait/ntp-wait.1ntp-waitman |   4 +-
 .../ntp/scripts/ntp-wait/ntp-wait.1ntp-waitmdoc    |   4 +-
 contrib/ntp/scripts/ntp-wait/ntp-wait.html         |   4 +-
 contrib/ntp/scripts/ntp-wait/ntp-wait.man.in       |   4 +-
 contrib/ntp/scripts/ntp-wait/ntp-wait.mdoc.in      |   4 +-
 contrib/ntp/scripts/ntpsweep/invoke-ntpsweep.texi  |   4 +-
 contrib/ntp/scripts/ntpsweep/ntpsweep-opts         |   4 +-
 contrib/ntp/scripts/ntpsweep/ntpsweep.1ntpsweepman |   4 +-
 .../ntp/scripts/ntpsweep/ntpsweep.1ntpsweepmdoc    |   4 +-
 contrib/ntp/scripts/ntpsweep/ntpsweep.html         |   4 +-
 contrib/ntp/scripts/ntpsweep/ntpsweep.man.in       |   4 +-
 contrib/ntp/scripts/ntpsweep/ntpsweep.mdoc.in      |   4 +-
 contrib/ntp/scripts/ntptrace/invoke-ntptrace.texi  |   4 +-
 contrib/ntp/scripts/ntptrace/ntptrace-opts         |   4 +-
 contrib/ntp/scripts/ntptrace/ntptrace.1ntptraceman |   4 +-
 .../ntp/scripts/ntptrace/ntptrace.1ntptracemdoc    |   4 +-
 contrib/ntp/scripts/ntptrace/ntptrace.html         |   4 +-
 contrib/ntp/scripts/ntptrace/ntptrace.man.in       |   4 +-
 contrib/ntp/scripts/ntptrace/ntptrace.mdoc.in      |   4 +-
 contrib/ntp/scripts/plot_summary-opts              |   4 +-
 contrib/ntp/scripts/plot_summary.1plot_summaryman  |   4 +-
 contrib/ntp/scripts/plot_summary.1plot_summarymdoc |   4 +-
 contrib/ntp/scripts/plot_summary.html              |   4 +-
 contrib/ntp/scripts/plot_summary.man.in            |   4 +-
 contrib/ntp/scripts/plot_summary.mdoc.in           |   4 +-
 contrib/ntp/scripts/summary-opts                   |   4 +-
 contrib/ntp/scripts/summary.1summaryman            |   4 +-
 contrib/ntp/scripts/summary.1summarymdoc           |   4 +-
 contrib/ntp/scripts/summary.html                   |   4 +-
 contrib/ntp/scripts/summary.man.in                 |   4 +-
 contrib/ntp/scripts/summary.mdoc.in                |   4 +-
 .../scripts/update-leap/invoke-update-leap.texi    |   2 +-
 contrib/ntp/scripts/update-leap/update-leap-opts   |   4 +-
 .../update-leap/update-leap.1update-leapman        |   4 +-
 .../update-leap/update-leap.1update-leapmdoc       |   4 +-
 contrib/ntp/scripts/update-leap/update-leap.html   |   2 +-
 contrib/ntp/scripts/update-leap/update-leap.man.in |   4 +-
 .../ntp/scripts/update-leap/update-leap.mdoc.in    |   4 +-
 contrib/ntp/sntp/configure                         |  20 +-
 contrib/ntp/sntp/crypto.c                          |   5 -
 contrib/ntp/sntp/crypto.h                          |   1 -
 contrib/ntp/sntp/include/version.def               |   2 +-
 contrib/ntp/sntp/include/version.texi              |   6 +-
 contrib/ntp/sntp/invoke-sntp.texi                  |   4 +-
 contrib/ntp/sntp/m4/version.m4                     |   2 +-
 contrib/ntp/sntp/scm-rev                           |   2 +-
 contrib/ntp/sntp/sntp-opts.c                       |  14 +-
 contrib/ntp/sntp/sntp-opts.h                       |   6 +-
 contrib/ntp/sntp/sntp.1sntpman                     |   4 +-
 contrib/ntp/sntp/sntp.1sntpmdoc                    |   4 +-
 contrib/ntp/sntp/sntp.html                         |   4 +-
 contrib/ntp/sntp/sntp.man.in                       |   4 +-
 contrib/ntp/sntp/sntp.mdoc.in                      |   4 +-
 contrib/ntp/tests/libntp/data/mills,david-03.jpg   | Bin 0 -> 40964 bytes
 contrib/ntp/tests/libntp/data/ntp.keys             |  34 ++
 contrib/ntp/tests/libntp/digests.c                 | 415 ++++++++++++++++++
 contrib/ntp/tests/libntp/run-digests.c             |  80 ++++
 contrib/ntp/util/invoke-ntp-keygen.texi            |   4 +-
 contrib/ntp/util/ntp-keygen-opts.c                 |  14 +-
 contrib/ntp/util/ntp-keygen-opts.h                 |   6 +-
 contrib/ntp/util/ntp-keygen.1ntp-keygenman         |   4 +-
 contrib/ntp/util/ntp-keygen.1ntp-keygenmdoc        |   4 +-
 contrib/ntp/util/ntp-keygen.html                   |   4 +-
 contrib/ntp/util/ntp-keygen.man.in                 |   4 +-
 contrib/ntp/util/ntp-keygen.mdoc.in                |   4 +-
 usr.sbin/ntp/config.h                              |   6 +-
 139 files changed, 1400 insertions(+), 337 deletions(-)

diff --cc contrib/ntp/tests/libntp/data/mills,david-03.jpg
index 000000000000,c164eea2cf33..c164eea2cf33
mode 000000,100644..100644
Binary files differ
diff --cc contrib/ntp/tests/libntp/data/ntp.keys
index 000000000000,6c8c743fd7d2..6c8c743fd7d2
mode 000000,100644..100644
--- a/contrib/ntp/tests/libntp/data/ntp.keys
+++ b/contrib/ntp/tests/libntp/data/ntp.keys
diff --cc contrib/ntp/tests/libntp/digests.c
index 000000000000,03e9ef1b838e..03e9ef1b838e
mode 000000,100644..100644
--- a/contrib/ntp/tests/libntp/digests.c
+++ b/contrib/ntp/tests/libntp/digests.c
diff --cc contrib/ntp/tests/libntp/run-digests.c
index 000000000000,ae574d0e239e..ae574d0e239e
mode 000000,100644..100644
--- a/contrib/ntp/tests/libntp/run-digests.c
+++ b/contrib/ntp/tests/libntp/run-digests.c
diff --cc usr.sbin/ntp/config.h
index a2d3025cd9cf,000000000000..d5a4c080c5ef
mode 100644,000000..100644
--- a/usr.sbin/ntp/config.h
+++ b/usr.sbin/ntp/config.h
@@@ -1,1829 -1,0 +1,1829 @@@
 +/* config.h.  Generated from config.h.in by configure.  */
 +/* config.h.in.  Generated from configure.ac by autoheader.  */
 +/* $FreeBSD$ */
 +
 +/* Define if building universal (internal helper macro) */
 +/* #undef AC_APPLE_UNIVERSAL_BUILD */
 +
 +/* Is adjtime() accurate? */
 +/* #undef ADJTIME_IS_ACCURATE */
 +
 +/* Support NTP Autokey protocol? */
 +/* #define AUTOKEY 1 */
 +
 +/* why not HAVE_P_S? */
 +/* #undef CALL_PTHREAD_SETCONCURRENCY */
 +
 +/* ACTS modem service */
 +#define CLOCK_ACTS 1
 +
 +/* Arbiter 1088A/B GPS receiver */
 +#define CLOCK_ARBITER 1
 +
 +/* ARCRON support? */
 +#define CLOCK_ARCRON_MSF 1
 +
 +/* Austron 2200A/2201A GPS receiver? */
 +#define CLOCK_AS2201 1
 +
 +/* PPS interface? */
 +#define CLOCK_ATOM 1
 +
 +/* Datum/Bancomm bc635/VME interface? */
 +/* #undef CLOCK_BANC */
 +
 +/* Chronolog K-series WWVB receiver? */
 +#define CLOCK_CHRONOLOG 1
 +
 +/* CHU modem/decoder */
 +#define CLOCK_CHU 1
 +
 +/* Diems Computime Radio Clock? */
 +/* #undef CLOCK_COMPUTIME */
 +
 +/* Datum Programmable Time System? */
 +#define CLOCK_DATUM 1
 +
 +/* ELV/DCF7000 clock? */
 +/* #undef CLOCK_DCF7000 */
 +
 +/* Dumb generic hh:mm:ss local clock? */
 +#define CLOCK_DUMBCLOCK 1
 +
 +/* Forum Graphic GPS datating station driver? */
 +#define CLOCK_FG 1
 +
 +/* GPSD JSON receiver */
 +#define CLOCK_GPSDJSON 1
 +
 +/* TrueTime GPS receiver/VME interface? */
 +/* #undef CLOCK_GPSVME */
 +
 +/* Heath GC-1000 WWV/WWVH receiver? */
 +#define CLOCK_HEATH 1
 +
 +/* HOPF 6021 clock? */
 +/* #undef CLOCK_HOPF6021 */
 +
 +/* HOPF PCI clock device? */
 +#define CLOCK_HOPF_PCI 1
 +
 +/* HOPF serial clock device? */
 +#define CLOCK_HOPF_SERIAL 1
 +
 +/* HP 58503A GPS receiver? */
 +#define CLOCK_HPGPS 1
 +
 +/* IRIG audio decoder? */
 +#define CLOCK_IRIG 1
 +
 +/* JJY receiver? */
 +#define CLOCK_JJY 1
 +
 +/* Rockwell Jupiter GPS clock? */
 +#define CLOCK_JUPITER 1
 +
 +/* Leitch CSD 5300 Master Clock System Driver? */
 +#define CLOCK_LEITCH 1
 +
 +/* local clock reference? */
 +#define CLOCK_LOCAL 1
 +
 +/* Meinberg clocks */
 +#define CLOCK_MEINBERG 1
 +
 +/* Magnavox MX4200 GPS receiver */
 +/* #undef CLOCK_MX4200 */
 +
 +/* NeoClock4X */
 +#define CLOCK_NEOCLOCK4X 1
 +
 +/* NMEA GPS receiver */
 +#define CLOCK_NMEA 1
 +
 +/* Motorola UT Oncore GPS */
 +#define CLOCK_ONCORE 1
 +
 +/* Palisade clock */
 +#define CLOCK_PALISADE 1
 +
 +/* PARSE driver interface */
 +#define CLOCK_PARSE 1
 +
 +/* Conrad parallel port radio clock */
 +#define CLOCK_PCF 1
 +
 +/* PCL 720 clock support */
 +/* #undef CLOCK_PPS720 */
 +
 +/* PST/Traconex 1020 WWV/WWVH receiver */
 +#define CLOCK_PST 1
 +
 +/* DCF77 raw time code */
 +#define CLOCK_RAWDCF 1
 +
 +/* RCC 8000 clock */
 +/* #undef CLOCK_RCC8000 */
 +
 +/* RIPE NCC Trimble clock */
 +/* #undef CLOCK_RIPENCC */
 +
 +/* Schmid DCF77 clock */
 +/* #undef CLOCK_SCHMID */
 +
 +/* SEL240X protocol */
 +/* #undef CLOCK_SEL240X */
 +
 +/* clock thru shared memory */
 +#define CLOCK_SHM 1
 +
 +/* Spectracom 8170/Netclock/2 WWVB receiver */
 +#define CLOCK_SPECTRACOM 1
 +
 +/* KSI/Odetics TPRO/S GPS receiver/IRIG interface */
 +/* #undef CLOCK_TPRO */
 +
 +/* Trimble GPS receiver/TAIP protocol */
 +/* #undef CLOCK_TRIMTAIP */
 +
 +/* Trimble GPS receiver/TSIP protocol */
 +/* #undef CLOCK_TRIMTSIP */
 +
 +/* Kinemetrics/TrueTime receivers */
 +#define CLOCK_TRUETIME 1
 +
 +/* Spectracom TSYNC timing board */
 +/* #undef CLOCK_TSYNCPCI */
 +
 +/* TrueTime 560 IRIG-B decoder? */
 +/* #undef CLOCK_TT560 */
 +
 +/* Ultralink M320 WWVB receiver? */
 +#define CLOCK_ULINK 1
 +
 +/* VARITEXT clock */
 +/* #undef CLOCK_VARITEXT */
 +
 +/* WHARTON 400A Series clock */
 +/* #undef CLOCK_WHARTON_400A */
 +
 +/* WWV audio driver */
 +#define CLOCK_WWV 1
 +
 +/* Zyfer GPStarplus */
 +#define CLOCK_ZYFER 1
 +
 +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
 +   systems. This function is required for `alloca.c' support on those systems.
 +   */
 +/* #undef CRAY_STACKSEG_END */
 +
 +/* Define to 1 if using `alloca.c'. */
 +/* #undef C_ALLOCA */
 +
 +/* Enable debugging code? */
 +/* #undef DEBUG */
 +
 +/* Enable processing time debugging? */
 +/* #undef DEBUG_TIMING */
 +
 +/* Declaration style */
 +/* #undef DECL_ADJTIME_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_BCOPY_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_BZERO_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_CFSETISPEED_0 */
 +
 +/* Declare errno? */
 +/* #undef DECL_ERRNO */
 +
 +/* Declaration style */
 +/* #undef DECL_HSTRERROR_0 */
 +
 +/* Declare h_errno? */
 +#define DECL_H_ERRNO 1
 +
 +/* Declaration style */
 +/* #undef DECL_INET_NTOA_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_IOCTL_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_IPC_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_MEMMOVE_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_MKSTEMP_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_MKTEMP_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_NLIST_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_PLOCK_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_RENAME_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_SELECT_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_SETITIMER_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_SETPRIORITY_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_SETPRIORITY_1 */
 +
 +/* Declaration style */
 +/* #undef DECL_SIGVEC_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_STDIO_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_STIME_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_STIME_1 */
 +
 +/* Declaration style */
 +/* #undef DECL_STRERROR_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_STRTOL_0 */
 +
 +/* Declare syscall()? */
 +/* #undef DECL_SYSCALL */
 +
 +/* Declaration style */
 +/* #undef DECL_SYSLOG_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_TIMEOFDAY_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_TIME_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_TOLOWER_0 */
 +
 +/* Declaration style */
 +/* #undef DECL_TOUPPER_0 */
 +
 +/* What is the fallback value for HZ? */
 +#define DEFAULT_HZ 100
 +
 +/* Default number of megabytes for RLIMIT_MEMLOCK */
 +#define DFLT_RLIMIT_MEMLOCK -1
 +
 +/* Default number of 4k pages for RLIMIT_STACK */
 +#define DFLT_RLIMIT_STACK 50
 +
 +/* Directory separator character, usually / or \\ */
 +#define DIR_SEP '/'
 +
 +/* use old autokey session key behavior? */
 +/* #undef DISABLE_BUG1243_FIX */
 +
 +/* synch TODR hourly? */
 +/* #undef DOSYNCTODR */
 +
 +/* The number of minutes in a DST adjustment */
 +#define DSTMINUTES 60
 +
 +/* support dynamic interleave? */
 +#define DYNAMIC_INTERLEAVE 0
 +
 +/* number of args to el_init() */
 +#define EL_INIT_ARGS 4
 +
 +/* Provide the explicit 127.0.0.0/8 martian filter? */
 +#define ENABLE_BUG3020_FIX 1
 +
 +/* Enable CMAC support? */
 +#define ENABLE_CMAC 1
 +
 +/* nls support in libopts */
 +/* #undef ENABLE_NLS */
 +
 +/* force ntpdate to step the clock if !defined(STEP_SLEW) ? */
 +/* #undef FORCE_NTPDATE_STEP */
 +
 +/* What is getsockname()'s socklen type? */
 +#define GETSOCKNAME_SOCKLEN_TYPE socklen_t
 +
 +/* Do we have a routing socket (rt_msghdr or rtattr)? */
 +#define HAS_ROUTING_SOCKET 1
 +
 +/* via __adjtimex */
 +/* #undef HAVE_ADJTIMEX */
 +
 +/* Define to 1 if you have `alloca', as a function or macro. */
 +#define HAVE_ALLOCA 1
 +
 +/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
 +   */
 +/* #undef HAVE_ALLOCA_H */
 +
 +/* Define to 1 if you have the `arc4random_buf' function. */
 +#define HAVE_ARC4RANDOM_BUF 1
 +
 +/* Define to 1 if you have the <arpa/nameser.h> header file. */
 +#define HAVE_ARPA_NAMESER_H 1
 +
 +/* Define to 1 if you have the `atomic_thread_fence' function. */
 +/* #undef HAVE_ATOMIC_THREAD_FENCE */
 +
 +/* Do we have audio support? */
 +#define HAVE_AUDIO /**/
 +
 +/* Define to 1 if you have the <bstring.h> header file. */
 +/* #undef HAVE_BSTRING_H */
 +
 +/* Define to 1 if you have the `canonicalize_file_name' function. */
 +/* #undef HAVE_CANONICALIZE_FILE_NAME */
 +
 +/* Define to 1 if you have the `chmod' function. */
 +#define HAVE_CHMOD 1
 +
 +/* Do we have the CIOGETEV ioctl (SunOS, Linux)? */
 +/* #undef HAVE_CIOGETEV */
 +
 +/* Define to 1 if you have the `clock_getres' function. */
 +#define HAVE_CLOCK_GETRES 1
 +
 +/* Define to 1 if you have the `clock_gettime' function. */
 +#define HAVE_CLOCK_GETTIME 1
 +
 +/* Define to 1 if you have the `clock_settime' function. */
 +#define HAVE_CLOCK_SETTIME 1
 +
 +/* Define to 1 if you have the <cthreads.h> header file. */
 +/* #undef HAVE_CTHREADS_H */
 +
 +/* Define to 1 if you have the `daemon' function. */
 +#define HAVE_DAEMON 1
 +
 +/* Define to 1 if you have the declaration of `siglongjmp', and to 0 if you
 +   don't. */
 +#define HAVE_DECL_SIGLONGJMP 1
 +
 +/* Define to 1 if you have the declaration of `sigsetjmp', and to 0 if you
 +   don't. */
 +#define HAVE_DECL_SIGSETJMP 1
 +
 +/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
 +   don't. */
 +#define HAVE_DECL_STRERROR_R 1
 +
 +/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
 +   */
 +#define HAVE_DIRENT_H 1
 +
 +/* Define to 1 if you have the <dlfcn.h> header file. */
 +#define HAVE_DLFCN_H 1
 +
 +/* Use Rendezvous/DNS-SD registration */
 +/* #undef HAVE_DNSREGISTRATION */
 +
 +/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
 +/* #undef HAVE_DOPRNT */
 +
 +/* Can we drop root privileges? */
 +#define HAVE_DROPROOT
 +
 +/* Define to 1 if you have the <errno.h> header file. */
 +#define HAVE_ERRNO_H 1
 +
 +/* Define to 1 if you have the `EVP_MD_do_all_sorted' function. */
 +#define HAVE_EVP_MD_DO_ALL_SORTED 1
 +
 +/* Define to 1 if you have the `fchmod' function. */
 +#define HAVE_FCHMOD 1
 +
 +/* Define to 1 if you have the <fcntl.h> header file. */
 +#define HAVE_FCNTL_H 1
 +
 +/* Define to 1 if you have the `finite' function. */
 +/* #undef HAVE_FINITE */
 +
 +/* Define to 1 if you have the `fnmatch' function. */
 +#define HAVE_FNMATCH 1
 +
 +/* Define to 1 if you have the <fnmatch.h> header file. */
 +#define HAVE_FNMATCH_H 1
 +
 +/* Define to 1 if you have the `fork' function. */
 +#define HAVE_FORK 1
 +
 +/* Define to 1 if you have the `fstat' function. */
 +#define HAVE_FSTAT 1
 +
 +/* Define to 1 if you have the `getbootfile' function. */
 +#define HAVE_GETBOOTFILE 1
 +
 +/* Define to 1 if you have the `getclock' function. */
 +/* #undef HAVE_GETCLOCK */
 +
 +/* Define to 1 if you have the `getdtablesize' function. */
 +#define HAVE_GETDTABLESIZE 1
 +
 +/* Define to 1 if you have the `getifaddrs' function. */
 +#define HAVE_GETIFADDRS 1
 +
 +/* Define to 1 if you have the `getpassphrase' function. */
 +/* #undef HAVE_GETPASSPHRASE */
 +
 +/* Define to 1 if you have the `getrusage' function. */
 +#define HAVE_GETRUSAGE 1
 +
 +/* Define to 1 if you have the `getuid' function. */
 +#define HAVE_GETUID 1
 +
 +/* if you have GNU Pth */
 +/* #undef HAVE_GNU_PTH */
 +
 +/* Define to 1 if you have the <histedit.h> header file. */
 +#define HAVE_HISTEDIT_H 1
 +
 +/* Define to 1 if you have the <history.h> header file. */
 +/* #undef HAVE_HISTORY_H */
 +
 +/* Obvious */
 +#define HAVE_HZ_IN_STRUCT_CLOCKINFO 1
 +
 +/* Define to 1 if you have the <ieeefp.h> header file. */
 +#define HAVE_IEEEFP_H 1
 +
 +/* have iflist_sysctl? */
 +#define HAVE_IFLIST_SYSCTL 1
 +
 +/* Define to 1 if you have the `if_nametoindex' function. */
 +#define HAVE_IF_NAMETOINDEX 1
 +
 +/* inline keyword or macro available */
 +#define HAVE_INLINE 1
 +
 +/* Define to 1 if the system has the type `int16_t'. */
 +#define HAVE_INT16_T 1
 +
 +/* Define to 1 if the system has the type `int32'. */
 +/* #undef HAVE_INT32 */
 +
 +/* int32 type in DNS headers, not others. */
 +/* #undef HAVE_INT32_ONLY_WITH_DNS */
 +
 +/* Define to 1 if the system has the type `int32_t'. */
 +#define HAVE_INT32_T 1
 +
 +/* Define to 1 if the system has the type `int8_t'. */
 +#define HAVE_INT8_T 1
 +
 +/* Define to 1 if the system has the type `intmax_t'. */
 +/* #undef HAVE_INTMAX_T */
 +
 +/* Define to 1 if the system has the type `intptr_t'. */
 +#define HAVE_INTPTR_T 1
 +
 +/* Define to 1 if you have the <inttypes.h> header file. */
 +#define HAVE_INTTYPES_H 1
 +
 +/* Define to 1 if you have the `isfinite' function. */
 +#define HAVE_ISFINITE 1
 +
 +/* Define to 1 if you have the <kvm.h> header file. */
 +#define HAVE_KVM_H 1
 +
 +/* Define to 1 if you have the `kvm_open' function. */
 +/* #undef HAVE_KVM_OPEN */
 +
 +/* Define to 1 if you have the `gen' library (-lgen). */
 +/* #undef HAVE_LIBGEN */
 +
 +/* Define to 1 if you have the <libgen.h> header file. */
 +#define HAVE_LIBGEN_H 1
 +
 +/* Define to 1 if you have the `intl' library (-lintl). */
 +/* #undef HAVE_LIBINTL */
 +
 +/* Define to 1 if you have the <libintl.h> header file. */
 +/* #undef HAVE_LIBINTL_H */
 +
 +/* Define to 1 if you have the <libscf.h> header file. */
 +/* #undef HAVE_LIBSCF_H */
 +
 +/* Define to 1 if you have the <limits.h> header file. */
 +#define HAVE_LIMITS_H 1
 +
 +/* using Linux pthread? */
 +/* #undef HAVE_LINUXTHREADS */
 +
 +/* Do we have Linux capabilities? */
 +/* #undef HAVE_LINUX_CAPABILITIES */
 +
 +/* Define to 1 if you have the <linux/if_addr.h> header file. */
 +/* #undef HAVE_LINUX_IF_ADDR_H */
 +
 +/* if you have LinuxThreads */
 +/* #undef HAVE_LINUX_THREADS */
 +
 +/* Define to 1 if you have the `localeconv' function. */
 +/* #undef HAVE_LOCALECONV */
 +
 +/* Define to 1 if you have the <locale.h> header file. */
 +/* #undef HAVE_LOCALE_H */
 +
 +/* Define to 1 if the system has the type `long double'. */
 +/* #undef HAVE_LONG_DOUBLE */
 +
 +/* Define to 1 if the system has the type `long long'. */
 +#define HAVE_LONG_LONG 1
 +
 +/* Define to 1 if the system has the type `long long int'. */
 +/* #undef HAVE_LONG_LONG_INT */
 +
 +/* if you have SunOS LWP package */
 +/* #undef HAVE_LWP */
 +
 +/* Define to 1 if you have the <lwp/lwp.h> header file. */
 +/* #undef HAVE_LWP_LWP_H */
 +
 +/* Define to 1 if you have the <machine/inline.h> header file. */
 +/* #undef HAVE_MACHINE_INLINE_H */
 +
 +/* Define to 1 if you have the <machine/soundcard.h> header file. */
 +/* #undef HAVE_MACHINE_SOUNDCARD_H */
 +
 +/* define if you have Mach Cthreads */
 +/* #undef HAVE_MACH_CTHREADS */
 +
 +/* Define to 1 if you have the <mach/cthreads.h> header file. */
 +/* #undef HAVE_MACH_CTHREADS_H */
 +
 +/* Define to 1 if you have the <math.h> header file. */
 +#define HAVE_MATH_H 1
 +
 +/* Define to 1 if you have the `MD5Init' function. */
 +#define HAVE_MD5INIT 1
 +
 +/* Define to 1 if you have the <md5.h> header file. */
 +#define HAVE_MD5_H 1
 +
 +/* Define to 1 if you have the `memlk' function. */
 +/* #undef HAVE_MEMLK */
 +
 +/* Define to 1 if you have the <memory.h> header file. */
 +#define HAVE_MEMORY_H 1
 +
 +/* Define to 1 if you have the `mkstemp' function. */
 +#define HAVE_MKSTEMP 1
 +
 +/* Define to 1 if you have the `mktime' function. */
 +#define HAVE_MKTIME 1
 +
 +/* Define to 1 if you have the `mlockall' function. */
 +#define HAVE_MLOCKALL 1
 +
 +/* Define to 1 if you have the `mmap' function. */
 +#define HAVE_MMAP 1
 +
 +/* Define to 1 if you have the `nanosleep' function. */
 +#define HAVE_NANOSLEEP 1
 +
 +/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
 +/* #undef HAVE_NDIR_H */
 +
 +/* Define to 1 if you have the <netdb.h> header file. */
 +#define HAVE_NETDB_H 1
 +
 +/* Define to 1 if you have the <netinet/in.h> header file. */
 +#define HAVE_NETINET_IN_H 1
 +
 +/* Define to 1 if you have the <netinet/in_system.h> header file. */
 +/* #undef HAVE_NETINET_IN_SYSTEM_H */
 +
 +/* Define to 1 if you have the <netinet/in_systm.h> header file. */
 +#define HAVE_NETINET_IN_SYSTM_H 1
 +
 +/* Define to 1 if you have the <netinet/in_var.h> header file. */
 +#define HAVE_NETINET_IN_VAR_H 1
 +
 +/* Define to 1 if you have the <netinet/ip.h> header file. */
 +#define HAVE_NETINET_IP_H 1
 +
 +/* NetInfo support? */
 +/* #undef HAVE_NETINFO */
 +
 +/* Define to 1 if you have the <netinfo/ni.h> header file. */
 +/* #undef HAVE_NETINFO_NI_H */
 +
 +/* Define to 1 if you have the <net/if6.h> header file. */
 +/* #undef HAVE_NET_IF6_H */
 +
 +/* Define to 1 if you have the <net/if.h> header file. */
 +#define HAVE_NET_IF_H 1
 +
 +/* Define to 1 if you have the <net/if_var.h> header file. */
 +#define HAVE_NET_IF_VAR_H 1
 +
 +/* Define to 1 if you have the <net/route.h> header file. */
 +#define HAVE_NET_ROUTE_H 1
 +
 +/* Define to 1 if you have the `nice' function. */
 +#define HAVE_NICE 1
 +
 +/* Define to 1 if you have the <nlist.h> header file. */
 +#define HAVE_NLIST_H 1
 +
 +/* via __adjtimex */
 +#define HAVE_NTP_ADJTIME 1
 +
 +/* via __ntp_gettime */
 +#define HAVE_NTP_GETTIME 1
 +
 +/* Do we want support for Samba's signing daemon? */
 +#define HAVE_NTP_SIGND 1
 +
 +/* if you have NT Event Log */
 +/* #undef HAVE_NT_EVENT_LOG */
 +
 +/* if you have NT Service Manager */
 +/* #undef HAVE_NT_SERVICE_MANAGER */
 +
 +/* if you have NT Threads */
 +/* #undef HAVE_NT_THREADS */
 +
 +/* Define to 1 if you have the <openssl/cmac.h> header file. */
 +#define HAVE_OPENSSL_CMAC_H 1
 +
 +/* Define to 1 if you have the <openssl/hmac.h> header file. */
 +#define HAVE_OPENSSL_HMAC_H 1
 +
 +/* Define to 1 if the system has the type `pid_t'. */
 +#define HAVE_PID_T 1
 +
 +/* Define to 1 if you have the `plock' function. */
 +/* #undef HAVE_PLOCK */
 +
 +/* Define to 1 if you have the <poll.h> header file. */
 +#define HAVE_POLL_H 1
 +
 +/* Do we have the PPS API per the Draft RFC? */
 +#define HAVE_PPSAPI 1
 +
 +/* Define to 1 if you have the <priv.h> header file. */
 +/* #undef HAVE_PRIV_H */
 +
 +/* Define if you have POSIX threads libraries and header files. */
 +/* #undef HAVE_PTHREAD */
 +
 +/* define to pthreads API spec revision */
 +#define HAVE_PTHREADS 10
 +
 +/* Define to 1 if you have the `pthread_attr_getstacksize' function. */
 +#define HAVE_PTHREAD_ATTR_GETSTACKSIZE 1
 +
 +/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
 +#define HAVE_PTHREAD_ATTR_SETSTACKSIZE 1
 +
 +/* define if you have pthread_detach function */
 +#define HAVE_PTHREAD_DETACH 1
 +
 +/* Define to 1 if you have the `pthread_getconcurrency' function. */
 +#define HAVE_PTHREAD_GETCONCURRENCY 1
 +
 +/* Define to 1 if you have the <pthread.h> header file. */
 +#define HAVE_PTHREAD_H 1
 +
 +/* Define to 1 if you have the `pthread_kill' function. */
 +#define HAVE_PTHREAD_KILL 1
 +
 +/* Define to 1 if you have the `pthread_kill_other_threads_np' function. */
 +/* #undef HAVE_PTHREAD_KILL_OTHER_THREADS_NP */
 +
 +/* define if you have pthread_rwlock_destroy function */
 +#define HAVE_PTHREAD_RWLOCK_DESTROY 1
 +
 +/* Define to 1 if you have the `pthread_setconcurrency' function. */
 +#define HAVE_PTHREAD_SETCONCURRENCY 1
 +
 +/* Define to 1 if you have the `pthread_yield' function. */
 +#define HAVE_PTHREAD_YIELD 1
 +
 +/* Define to 1 if you have the <pth.h> header file. */
 +/* #undef HAVE_PTH_H */
 +
 +/* Define to 1 if the system has the type `ptrdiff_t'. */
 +#define HAVE_PTRDIFF_T 1
 +
 +/* Define to 1 if you have the `pututline' function. */
 +/* #undef HAVE_PUTUTLINE */
 +
 +/* Define to 1 if you have the `pututxline' function. */
 +#define HAVE_PUTUTXLINE 1
 +
 +/* Define to 1 if you have the `RAND_bytes' function. */
 +#define HAVE_RAND_BYTES 1
 +
 +/* Define to 1 if you have the `RAND_poll' function. */
 +#define HAVE_RAND_POLL 1
 +
 +/* Define to 1 if you have the <readline.h> header file. */
 +/* #undef HAVE_READLINE_H */
 +
 +/* Define if your readline library has \`add_history' */
 +#define HAVE_READLINE_HISTORY 1
 +
 +/* Define to 1 if you have the <readline/history.h> header file. */
 +#define HAVE_READLINE_HISTORY_H 1
 +
 +/* Define to 1 if you have the <readline/readline.h> header file. */
 +#define HAVE_READLINE_READLINE_H 1
 +
 +/* Define to 1 if you have the `readlink' function. */
 +#define HAVE_READLINK 1
 +
 +/* Define to 1 if you have the `recvmsg' function. */
 +#define HAVE_RECVMSG 1
 +
 +/* Define to 1 if you have the <resolv.h> header file. */
 +#define HAVE_RESOLV_H 1
 +
 +/* Define to 1 if you have the `res_init' function. */
 +#define HAVE_RES_INIT 1
 +
 +/* Do we have Linux routing socket? */
 +/* #undef HAVE_RTNETLINK */
 +
 +/* Define to 1 if you have the `rtprio' function. */
 +#define HAVE_RTPRIO 1
 +
 +/* Define to 1 if you have the <runetype.h> header file. */
 +#define HAVE_RUNETYPE_H 1
 +
 +/* Obvious */
 +#define HAVE_SA_SIGACTION_IN_STRUCT_SIGACTION 1
 +
 +/* Define to 1 if you have the <sched.h> header file. */
 +#define HAVE_SCHED_H 1
 +
 +/* Define to 1 if you have the `sched_setscheduler' function. */
 +#define HAVE_SCHED_SETSCHEDULER 1
 +
 +/* Define to 1 if you have the `sched_yield' function. */
 +#define HAVE_SCHED_YIELD 1
 +
 +/* Define to 1 if you have the <semaphore.h> header file. */
 +#define HAVE_SEMAPHORE_H 1
 +
 +/* Define to 1 if you have the `sem_timedwait' function. */
 +#define HAVE_SEM_TIMEDWAIT 1
 +
 +/* Define to 1 if you have the <setjmp.h> header file. */
 +#define HAVE_SETJMP_H 1
 +
 +/* Define to 1 if you have the `setlinebuf' function. */
 +#define HAVE_SETLINEBUF 1
 +
 +/* Define to 1 if you have the `setpgid' function. */
 +#define HAVE_SETPGID 1
*** 1030 LINES SKIPPED ***