X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fdefs.h.in;h=d233bf68a18cfaa374c5aa43556fad996c563d3e;hb=48337372f8d4a25ffb6c8886fa86199da22237c5;hp=1cb6f09bc50fd97012da089e91b5b52b9b91fa9c;hpb=0beab2c2c839a543263c40f6089ffa27290cbbcb;p=vlc diff --git a/include/defs.h.in b/include/defs.h.in index 1cb6f09bc5..d233bf68a1 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -100,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 @@ -148,9 +151,6 @@ /* 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 @@ -226,6 +226,9 @@ /* 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 @@ -250,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 @@ -302,10 +308,10 @@ #undef HAVE_LIBST /* Package name */ -#undef PACKAGE +#undef VLC_PACKAGE /* Package version */ -#undef VERSION +#undef VLC_VERSION /* Define if you have the iconv() function. */ #undef HAVE_ICONV