* configure.in: 4.0.99i5
* ntptrace/ntptrace.c: Protect sys/ioctl.h; grab config.h
bk: 390fc5e5EyURGwld-VkoFPfwnxnYBg
2000-05-03 Harlan Stenn <stenn@whimsy.udel.edu>
+ * configure.in: 4.0.99i5
+
+ * ntptrace/ntptrace.c: Protect sys/ioctl.h; grab config.h
+
* ntpd/ntp_proto.c (transmit): AUTOKEY and tstamp fixes.
(clock_update): Check oleap against LEAP_NOTINSYNC
(peer_clear): Free pubkey when we're done
PACKAGE=ntp
-VERSION=4.0.99i4
+VERSION=4.0.99i5
if test "`CDPATH=: && cd $srcdir && pwd`" != "`pwd`" &&
test -f $srcdir/config.status; then
AC_DEFINE_UNQUOTED(STR_SYSTEM, "$target")
AM_CONFIG_HEADER(config.h)
AC_ARG_PROGRAM
-AM_INIT_AUTOMAKE(ntp, 4.0.99i4)
+AM_INIT_AUTOMAKE(ntp, 4.0.99i5)
AC_PREREQ(2.14)
ac_cv_var_oncore_ok=no
*
* Large portions stolen from ntpdate.c
*/
+
+#ifdef HAVE_CONFIG_H
+# include <config.h>
+#endif
+
#include <stdio.h>
#include <signal.h>
#include <ctype.h>
#include <netdb.h>
#include <sys/types.h>
#include <sys/signal.h>
-#include <sys/ioctl.h>
+#ifdef HAVE_SYS_IOCTL_H
+# include <sys/ioctl.h>
+#endif
#include <sys/time.h>
#include <sys/resource.h>