X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fdefs.h.in;h=58810afd139a63f13fa2547cd636887a4c574fa6;hb=4a0dae0183e6571cfee4bb5511189da33e67dc03;hp=2afa4b3e88b6adf976b4ed1181209dc198dfabb7;hpb=dea6dc1ec6e12be9888acf158343c571959530fa;p=vlc diff --git a/include/defs.h.in b/include/defs.h.in index 2afa4b3e88..58810afd13 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -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 @@ -55,14 +58,17 @@ /* 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 header file. */ #undef HAVE__SYS_DEV_SCSI_SCSI_IOCTL_H -/* Define if you have the header file. */ -#undef HAVE_CARBON_CARBON_H +/* Define if you have the header file. */ +#undef HAVE_COCOA_COCOA_H /* Define if you have the header file. */ #undef HAVE_PH_H @@ -94,6 +100,9 @@ /* Define if you have the header file. */ #undef HAVE_GETOPT_H +/* Define if you have the header file. */ +#undef HAVE_GNOME_H + /* Define if you have the header file. */ #undef HAVE_GTK_GTK_H @@ -151,6 +160,9 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H +/* Define if you have the header file. */ +#undef HAVE_SYS_TIMES_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H @@ -160,6 +172,9 @@ /* 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 @@ -175,18 +190,36 @@ /* Define if defines ntohl. */ #undef NTOHL_IN_SYS_PARAM_H +/* Maximum supported data alignment */ +#undef ATTRIBUTE_ALIGNED_MAX + /* Define if defines boolean_t. */ #undef BOOLEAN_T_IN_SYS_TYPES_H /* Define if defines boolean_t. */ #undef BOOLEAN_T_IN_PTHREAD_H -/* Define if defines dvd_struct. */ -#undef DVD_STRUCT_IN_SYS_DVDIO_H +/* Define if 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 defines dvd_struct. */ #undef DVD_STRUCT_IN_SYS_CDIO_H +/* Define if defines dvd_struct. */ +#undef DVD_STRUCT_IN_SYS_DVDIO_H + /* Define if defines DVD_STRUCT. */ #undef DVD_STRUCT_IN_LINUX_CDROM_H @@ -202,7 +235,10 @@ /* 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 defines pth_init */