#undef XINE_MAJOR #undef XINE_MINOR #undef XINE_SUB /* Define this if you're running x86 architecture */ #undef __i386__ /* Define this if you're running x86 architecture */ #undef ARCH_X86 /* Define this if you're running Alpha architecture */ #undef __alpha__ /* Define this if you're running PowerPC architecture */ #undef __ppc__ /* Define this if you're running Sparc architecture */ #undef __sparc__ /* Define this if you're running Mips architecture */ #undef __mips__ /* Define this if you have mlib installed */ #undef HAVE_MLIB /* Define this if you have mlib installed */ #undef LIBMPEG2_MLIB /* Define this if you have mlib installed */ #undef LIBA52_MLIB /* Define this if you have getpwuid_r() function */ #undef HAVE_GETPWUID_R /* Define this to plugins directory location */ #undef XINE_PLUGINDIR /* Define this to skins directory location */ #undef XINE_SKINDIR /* Define this if you have X11R6 installed */ #undef HAVE_X11 /* Define this if you have libXv installed */ #undef HAVE_XV /* Define this if you have libXinerama installed */ #undef HAVE_XINERAMA /* Define this if you have libaa installed */ #undef HAVE_AA /* Define this if you have a usable OSS soundinterface available */ #undef HAVE_OSS /* Define this if you have Alsa (libasound) installed */ #undef HAVE_ALSA /* Define this if you have alsa 0.5.x installed */ #undef HAVE_ALSA05 /* Define this if you have alsa 0.9.x and more installed */ #undef HAVE_ALSA09 /* Define this if you have ESD (libesd) installed */ #undef HAVE_ESD /* Define this if you have a usable Sun sound interface available */ #undef HAVE_SUNAUDIO /* Define this if you have a usable IRIX al interface available */ #undef HAVE_IRIXAL /* Define this if you have ARTS (libartsc) installed */ #undef HAVE_ARTS /* Define this if you have kernel statistics available via kstat interface */ #undef HAVE_KSTAT /* Define this if you have CDROM ioctls */ #undef HAVE_CDROM_IOCTLS /* Define this if you have ip_mreqn in netinet/in.h */ #undef HAVE_IP_MREQN /* Define this to cap audio sample rate at 44.1K, some drivers (dmasound) don't handle 48K request correctly */ #undef FORCE_44K_MAX /* Define one of these to select libmad fixed point arithmetic implementation */ #undef FPM_INTEL #undef FPM_64BIT #undef FPM_PPC #undef FPM_SPARC #undef FPM_MIPS #undef FPM_M68K @BOTTOM@ /* Disable GCC compiler extensions, if gcc is not in use */ #ifndef __GNUC__ #define __attribute__(x) /**/ #endif