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