]> git.sesse.net Git - vlc/blobdiff - include/defs.h.in
* New pthread implementation for WinNT/2K/XP. This implementation shouldn't
[vlc] / include / defs.h.in
index 5425b385c61e40122576ceafa17fe4da34df3173..f9f060fc4223617921f728edc8c1921107128ab5 100644 (file)
@@ -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
 
 /* Define if you have the <linux/cdrom.h> header file.  */
 #undef HAVE_LINUX_CDROM_H
 
+/* Define if you have the <linux/fb.h> header file.  */
+#undef HAVE_LINUX_FB_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 <soundcard.h> header file.  */
+#undef HAVE_SOUNDCARD_H
+
 /* Define if you have the <stddef.h> header file.  */
 #undef HAVE_STDDEF_H
 
 /* 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
 
 /* 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 <pth.h> defines pth_init */
 #undef PTH_INIT_IN_PTH_H
 
 /* Define if <st.h> 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
-