]> git.sesse.net Git - vlc/blobdiff - include/defs.h.in
* ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
[vlc] / include / defs.h.in
index b4b3d5603aff82b66bcad02dabe6e0ad65defcbf..6529224e51ee083545b3428821791d27c3e123db 100644 (file)
 /* Define if you can safely include both <sys/time.h> and <time.h>.  */
 #undef TIME_WITH_SYS_TIME
 
-/* Define if your processor stores words with the most significant
-   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
-#undef WORDS_BIGENDIAN
-
 #undef PACKAGE
 #undef VERSION
+#undef DVD_DEVICE
+#undef VCD_DEVICE
+#undef COPYRIGHT_MESSAGE
+#undef MODULE_SUFFIX
+#undef MODULE_SYMBOL
+#undef VERSION_MESSAGE
 
 /* Define if you have the __argz_count function.  */
 #undef HAVE___ARGZ_COUNT
@@ -92,6 +94,9 @@
 /* Define if you have the getuid function.  */
 #undef HAVE_GETUID
 
+/* Define if you have the isatty function.  */
+#undef HAVE_ISATTY
+
 /* Define if you have the memalign function.  */
 #undef HAVE_MEMALIGN
 
 /* Define if you have the <X11/extensions/Xv.h> header file.  */
 #undef HAVE_X11_EXTENSIONS_XV_H
 
+/* Define if you have the <X11/extensions/dpms.h> header file.  */
+#undef HAVE_X11_EXTENSIONS_DPMS_H
+
+/* Define if you have the <a52dec/a52.h> header file.  */
+#undef HAVE_A52DEC_A52_H
+
 /* Define if you have the <argz.h> header file.  */
 #undef HAVE_ARGZ_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 <strings.h> defines strncasecmp. */
 #undef STRNCASECMP_IN_STRINGS_H
 
+/* Define if <X11/extensions/dpms.h> defines DPMSInfo. */
+#undef DPMSINFO_IN_DPMS_H
+
 /* Define if <sys/param.h> defines ntohl. */
 #undef NTOHL_IN_SYS_PARAM_H