Browse Source

configure: remove legacy _REENTRANT / _THREAD_SAFE

pull/70/head
Rémi Denis-Courmont 8 years ago
parent
commit
c6dafa8519
  1. 6
      configure.ac

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

Loading…
Cancel
Save