blob: acf0259bf0704fd9be1c9776fd23ff2564c77c23 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- config.cmake.h.in.orig 2024-02-20 18:54:47 UTC
+++ config.cmake.h.in
@@ -178,5 +178,8 @@
/* Define if `thread_local` keyword should be used */
#cmakedefine USE_THREAD_LOCAL 1
+/* Define to 1 if you have the GNU form of the `sighandler_t' function. */
+#cmakedefine HAVE_SIGHANDLER_T 1
+
#endif
|