summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-18 22:33:39 +0000
committerDaniel Caujolle-Bert <f1rmb@users.sourceforge.net>2001-04-18 22:33:39 +0000
commitdb6b7c2e1c52c536a7f9690a410bf69817e0b2c5 (patch)
treefdaf7537abca3d4875ad21322c54888914ed15a2 /acconfig.h
downloadxine-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.h32
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