[vlc-devel] [PATCH 3/4] configure: remove legacy _REENTRANT / _THREAD_SAFE

RĂ©mi Denis-Courmont remi at remlab.net
Sun Jun 17 11:24:47 CEST 2018


---
 configure.ac | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/configure.ac b/configure.ac
index eaa17947b3..6cabb91f05 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,12 +38,6 @@ AC_USE_SYSTEM_EXTENSIONS
 VLC_PROG_CC_C11
 AC_DEFINE([_FORTIFY_SOURCE], 2, [Define to 2 to get glibc warnings.])
 AC_DEFINE([_FILE_OFFSET_BITS], 64, [Define to 64 for large files support.])
-AH_TOP([
-#ifndef _REENTRANT
-# define _REENTRANT
-#endif
-])
-AC_DEFINE([_THREAD_SAFE],, [Same as _REENTANT for some other OSes.])
 AC_DEFINE([__LIBVLC__],, [Define within the LibVLC source code tree.])
 AC_DEFINE([WIN32_LEAN_AND_MEAN],, [Define to limit the scope of <windows.h>.])
 
-- 
2.17.1



More information about the vlc-devel mailing list