summaryrefslogtreecommitdiffstats
path: root/contrib/ntp/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ntp/config.h.in')
-rw-r--r--contrib/ntp/config.h.in33
1 files changed, 30 insertions, 3 deletions
diff --git a/contrib/ntp/config.h.in b/contrib/ntp/config.h.in
index aa38268..e292939 100644
--- a/contrib/ntp/config.h.in
+++ b/contrib/ntp/config.h.in
@@ -83,6 +83,9 @@
/* Sun IRIG audio decoder */
#undef CLOCK_IRIG
+/* JJY receiver */
+#undef CLOCK_JJY
+
/* Rockwell Jupiter GPS clock */
#undef CLOCK_JUPITER
@@ -403,6 +406,9 @@
/* hstrerror()? */
#undef DECL_HSTRERROR_0
+/* inet_ntoa()? */
+#undef DECL_INET_NTOA_0
+
/* ioctl()? */
#undef DECL_IOCTL_0
@@ -482,6 +488,12 @@
/* Autokey? */
#undef AUTOKEY
+/* TrueTime 560 IRIG-B decoder? */
+#undef CLOCK_TT560
+
+/* Zyfer GPStarplus */
+#undef CLOCK_ZYFER
+
/* Define if you have the <arpa/nameser.h> header file. */
#undef HAVE_ARPA_NAMESER_H
@@ -491,6 +503,9 @@
/* Define if you have the <bstring.h> header file. */
#undef HAVE_BSTRING_H
+/* Define if you have the `clock_gettime' function. */
+#undef HAVE_CLOCK_GETTIME
+
/* Define if you have the `clock_settime' function. */
#undef HAVE_CLOCK_SETTIME
@@ -518,9 +533,6 @@
/* Define if you have the `getrusage' function. */
#undef HAVE_GETRUSAGE
-/* Define if you have the `gettimeofday' function. */
-#undef HAVE_GETTIMEOFDAY
-
/* Define if you have the `getuid' function. */
#undef HAVE_GETUID
@@ -575,6 +587,9 @@
/* Define if you have the `socket' library (-lsocket). */
#undef HAVE_LIBSOCKET
+/* Define if you have the `syslog' library (-lsyslog). */
+#undef HAVE_LIBSYSLOG
+
/* Define if you have the <machine/inline.h> header file. */
#undef HAVE_MACHINE_INLINE_H
@@ -614,9 +629,15 @@
/* Define if you have the <netinet/in.h> header file. */
#undef HAVE_NETINET_IN_H
+/* Define if you have the <netinet/in_system.h> header file. */
+#undef HAVE_NETINET_IN_SYSTEM_H
+
/* Define if you have the <netinet/in_systm.h> header file. */
#undef HAVE_NETINET_IN_SYSTM_H
+/* Define if you have the <netinet/ip.h> header file. */
+#undef HAVE_NETINET_IP_H
+
/* Define if you have the <netinfo/ni.h> header file. */
#undef HAVE_NETINFO_NI_H
@@ -704,6 +725,9 @@
/* Define if you have the `srand48' function. */
#undef HAVE_SRAND48
+/* Define if you have the <stdint.h> header file. */
+#undef HAVE_STDINT_H
+
/* Define if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
@@ -791,6 +815,9 @@
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
+/* Define if you have the <sys/signal.h> header file. */
+#undef HAVE_SYS_SIGNAL_H
+
/* Define if you have the <sys/sio.h> header file. */
#undef HAVE_SYS_SIO_H
OpenPOWER on IntegriCloud