]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog, config.h.in, configure, configure.in: PRE_ATT_Y2K
authorHarlan Stenn <stenn@ntp.org>
Sun, 8 Aug 1999 00:41:37 +0000 (00:41 -0000)
committerHarlan Stenn <stenn@ntp.org>
Sun, 8 Aug 1999 00:41:37 +0000 (00:41 -0000)
  * configure.in: Look for sys/ppstime.h.

bk: 37acd241wLoXhosdyu-z0D5TCremWA

ChangeLog
config.h.in
configure
configure.in

index bdf9529473c2f5b8edec293e42f060a9ed2e80c6..4016d79d9ad8b7f2f7ae9386559bce5a037f34f4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-08-07  Harlan Stenn  <stenn@whimsy.udel.edu>
+
+       * configure.in: Look for sys/ppstime.h.
+
 1999-07-31  Harlan Stenn  <stenn@whimsy.udel.edu>
 
        * ntpd/ntp_io.c (create_sockets): Typo.
index ec282b6d7338cd10a36908aabd32a63e9f5beee3..af4aa1e1e5ac19e097fe33c27ec4afdf96a1ec6a 100644 (file)
 /* Define if you have the <sys/ppsclock.h> header file.  */
 #undef HAVE_SYS_PPSCLOCK_H
 
+/* Define if you have the <sys/ppstime.h> header file.  */
+#undef HAVE_SYS_PPSTIME_H
+
 /* Define if you have the <sys/proc.h> header file.  */
 #undef HAVE_SYS_PROC_H
 
index 46b84cd2cf858159295ca72b0a099d2773753b5a..d8eba730a57ba7e42ecc1a8e503783f66775e0d2 100755 (executable)
--- a/configure
+++ b/configure
@@ -2804,7 +2804,7 @@ else
 fi
 done
 
-for ac_hdr in sys/proc.h sys/resource.h sys/sched.h
+for ac_hdr in sys/ppstime.h sys/proc.h sys/resource.h sys/sched.h
 do
 ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`
 echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6
index 506ab3b83a9ab927a97be761e48acdc0f7668d83..78aea0ddea1757d0cb7e2765a538e6d595742000 100644 (file)
@@ -215,7 +215,7 @@ case "$target" in
     ;;
 esac
 AC_CHECK_HEADERS(sys/lock.h sys/mman.h sys/modem.h sys/param.h sys/ppsclock.h)
-AC_CHECK_HEADERS(sys/proc.h sys/resource.h sys/sched.h)
+AC_CHECK_HEADERS(sys/ppstime.h sys/proc.h sys/resource.h sys/sched.h)
 case "$target" in
  *-*-sco3.2v4.2)
     ;;