blob: 37dcbb4558cd4d174ec0aa564a72ae2e8b53aeab (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
/* 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 have mlib installed */
#undef HAVE_MLIB
/* Define this if you have mlib installed */
#undef LIBMPEG2_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
|