X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=include%2Fdefs.h.in;h=aba5b386d79dde51fd8611e814c8a5f4d0bcd9cc;hb=db10e796ee3a7b31d77f4dcd2483aa559a24d3b5;hp=2e8637a52183fee763dca136b59a5ce79d508a28;hpb=278bc72e033953c94980bcac4e326076618e3d62;p=vlc diff --git a/include/defs.h.in b/include/defs.h.in index 2e8637a521..aba5b386d7 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -46,15 +46,6 @@ /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME -#undef PACKAGE -#undef VERSION -#undef DVD_DEVICE -#undef VCD_DEVICE -#undef COPYRIGHT_MESSAGE -#undef MODULE_SUFFIX -#undef MODULE_SYMBOL -#undef VERSION_MESSAGE - /* Define if you have the __argz_count function. */ #undef HAVE___ARGZ_COUNT @@ -88,6 +79,9 @@ /* Define if you have the getpagesize function. */ #undef HAVE_GETPAGESIZE +/* Define if you have the getpwuid function. */ +#undef HAVE_GETPWUID + /* Define if you have the gettimeofday function. */ #undef HAVE_GETTIMEOFDAY @@ -106,6 +100,9 @@ /* Define if you have the munmap function. */ #undef HAVE_MUNMAP +/* Define if you have the posix_memalign function. */ +#undef HAVE_POSIX_MEMALIGN + /* Define if you have the putenv function. */ #undef HAVE_PUTENV @@ -121,12 +118,6 @@ /* Define if you have the sigrelse function. */ #undef HAVE_SIGRELSE -/* Define if you have the getpwuid_r function. */ -#undef HAVE_GETPWUID_R - -/* Define if you have the getpwuid function. */ -#undef HAVE_GETPWUID - /* Define if you have the stpcpy function. */ #undef HAVE_STPCPY @@ -160,15 +151,9 @@ /* 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_COCOA_COCOA_H @@ -202,8 +187,11 @@ /* Define if you have the header file. */ #undef HAVE_DLFCN_H -/* Define if you have the header file. */ -#undef HAVE_DVD_H +/* Define if you have the header file. */ +#undef HAVE_DVDCSS_DVDCSS_H + +/* Define if you have the header file. */ +#undef HAVE_DVDREAD_DVD_READER_H /* Define if you have the header file. */ #undef HAVE_FCNTL_H @@ -235,8 +223,11 @@ /* Define if you have the header file. */ #undef HAVE_LIMITS_H -/* Define if you have the header file. */ -#undef HAVE_LINUX_CDROM_H +/* Define if you have the header file. */ +#undef HAVE_LINUX_FB_H + +/* Define if you have the header file. */ +#undef HAVE_LINUX_VERSION_H /* Define if you have the header file. */ #undef HAVE_LOCALE_H @@ -262,6 +253,9 @@ /* Define if you have the header file. */ #undef HAVE_NL_TYPES_H +/* Define if you have the header file. */ +#undef HAVE_OGG_OGG_H + /* Define if you have the header file. */ #undef HAVE_PTHREAD_H @@ -280,15 +274,6 @@ /* Define if you have the header file. */ #undef HAVE_STRINGS_H -/* Define if you have the header file. */ -#undef HAVE_SYS_CDIO_H - -/* Define if you have the header file. */ -#undef HAVE_SYS_DVDIO_H - -/* Define if you have the header file. */ -#undef HAVE_SYS_IOCTL_H - /* Define if you have the header file. */ #undef HAVE_SYS_PARAM_H @@ -310,12 +295,12 @@ /* Define if you have the header file. */ #undef HAVE_SYS_TIMES_H +/* Define if you have the header file. */ +#undef HAVE_SYS_TYPES_H + /* Define if you have the header file. */ #undef HAVE_UNISTD_H -/* Define if you have the header file. */ -#undef HAVE_WINIOCTL_H - /* Define if you have the mad library (-lmad). */ #undef HAVE_LIBMAD @@ -325,8 +310,11 @@ /* Define if you have the st library (-lst). */ #undef HAVE_LIBST -/* css decryption with player keys */ -#undef HAVE_CSSKEYS +/* Package name */ +#undef VLC_PACKAGE + +/* Package version */ +#undef VLC_VERSION /* Define if you have the iconv() function. */ #undef HAVE_ICONV @@ -347,9 +335,6 @@ /* Define if the GNU gettext() function is already present or preinstalled. */ #undef HAVE_GETTEXT -/* big endian system */ -#undef WORDS_BIGENDIAN - /* long getopt support */ #undef HAVE_GETOPT_LONG @@ -392,35 +377,14 @@ /* Define if your compiler groks C altivec extensions. */ #undef CAN_COMPILE_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 - -/* Define if defines DVD_STRUCT. */ -#undef DVD_STRUCT_IN_DVD_H +/* define if compiling with satellite card support */ +#undef HAVE_SATELLITE -/* Define if defines DVD_STRUCT. */ -#undef DVD_STRUCT_IN_BSDI_DVDIOCTL_DVD_H - -/* Have userspace SCSI headers. */ -#undef SOLARIS_USCSI - -/* Define if defines sctl_io. */ -#undef HPUX_SCTL_IO - -/* 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 +/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */ +#undef SDL_INCLUDE_FILE -/* Define if FreeBSD-like dvd_struct is defined. */ -#undef HAVE_BSD_DVD_STRUCT +/* big endian system */ +#undef WORDS_BIGENDIAN /* Define if defines pth_init */ #undef PTH_INIT_IN_PTH_H @@ -428,6 +392,15 @@ /* Define if defines st_init */ #undef ST_INIT_IN_ST_H -/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */ -#undef SDL_INCLUDE_FILE +/* Simple version string */ +#undef VERSION_MESSAGE + +/* Copyright string */ +#undef COPYRIGHT_MESSAGE + +/* String suffix for module functions */ +#undef MODULE_SUFFIX + +/* Symbol suffix for module functions */ +#undef MODULE_SYMBOL