14 lines
473 B
Plaintext
14 lines
473 B
Plaintext
$OpenBSD: patch-config_h_in,v 1.1 2009/03/08 10:28:00 sthen Exp $
|
|
--- config.h.in.orig Mon Sep 1 04:30:44 2008
|
|
+++ config.h.in Mon Sep 1 04:39:27 2008
|
|
@@ -251,6 +251,9 @@ typedef unsigned long long uint64;
|
|
/* Define to 1 if you have the `clock_gettime' function. */
|
|
#undef HAVE_CLOCK_GETTIME
|
|
|
|
+/* Define to 1 if you have the `clock_nanosleep' function. */
|
|
+#undef HAVE_CLOCK_NANOSLEEP
|
|
+
|
|
/* Define to 1 if you have the <dlfcn.h> header file. */
|
|
#undef HAVE_DLFCN_H
|
|
|