ports/devel/commoncpp/patches/patch-config_h_in

13 lines
407 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- 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