Skip to content

Commit aabf51d

Browse files
committed
Add HAVE_PTHREAD_SETNAME_NP to config.h.in
1 parent ca24a17 commit aabf51d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cmake/config.h.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@
208208
/* Define to 1 if you have the `_pthread_workqueue_init' function. */
209209
#cmakedefine HAVE__PTHREAD_WORKQUEUE_INIT
210210

211+
/* Define to 1 if you have the `pthread_setname_np' function. */
212+
#cmakedefine01 HAVE_PTHREAD_SETNAME_NP
213+
211214
/* Define to use non-portable pthread TSD optimizations for Mac OS X) */
212215
#cmakedefine USE_APPLE_TSD_OPTIMIZATIONS
213216

0 commit comments

Comments
 (0)