X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=include%2Fdefs.h.in;h=85ebfecc717ef843d8688075ab25088eb296071b;hb=ffa693e8bdac429c229fa679e64a8bd6cd6af15f;hp=af2e22821753cbab617bad6cb0851153352ebd8f;hpb=4eed2dd0c013d3ac16175fe1cab9bbad50b7cb33;p=vlc diff --git a/include/defs.h.in b/include/defs.h.in index af2e228217..85ebfecc71 100644 --- a/include/defs.h.in +++ b/include/defs.h.in @@ -3,15 +3,9 @@ /* Define to empty if the keyword does not work. */ #undef const -/* Define if you don't have vprintf but do have _doprnt. */ -#undef HAVE_DOPRNT - /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP -/* Define if you have the vprintf function. */ -#undef HAVE_VPRINTF - /* Define as the return type of signal handlers (int or void). */ #undef RETSIGTYPE @@ -55,6 +49,9 @@ /* Define if you have the usleep function. */ #undef HAVE_USLEEP +/* Define if you have the vasprintf function. */ +#undef HAVE_VASPRINTF + /* Define if you have the header file. */ #undef HAVE_ARPA_INET_H @@ -67,6 +64,9 @@ /* Define if you have the header file. */ #undef HAVE_FCNTL_H +/* Define if you have the header file. */ +#undef HAVE_GETOPT_H + /* Define if you have the header file. */ #undef HAVE_IMAGE_H @@ -76,6 +76,9 @@ /* Define if you have the header file. */ #undef HAVE_KERNEL_SCHEDULER_H +/* Define if you have the header file. */ +#undef HAVE_MACHINE_PARAM_H + /* Define if you have the header file. */ #undef HAVE_MACHINE_SOUNDCARD_H @@ -88,12 +91,18 @@ /* Define if you have the header file. */ #undef HAVE_PTHREAD_H +/* Define if you have the header file. */ +#undef HAVE_STDDEF_H + /* Define if you have the header file. */ #undef HAVE_SYS_IOCTL_H /* Define if you have the header file. */ #undef HAVE_SYS_SOCKET_H +/* Define if you have the header file. */ +#undef HAVE_SYS_SOCKIO_H + /* Define if you have the header file. */ #undef HAVE_SYS_SOUNDCARD_H @@ -138,3 +147,10 @@ /* Define if you have the threads library (-lthreads). */ #undef HAVE_LIBTHREADS + +/* Define if ntohl is in . */ +#undef NTOHL_IN_SYS_PARAM_H + +/* Define if defines boolean_t. */ +#undef BOOLEAN_T_IN_SYS_TYPES_H +