[vlc-commits] configure: remove legacy _REENTRANT / _THREAD_SAFE

Rémi Denis-Courmont git at videolan.org
Mon Jun 18 19:09:33 CEST 2018


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sun Jun 17 12:17:58 2018 +0300| [c6dafa85193e1bfb49b596c0ed337663c6f1c422] | committer: Rémi Denis-Courmont

configure: remove legacy _REENTRANT / _THREAD_SAFE

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c6dafa85193e1bfb49b596c0ed337663c6f1c422
---

 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>.])
 



More information about the vlc-commits mailing list