]> git.sesse.net Git - vlc/blobdiff - include/defs.h.in
* ./AUTHORS: added people locations, just for fun.
[vlc] / include / defs.h.in
index 0804e837b7e1a276ee6a725ceb49407445b4d03d..aba5b386d79dde51fd8611e814c8a5f4d0bcd9cc 100644 (file)
 /* 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
 
 /* 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 <linux/fb.h> header file.  */
 #undef HAVE_LINUX_FB_H
 
+/* Define if you have the <linux/version.h> header file.  */
+#undef HAVE_LINUX_VERSION_H
+
 /* Define if you have the <locale.h> header file.  */
 #undef HAVE_LOCALE_H
 
 /* Define if you have the <pthread.h> header file.  */
 #undef HAVE_PTHREAD_H
 
-/* Define if you have the <scsi/scsi_ioctl.h> header file.  */
-#undef HAVE_SCSI_SCSI_IOCTL_H
-
 /* Define if you have the <soundcard.h> header file.  */
 #undef HAVE_SOUNDCARD_H
 
 /* Define if you have the <sys/times.h> header file.  */
 #undef HAVE_SYS_TIMES_H
 
+/* Define if you have the <sys/types.h> header file.  */
+#undef HAVE_SYS_TYPES_H
+
 /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H
 
 #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