meson: remove forced _THREAD_SAFE optional define

It's not set in the meson files and it's not done in autotools builds.
This commit is contained in:
Steve Lhomme 2023-03-13 12:16:26 +01:00
parent 88ec5e93bf
commit 79b837b2b3
1 changed files with 0 additions and 5 deletions

View File

@ -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