]> 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 2afa4b3e88b6adf976b4ed1181209dc198dfabb7..58810afd139a63f13fa2547cd636887a4c574fa6 100644 (file)
@@ -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
 
 /* 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 </sys/dev/scsi/scsi_ioctl.h> header file.  */
 #undef HAVE__SYS_DEV_SCSI_SCSI_IOCTL_H
 
-/* Define if you have the <Carbon/Carbon.h> header file.  */
-#undef HAVE_CARBON_CARBON_H
+/* Define if you have the <Cocoa/Cocoa.h> header file.  */
+#undef HAVE_COCOA_COCOA_H
 
 /* Define if you have the <Ph.h> header file.  */
 #undef HAVE_PH_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 <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 pth library (-lpth).  */
 #undef HAVE_LIBPTH
 
+/* css decryption with player keys */
+#undef HAVE_CSSKEYS
+
 /* long getopt support */
 #undef HAVE_GETOPT_LONG
 
 /* 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
 
-/* Define if <sys/dvdio.h> defines dvd_struct. */
-#undef DVD_STRUCT_IN_SYS_DVDIO_H
+/* 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 Linux-like dvd_struct is defined. */
 #undef HAVE_LINUX_DVD_STRUCT
 
-/* Define if BSD-like dvd_struct is defined. */
+/* 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 */