]> git.sesse.net Git - vlc/blobdiff - include/defs.h.in
* fixes for the Qt plugin compilation under Debian
[vlc] / include / defs.h.in
index 04c3f886de2a13875cf4fa4c9d99a924a6cb2c80..90aaf9dc9776a32e0c0931bec5867d3eeeedbddd 100644 (file)
 /* Define if you have the vasprintf function.  */
 #undef HAVE_VASPRINTF
 
+/* Define if you have the <CoreAudio/AudioHardware.h> header file.  */
+#undef HAVE_COREAUDIO_AUDIOHARDWARE_H
+
+/* Define if you have the <SDL/SDL.h> header file.  */
+#undef HAVE_SDL_SDL_H
+
 /* Define if you have the <arpa/inet.h> header file.  */
 #undef HAVE_ARPA_INET_H
 
@@ -76,6 +82,9 @@
 /* Define if you have the <kernel/scheduler.h> header file.  */
 #undef HAVE_KERNEL_SCHEDULER_H
 
+/* Define if you have the <linux/cdrom.h> header file.  */
+#undef HAVE_LINUX_CDROM_H
+
 /* Define if you have the <machine/param.h> header file.  */
 #undef HAVE_MACHINE_PARAM_H
 
 /* Define if you have the threads library (-lthreads).  */
 #undef HAVE_LIBTHREADS
 
-/* Define if compiler accepts bswap x86 instruction. */
-#undef HAVE_X86_BSWAP
-
 /* Define if ntohl is in <sys/param.h>. */
 #undef NTOHL_IN_SYS_PARAM_H
 
 /* Define if <sys/types.h> defines boolean_t. */
 #undef BOOLEAN_T_IN_SYS_TYPES_H
 
+/* Define if <pthread.h> defines boolean_t. */
+#undef BOOLEAN_T_IN_PTHREAD_H
+
+/* DVD support for linux */
+#undef LINUX_DVD
+
+/* Define if you want DVD CSS decryption. */
+#undef HAVE_CSS
+