X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fdefs.h.in;h=6529224e51ee083545b3428821791d27c3e123db;hb=f5c0a050bde3ef1dc115f61d7f86860624fc6405;hp=b4b3d5603aff82b66bcad02dabe6e0ad65defcbf;hpb=279f805ab1df1b4d0f8f95276a01cffe399fe098;p=vlc diff --git a/include/defs.h.in b/include/defs.h.in index b4b3d5603a..6529224e51 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -46,12 +46,14 @@ /* Define if you can safely include both and . */ #undef TIME_WITH_SYS_TIME -/* Define if your processor stores words with the most significant - byte first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN - #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 @@ -92,6 +94,9 @@ /* Define if you have the getuid function. */ #undef HAVE_GETUID +/* Define if you have the isatty function. */ +#undef HAVE_ISATTY + /* Define if you have the memalign function. */ #undef HAVE_MEMALIGN @@ -170,6 +175,12 @@ /* Define if you have the header file. */ #undef HAVE_X11_EXTENSIONS_XV_H +/* Define if you have the header file. */ +#undef HAVE_X11_EXTENSIONS_DPMS_H + +/* Define if you have the header file. */ +#undef HAVE_A52DEC_A52_H + /* Define if you have the header file. */ #undef HAVE_ARGZ_H @@ -321,6 +332,9 @@ /* 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 @@ -333,6 +347,9 @@ /* Define if defines strncasecmp. */ #undef STRNCASECMP_IN_STRINGS_H +/* Define if defines DPMSInfo. */ +#undef DPMSINFO_IN_DPMS_H + /* Define if defines ntohl. */ #undef NTOHL_IN_SYS_PARAM_H