summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/config.h.in b/config.h.in
index 86dab1c2..34a6a06f 100644
--- a/config.h.in
+++ b/config.h.in
@@ -106,10 +106,13 @@
/* have mp4v2 */
#undef HAVE_MP4V2
-/* Define to 1 if you have the <mp4v2/mp4v2.h> header file. */
+/* have mp4v2 h */
#undef HAVE_MP4V2_H
-/* Define to 1 if you have the <mp4.h> header file. */
+/* Define to 1 if you have the <mp4v2/mp4v2.h> header file. */
+#undef HAVE_MP4V2_MP4V2_H
+
+/* have mp4 h */
#undef HAVE_MP4_H
/* have NMM */
@@ -399,6 +402,9 @@ int snprintf(char *str, size_t n, char const *fmt, ...);
#endif
+/* define to 1 if -fvisibility is supported */
+#undef __KDE_HAVE_GCC_VISIBILITY
+
#if defined(__SVR4) && !defined(__svr4__)
#define __svr4__ 1