aboutsummaryrefslogtreecommitdiff
path: root/security/snort3/files/patch-config.cmake.h.in
blob: 79348296e3e8b7ce9fe0f7bdf21122cd4035a6ba (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- config.cmake.h.in.orig	2020-07-10 23:41:43 UTC
+++ config.cmake.h.in
@@ -164,5 +164,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