]> git.sesse.net Git - vlc/blobdiff - include/defs.h.in
* Fixed the BeOS compile typo.
[vlc] / include / defs.h.in
index 47164ea2c1a5aced6dbdb975f16cfe42ee96ecc3..693b60fd509234923d86d3831d507d65cbe2b906 100644 (file)
@@ -1,4 +1,4 @@
-/* include/defs.h.in.  Generated automatically from configure.in by autoheader.  */
+/* include/defs.h.in.  Generated automatically from configure.in by autoheader 2.13.  */
 
 /* Define to empty if the keyword does not work.  */
 #undef const
 /* Define if you have the strtol function.  */
 #undef HAVE_STRTOL
 
+/* Define if you have the swab function.  */
+#undef HAVE_SWAB
+
 /* Define if you have the usleep function.  */
 #undef HAVE_USLEEP
 
 /* 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 <Carbon/Carbon.h> header file.  */
+#undef HAVE_CARBON_CARBON_H
 
 /* Define if you have the <SDL/SDL.h> header file.  */
 #undef HAVE_SDL_SDL_H
 
+/* Define if you have the <X11/Xlib.h> header file.  */
+#undef HAVE_X11_XLIB_H
+
+/* Define if you have the <X11/extensions/Xv.h> header file.  */
+#undef HAVE_X11_EXTENSIONS_XV_H
+
 /* Define if you have the <arpa/inet.h> header file.  */
 #undef HAVE_ARPA_INET_H
 
 /* Define if you have the <stddef.h> header file.  */
 #undef HAVE_STDDEF_H
 
+/* Define if you have the <strings.h> header file.  */
+#undef HAVE_STRINGS_H
+
+/* Define if you have the <sys/cdio.h> header file.  */
+#undef HAVE_SYS_CDIO_H
+
+/* Define if you have the <sys/dvdio.h> header file.  */
+#undef HAVE_SYS_DVDIO_H
+
 /* Define if you have the <sys/ioctl.h> header file.  */
 #undef HAVE_SYS_IOCTL_H
 
 /* getopt support */
 #undef HAVE_GETOPT_LONG
 
-/* Define if ntohl is in <sys/param.h>. */
+/* Define if <pthread.h> defines pthread_cond_t. */
+#undef PTHREAD_COND_T_IN_PTHREAD_H
+
+/* Define if <strings.h> defines strncasecmp. */
+#undef STRNCASECMP_IN_STRINGS_H
+
+/* Define if <sys/param.h> defines ntohl. */
 #undef NTOHL_IN_SYS_PARAM_H
 
 /* Define if <sys/types.h> defines boolean_t. */
 /* Define if <pthread.h> defines boolean_t. */
 #undef BOOLEAN_T_IN_PTHREAD_H
 
-/* DVD support for linux */
-#undef LINUX_DVD
+/* Define if <sys/dvdio.h> defines dvd_struct. */
+#undef DVD_STRUCT_IN_SYS_DVDIO_H
+
+/* Define if <sys/cdio.h> defines dvd_struct. */
+#undef DVD_STRUCT_IN_SYS_CDIO_H
+
+/* Define if BSD-like dvd_struct is defined. */
+#undef HAVE_BSD_DVD_STRUCT
+
+/* Define if <linux/cdrom.h> defines DVD_STRUCT. */
+#undef DVD_STRUCT_IN_LINUX_CDROM_H
 
 /* Define if you want DVD CSS decryption. */
 #undef HAVE_CSS