From 48508f193a0b04e766d4c23c4f5903bb36eee815 Mon Sep 17 00:00:00 2001 From: michael Date: Sun, 2 Nov 2003 13:45:24 +0000 Subject: [PATCH] =?UTF-8?q?protect=20config.h=20from=20multiple=20iinclusi?= =?UTF-8?q?on=20patch=20by=20(Bj=C3=B6rn=20Sandell=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11361 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 5 +++++ 1 file changed, 5 insertions(+) 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 #############################################################################