diff options
| author | Stephen Torri <storri@users.sourceforge.net> | 2002-09-19 20:59:21 +0000 |
|---|---|---|
| committer | Stephen Torri <storri@users.sourceforge.net> | 2002-09-19 20:59:21 +0000 |
| commit | da2888f7304a22c3e469dd7d8f8dcc03d9a0dfe0 (patch) | |
| tree | 9a17c5e2639f4578792cb9f9d6fe2eb263d75943 /acconfig.h | |
| parent | 7aaf734726755fb375e12a1a21a6b8b5ef4a78e7 (diff) | |
| download | xine-lib-da2888f7304a22c3e469dd7d8f8dcc03d9a0dfe0.tar.gz xine-lib-da2888f7304a22c3e469dd7d8f8dcc03d9a0dfe0.tar.bz2 | |
Adding missing autoconf files that missed the last commit
CVS patchset: 2710
CVS date: 2002/09/19 20:59:21
Diffstat (limited to 'acconfig.h')
| -rw-r--r-- | acconfig.h | 144 |
1 files changed, 0 insertions, 144 deletions
diff --git a/acconfig.h b/acconfig.h deleted file mode 100644 index 815993ca4..000000000 --- a/acconfig.h +++ /dev/null @@ -1,144 +0,0 @@ -#ifndef _CONFIG_H_ -#define _CONFIG_H_ -@TOP@ - -#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 PowerPC architecture */ -#undef ARCH_PPC - -/* Define this if you have a Motorola 74xx CPU */ -#undef ENABLE_ALTIVEC - -/* Define this if you have Sun UltraSPARC CPU */ -#undef ENABLE_VIS - -/* 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 to osd fonts dir location*/ -#undef XINE_FONTDIR - -/* Path where catalog files will be. */ -#undef XINE_LOCALEDIR - -/* 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 OpenGL support available */ -#undef HAVE_OPENGL - -/* Define this if you have GLut support available */ -#undef HAVE_GLUT - -/* Define this if you have GLU support available */ -#undef HAVE_GLU - -/* 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.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 a suitable version of libdvdnav */ -#undef HAVE_DVDNAV - -/* Define this if you have ip_mreqn in netinet/in.h */ -#undef HAVE_IP_MREQN - -/* Define this if you have a dxr3 mpeg encoder card */ -#undef HAVE_DXR3 - -/* Define this if you have libfame mpeg encoder installed (fame.sf.net) */ -#undef HAVE_LIBFAME - -/* Define this if you have libfame 0.8.10 or above */ -#undef HAVE_NEW_LIBFAME - -/* Define this if you have librte mpeg encoder installed (zapping.sf.net) */ -#undef HAVE_LIBRTE - -/* 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_DEFAULT -/* this one isn't implemented: */ -#undef FPM_M68K - -/* Define this if you have SDL library installed */ -#undef HAVE_SDL - -@BOTTOM@ -/* Disable GCC compiler extensions, if gcc is not in use */ -#ifndef __GNUC__ -#define __attribute__(x) /*empty*/ -#endif - -#endif /* _CONFIG_H_ */ |
