From ae7e2f70cec29e85acc7afe9c6a6c722456a29f0 Mon Sep 17 00:00:00 2001 From: sithlord48 Date: Mon, 20 Jan 2025 15:03:36 -0500 Subject: [PATCH] build: remove unused PTHREAD_CREATE_JOINABLE --- src/lib/config.h.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/config.h.in b/src/lib/config.h.in index 819f43f27..91226d526 100644 --- a/src/lib/config.h.in +++ b/src/lib/config.h.in @@ -98,9 +98,6 @@ /* Define this if the XKB extension is available. */ #cmakedefine HAVE_XKB_EXTENSION @HAVE_XKB_EXTENSION@ -/* Define to necessary symbol if this constant uses a non-standard name on your system. */ -#cmakedefine PTHREAD_CREATE_JOINABLE @PTHREAD_CREATE_JOINABLE@ - /* Define to the type of arg 1 for `select`. */ #cmakedefine SELECT_TYPE_ARG1 @SELECT_TYPE_ARG1@