From 79b837b2b341b7f3e5302d4aad10acdb6b631c35 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Mon, 13 Mar 2023 12:16:26 +0100 Subject: [PATCH] meson: remove forced _THREAD_SAFE optional define It's not set in the meson files and it's not done in autotools builds. --- config.h.meson | 5 ----- 1 file changed, 5 deletions(-) diff --git a/config.h.meson b/config.h.meson index 94a04b48bc..cc74e10cd3 100644 --- a/config.h.meson +++ b/config.h.meson @@ -501,11 +501,6 @@ /* version revision number */ #mesondefine PACKAGE_VERSION_REVISION -/* Same as _REENTANT for some other OSes. */ -#ifndef _THREAD_SAFE -#mesondefine _THREAD_SAFE -#endif - /* Enable GNU extensions on systems that have them. */ #ifndef _GNU_SOURCE #mesondefine _GNU_SOURCE