From 4fc2f55f761d71aae1f145d5aa94ba929cc39676 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 28 Apr 2024 11:34:30 +0200 Subject: Adding upstream version 1.7.3. Signed-off-by: Daniel Baumann --- m4/pdns_check_pthread_np.m4 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 m4/pdns_check_pthread_np.m4 (limited to 'm4/pdns_check_pthread_np.m4') diff --git a/m4/pdns_check_pthread_np.m4 b/m4/pdns_check_pthread_np.m4 new file mode 100644 index 0000000..93bd249 --- /dev/null +++ b/m4/pdns_check_pthread_np.m4 @@ -0,0 +1,6 @@ +AC_DEFUN([PDNS_CHECK_PTHREAD_NP],[ + AC_SEARCH_LIBS([pthread_setaffinity_np], [pthread], [AC_DEFINE(HAVE_PTHREAD_SETAFFINITY_NP, [1], [Define to 1 if you have pthread_setaffinity_np])]) + AC_SEARCH_LIBS([pthread_getattr_np], [pthread], [AC_DEFINE(HAVE_PTHREAD_GETATTR_NP, [1], [Define to 1 if you have pthread_getattr_np])]) + AC_SEARCH_LIBS([pthread_get_stackaddr_np], [pthread], [AC_DEFINE(HAVE_PTHREAD_GET_STACKADDR_NP, [1], [Define to 1 if you have pthread_get_stackaddr_np])]) + AC_SEARCH_LIBS([pthread_get_stacksize_np], [pthread], [AC_DEFINE(HAVE_PTHREAD_GET_STACKSIZE_NP, [1], [Define to 1 if you have pthread_get_stacksize_np])]) +]) -- cgit v1.2.3