* util/ntp-genkeys.c:
* ntpdate/ntpdate.c:
* ntpd/ntp_config.c: Netinfo header reorder.
From: Jack Bryans <jbryans@csulb.edu>
bk: 3ae12038k4mWtW2xGC_aXoomeKzpRg
2001-04-21 Harlan Stenn <stenn@whimsy.udel.edu>
+ * util/ntp-genkeys.c:
+ * ntpdate/ntpdate.c:
+ * ntpd/ntp_config.c: Netinfo header reorder.
+ From: Jack Bryans <jbryans@csulb.edu>
+
* configure.in: timespec can be found by looking in goofy places
under SunOS.
AC_CHECK_LIB(advapi32, main)
;;
esac
-AC_CHECK_LIB(elf, nlist)
+AC_CHECK_LIB(elf, nlist) dnl Only needed for tickadj...
dnl AC_CHECK_LIB(kvm, main, , , -lelf)
AC_CHECK_LIB(kvm, main) dnl We already know about -lelf here...
AC_CHECK_LIB(ld, nlist)
# include <config.h>
#endif
+#ifdef HAVE_NETINFO
+# include <netinfo/ni.h>
+#endif
+
#include "ntpd.h"
#include "ntp_io.h"
#include "ntp_unixtime.h"
# endif
#endif /* VMS */
-#ifdef HAVE_NETINFO
-# include <netinfo/ni.h>
-#endif
-
#ifdef SYS_WINNT
# include <io.h>
extern HANDLE ResolverThreadHandle;
# include <config.h>
#endif
+#ifdef HAVE_NETINFO
+#include <netinfo/ni.h>
+#endif
+
#include "ntp_fp.h"
#include "ntp.h"
#include "ntp_io.h"
struct timeval timeout = {60,0};
#endif
-#ifdef HAVE_NETINFO
-#include <netinfo/ni.h>
-#endif
-
#include "recvbuff.h"
#ifdef SYS_WINNT
# include <config.h>
#endif
+#ifdef HAVE_NETINFO
+#include <netinfo/ni.h>
+#endif
+
#include "ntpd.h"
#include "ntp_stdlib.h"
#include "ntp_string.h"
#include <limits.h> /* PATH_MAX */
#include <sys/stat.h>
-#ifdef HAVE_NETINFO
-#include <netinfo/ni.h>
-#endif
-
#ifdef PUBKEY
# include "ntp_crypto.h"
#endif