meson: remove forced _REENTRANT 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:07 +01:00
parent 3c67f745ca
commit 88ec5e93bf
1 changed files with 0 additions and 5 deletions

View File

@ -501,11 +501,6 @@
/* version revision number */
#mesondefine PACKAGE_VERSION_REVISION
/* Define so that reentrant versions of several functions get declared. */
#ifndef _REENTRANT
#mesondefine _REENTRANT
#endif
/* Same as _REENTANT for some other OSes. */
#ifndef _THREAD_SAFE
#mesondefine _THREAD_SAFE