 |
Ardour
8.12
|
Go to the documentation of this file.
14 #if !defined(LUA_USE_C89)
16 #if !defined(_XOPEN_SOURCE)
17 #define _XOPEN_SOURCE 600
18 #elif _XOPEN_SOURCE == 0
25 #if !defined(LUA_32BITS) && !defined(_FILE_OFFSET_BITS)
26 #define _LARGEFILE_SOURCE 1
27 #define _FILE_OFFSET_BITS 64
38 #if !defined(_CRT_SECURE_NO_WARNINGS)
39 #define _CRT_SECURE_NO_WARNINGS