diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-18 22:33:39 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2001-04-18 22:33:39 +0000 |
commit | db6b7c2e1c52c536a7f9690a410bf69817e0b2c5 (patch) | |
tree | fdaf7537abca3d4875ad21322c54888914ed15a2 /acconfig.h | |
download | xine-lib-db6b7c2e1c52c536a7f9690a410bf69817e0b2c5.tar.gz xine-lib-db6b7c2e1c52c536a7f9690a410bf69817e0b2c5.tar.bz2 |
Initial revision
CVS patchset: 1
CVS date: 2001/04/18 22:33:39
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h new file mode 100644 index 000000000..bf01ee913 --- /dev/null +++ b/acconfig.h @@ -0,0 +1,32 @@ +/* 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 demuxers plugins directory location */ +#undef XINE_DEMUXDIR + +/* Define this to skins directory location */ +#undef XINE_SKINDIR |