vlc | branch: master | Rémi Denis-Courmont <[email protected]> | 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>.]) _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
