diff options
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 |