aboutsummaryrefslogtreecommitdiffstats
path: root/net/quagga/files/patch-git-1-clock-monotonic
blob: eee85fc15ffda06f54839aba39b373824d6c1e1e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
--- configure.orig  2009-11-16 17:36:53.000000000 +0300
+++ configure   2009-11-16 17:37:14.000000000 +0300
@@ -30213,7 +30213,7 @@
 
 
 cat >>confdefs.h <<\_ACEOF
-#define HAVE_MONOTONIC_CLOCK /**/
+#define HAVE_CLOCK_MONOTONIC /**/
 _ACEOF
 
 
--- config.h.in.orig    2009-11-16 17:37:36.000000000 +0300
+++ config.h.in 2009-11-16 17:40:55.000000000 +0300
@@ -198,7 +198,7 @@
 #undef HAVE_MEMSET
 
 /* Have monotonic clock */
-#undef HAVE_MONOTONIC_CLOCK
+#undef HAVE_CLOCK_MONOTONIC
 
 /* Define to 1 if you have the <netdb.h> header file. */
 #undef HAVE_NETDB_H