Go to the documentation of this file.
31#define __XINE_FUNCTION__ __FILE__
32#elif defined(__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
33#define __XINE_FUNCTION__ __func__
35#define __XINE_FUNCTION__ __FUNCTION__
37#define __XINE_FUNCTION__ __func__
41#define XINE_NAME_MAX 256
43#define XINE_NAME_MAX NAME_MAX
47#define XINE_PATH_MAX 768
49#define XINE_PATH_MAX PATH_MAX
52#if !defined offsetof && defined __GNUC__
53#define offsetof(type, member) __builtin_offsetof(type, member)