X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fdefs.h.in;h=f9f060fc4223617921f728edc8c1921107128ab5;hb=4f08a70d2125a8ebcf05b82b73fcdb3a1d56cae3;hp=5425b385c61e40122576ceafa17fe4da34df3173;hpb=2935b3208efe70acfb36a342081e559c9dff94b5;p=vlc diff --git a/include/defs.h.in b/include/defs.h.in index 5425b385c6..f9f060fc42 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -88,6 +88,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 @@ -232,6 +235,9 @@ /* 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_LOCALE_H @@ -259,6 +265,9 @@ /* Define if you have the header file. */ #undef HAVE_PTHREAD_H +/* Define if you have the header file. */ +#undef HAVE_SOUNDCARD_H + /* Define if you have the header file. */ #undef HAVE_STDDEF_H @@ -338,9 +347,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 @@ -413,12 +419,18 @@ /* Define if FreeBSD-like dvd_struct is defined. */ #undef HAVE_BSD_DVD_STRUCT +/* define if compiling with satellite card support */ +#undef HAVE_SATELLITE + +/* Indicate whether we should use SDL/SDL.h or SDL11/SDL.h */ +#undef SDL_INCLUDE_FILE + +/* big endian system */ +#undef WORDS_BIGENDIAN + /* Define if defines pth_init */ #undef PTH_INIT_IN_PTH_H /* 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 -