summaryrefslogtreecommitdiff
path: root/acconfig.h
blob: aaf2d438b0bed035c8e41cd7bcb06fa8b129395a (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/* 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

/* 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 Alsa (libasound) installed */
#undef HAVE_ALSA

/* Define this if you have ESD (libesd) installed */
#undef HAVE_ESD