]> git.sesse.net Git - vlc/blobdiff - include/defs.h.in
* Fixed a few crashes due to race conditions in the decoder spawning.
[vlc] / include / defs.h.in
index 4a17a5dbeeeb2c3721ae10ee94ee999ce522faa8..58810afd139a63f13fa2547cd636887a4c574fa6 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
@@ -28,6 +28,9 @@
 /* Define if you have the gettimeofday function.  */
 #undef HAVE_GETTIMEOFDAY
 
+/* Define if you have the memalign function.  */
+#undef HAVE_MEMALIGN
+
 /* Define if you have the putenv function.  */
 #undef HAVE_PUTENV
 
@@ -37,6 +40,9 @@
 /* Define if you have the setenv function.  */
 #undef HAVE_SETENV
 
+/* Define if you have the sigrelse function.  */
+#undef HAVE_SIGRELSE
+
 /* Define if you have the strerror function.  */
 #undef HAVE_STRERROR
 
 /* 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 valloc function.  */
+#undef HAVE_VALLOC
+
 /* Define if you have the vasprintf function.  */
 #undef HAVE_VASPRINTF
 
-/* Define if you have the <Carbon/Carbon.h> header file.  */
-#undef HAVE_CARBON_CARBON_H
+/* Define if you have the </sys/dev/scsi/scsi_ioctl.h> header file.  */
+#undef HAVE__SYS_DEV_SCSI_SCSI_IOCTL_H
+
+/* Define if you have the <Cocoa/Cocoa.h> header file.  */
+#undef HAVE_COCOA_COCOA_H
 
-/* Define if you have the <SDL/SDL.h> header file.  */
-#undef HAVE_SDL_SDL_H
+/* Define if you have the <Ph.h> header file.  */
+#undef HAVE_PH_H
 
 /* Define if you have the <X11/Xlib.h> header file.  */
 #undef HAVE_X11_XLIB_H
 /* Define if you have the <cthreads.h> header file.  */
 #undef HAVE_CTHREADS_H
 
+/* Define if you have the <directx.h> header file.  */
+#undef HAVE_DIRECTX_H
+
 /* Define if you have the <dlfcn.h> header file.  */
 #undef HAVE_DLFCN_H
 
+/* Define if you have the <dvd.h> header file.  */
+#undef HAVE_DVD_H
+
 /* Define if you have the <fcntl.h> header file.  */
 #undef HAVE_FCNTL_H
 
 /* Define if you have the <getopt.h> header file.  */
 #undef HAVE_GETOPT_H
 
+/* Define if you have the <gnome.h> header file.  */
+#undef HAVE_GNOME_H
+
+/* Define if you have the <gtk/gtk.h> header file.  */
+#undef HAVE_GTK_GTK_H
+
 /* Define if you have the <image.h> header file.  */
 #undef HAVE_IMAGE_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
 
 /* Define if you have the <sys/time.h> header file.  */
 #undef HAVE_SYS_TIME_H
 
+/* Define if you have the <sys/times.h> header file.  */
+#undef HAVE_SYS_TIMES_H
+
 /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H
 
+/* Define if you have the <winioctl.h> header file.  */
+#undef HAVE_WINIOCTL_H
+
+/* Define if you have the pth library (-lpth).  */
+#undef HAVE_LIBPTH
+
+/* css decryption with player keys */
+#undef HAVE_CSSKEYS
+
 /* long getopt support */
 #undef HAVE_GETOPT_LONG
 
 /* 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
 
+/* Maximum supported data alignment */
+#undef ATTRIBUTE_ALIGNED_MAX
+
 /* 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 <cthreads.h> defines boolean_t. */
+#undef BOOLEAN_T_IN_CTHREADS_H
+
+/* Define if $CC groks 3D Now! inline assembly. */
+#undef HAVE_3DNOW
+
+/* Define if $CC groks SSE inline assembly. */
+#undef HAVE_SSE
+
+/* Define if $CC groks ALTIVEC inline assembly. */
+#undef HAVE_ALTIVEC
+
+/* Define if your compiler groks C altivec extensions. */
+#undef HAVE_C_ALTIVEC
+
+/* Define if <sys/cdio.h> defines dvd_struct. */
+#undef DVD_STRUCT_IN_SYS_CDIO_H
+
+/* Define if <sys/dvdio.h> defines dvd_struct. */
+#undef DVD_STRUCT_IN_SYS_DVDIO_H
+
+/* Define if <linux/cdrom.h> defines DVD_STRUCT. */
+#undef DVD_STRUCT_IN_LINUX_CDROM_H
+
+/* Define if <dvd.h> defines DVD_STRUCT. */
+#undef DVD_STRUCT_IN_DVD_H
+
+/* Define if <extras/BSDI_dvdioctl/dvd.h> defines DVD_STRUCT. */
+#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H
+
+/* Have userspace SCSI headers. */
+#undef SOLARIS_USCSI
+
+/* Define if Linux-like dvd_struct is defined. */
+#undef HAVE_LINUX_DVD_STRUCT
+
+/* Define if OpenBSD-like dvd_struct is defined. */
+#undef HAVE_OPENBSD_DVD_STRUCT
+
+/* Define if FreeBSD-like dvd_struct is defined. */
+#undef HAVE_BSD_DVD_STRUCT
+
+/* Define if <pth.h> defines pth_init */
+#undef PTH_INIT_IN_PTH_H
 
-/* Define if you want DVD CSS decryption. */
-#undef HAVE_CSS
+/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */
+#undef SDL_INCLUDE_FILE