summaryrefslogtreecommitdiff
path: root/net/ntp-stable/files/patch-ad
blob: d6885c485f08ff2d69ffe967592d990d42ab8225 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
--- configure.orig	Sun Feb 27 17:01:04 2000
+++ configure	Tue Mar  7 05:53:20 2000
@@ -8273,19 +8273,19 @@
 # there is NO way that I can tell to tell if a given OS is using timespec or
 # timeval so just set it here for the one case that is KNOWN to use timespec.
 
-case "$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in
- *yes*)
-    cat >>confdefs.h <<\EOF
-#define HAVE_PPSAPI 1
-EOF
-
-    ac_cv_var_oncore_ok=yes
-    cat >>confdefs.h <<\EOF
-#define HAVE_TIMESPEC 1
-EOF
-
-    ;;
-esac
+#case "$ac_cv_header_timepps_h$ac_cv_header_sys_timepps_h" in
+# *yes*)
+#    cat >>confdefs.h <<\EOF
+##define HAVE_PPSAPI 1
+#EOF
+#
+#    ac_cv_var_oncore_ok=yes
+#    cat >>confdefs.h <<\EOF
+##define HAVE_TIMESPEC 1
+#EOF
+#
+#    ;;
+#esac
 
 # Check for ioctls TIOCGSERIAL, TIOCSSERIAL, ASYNC_PPS_CD_POS, ASYNC_PPS_CD_NEG
 echo $ac_n "checking for linux/serial.h... $ac_c" 1>&6