Go to the documentation of this file. 31 #define __XINE_FUNCTION__ __FILE__ 32 #elif defined __GNUC__ 33 #define __XINE_FUNCTION__ __FUNCTION__ 35 #define __XINE_FUNCTION__ __func__ 39 #define XINE_NAME_MAX 256 41 #define XINE_NAME_MAX NAME_MAX 45 #define XINE_PATH_MAX 768 47 #define XINE_PATH_MAX PATH_MAX 50 #if !defined offsetof && defined __GNUC__ 51 #define offsetof(type, member) __builtin_offsetof(type, member)