Mercurial > mplayer.hg
changeset 11360:22b4ecc5edd1
protect config.h from multiple iinclusion patch by (Bj«Órn Sandell <biorn at dce dot chalmers dot se>)
author | michael |
---|---|
date | Sun, 02 Nov 2003 13:45:24 +0000 |
parents | 496ff2403aac |
children | 853ef483a4c0 |
files | configure |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sun Nov 02 13:03:27 2003 +0000 +++ b/configure Sun Nov 02 13:45:24 2003 +0000 @@ -5854,6 +5854,10 @@ /* -------- 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 @@ #define X11_FULLSCREEN 1 #endif +#endif /* MPLAYER_CONFIG_H */ EOF #############################################################################