aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/mhd_threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/mhd_threads.h')
-rw-r--r--src/microhttpd/mhd_threads.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/microhttpd/mhd_threads.h b/src/microhttpd/mhd_threads.h
index 23f21a28..01a7f5f0 100644
--- a/src/microhttpd/mhd_threads.h
+++ b/src/microhttpd/mhd_threads.h
@@ -58,7 +58,8 @@
58 58
59#ifndef MHD_NO_THREAD_NAMES 59#ifndef MHD_NO_THREAD_NAMES
60# if defined(MHD_USE_POSIX_THREADS) 60# if defined(MHD_USE_POSIX_THREADS)
61# ifdef HAVE_PTHREAD_SETNAME_NP 61# if defined(HAVE_PTHREAD_SETNAME_NP_GNU) || defined(HAVE_PTHREAD_SET_NAME_NP_FREEBSD) \
62 defined(HAVE_PTHREAD_SETNAME_NP_DARWIN) || defined(HAVE_PTHREAD_SETNAME_NP_NETBSD)
62# define MHD_USE_THREAD_NAME_ 63# define MHD_USE_THREAD_NAME_
63# endif /* HAVE_PTHREAD_SETNAME_NP */ 64# endif /* HAVE_PTHREAD_SETNAME_NP */
64# elif defined(MHD_USE_W32_THREADS) 65# elif defined(MHD_USE_W32_THREADS)