summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index 19b6c6f94f..f839b90152 100755
--- a/configure
+++ b/configure
@@ -5854,6 +5854,10 @@ cat > config.h << EOF
/* -------- This file has been automatically generated by configure ---------
Note: Any changes in it will be lost when you run configure again. */
+/* Protect against multiple inclusion */
+#ifndef MPLAYER_CONFIG_H
+#define MPLAYER_CONFIG_H 1
+
/* use GNU internationalization */
$_def_i18n
@@ -6388,6 +6392,7 @@ $_def_xshape
#define X11_FULLSCREEN 1
#endif
+#endif /* MPLAYER_CONFIG_H */
EOF
#############################################################################