bk: 4887e866gfbd2jTB_iJesVKW-XGlvg
+* header file cleanup.
* [Bug 1037] buffer in subroutine was 1 byte short.
* configure.ac: cleanup, add option for wintime, and lay the groundwork
for the changes needed for bug 1028.
ntp_machine.h \
ntp_malloc.h \
ntp_md5.h \
+ ntp_net.h \
ntp_proto.h \
ntp_random.h \
ntp_refclock.h \
#ifndef NTP_H
#define NTP_H
-#include "ntp_types.h"
#include <math.h>
+
+#include <ntp_types.h>
#ifdef OPENSSL
-#include "ntp_crypto.h"
+#include <ntp_crypto.h>
#endif /* OPENSSL */
#include <ntp_random.h>
+#include <ntp_net.h>
#include <isc/boolean.h>
#include <isc/list.h>
#ifndef NTP_FP_H
#define NTP_FP_H
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <netinet/in.h>
-
-#include "ntp_rfc2553.h"
-
#include "ntp_types.h"
/*
--- /dev/null
+/*
+ * ntp_net.h - definitions for NTP network stuff
+ */
+
+#ifndef NTP_NET_H
+#define NTP_NET_H
+
+#include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+
+#include "ntp_rfc2553.h"
+
+#endif /* NTP_NET_H */
#include "ntp.h"
#include "ntp_fp.h"
-#include "ntp_types.h"
#include <isc/list.h>
#include <isc/result.h>