bk: 50541e35ZbbWio6L3EnnVH945ubReA
* [Bug 2263] broadcast server doesn't work for host with
OS_MISSES_SPECIFIC_ROUTE_UPDATES.
* [Bug 2271] Decode refclock types when built with --disable-all-clocks.
+* [Bug 2276] clk_sel240x.c #define's _XOPEN_SOURCE, breaking QNX6.
* Updates to driver28.html.
(4.2.7p304) 2012/09/06 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 2264] Cleanup SEL240X Refclock.
// correct strptime signature. As per feature_test_macros(7),
// define this before including any header files.
-#ifndef _XOPEN_SOURCE
-#define _XOPEN_SOURCE
-#endif
+// #ifndef _XOPEN_SOURCE
+// #define _XOPEN_SOURCE
+// #endif
#ifdef HAVE_CONFIG_H
# include <config.h>