]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
Temporarily include ntpsim.h unconditionally
authorDanny Mayer <mayer@ntp.org>
Mon, 18 Jan 2010 03:28:21 +0000 (22:28 -0500)
committerDanny Mayer <mayer@ntp.org>
Mon, 18 Jan 2010 03:28:21 +0000 (22:28 -0500)
bk: 4b53d555BPJmOjDXt-8vmk3p3E1-bA

ntpd/ntp_config.c

index ff616ea3a4b12c207fe19c10e7c221a3d38f4f9d..6092699ec7d91ca92e3b78e24c7b16728c23a5cb 100644 (file)
 #include "ntp_stdlib.h"
 #include "ntp_assert.h"
 #include "ntpd-opts.h"
-#ifdef SIM
+/*
+ * Sim header. Currently unconditionally included
+ * PDMXXX This needs to be a conditional include
+ */
 #include "ntpsim.h"
-#endif
+
 #include <ntp_random.h>
 #include "ntp_intres.h"
 #include <isc/net.h>