From: Sandro Santilli Date: Tue, 13 May 2014 09:24:34 +0000 (+0000) Subject: Header-guard postgis_config.h X-Git-Tag: 2.2.0rc1~1108 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=42dc0f3babb0804972944ab8202ba34fed28ed72;p=postgis Header-guard postgis_config.h git-svn-id: http://svn.osgeo.org/postgis/trunk@12530 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis_config.h.in b/postgis_config.h.in index 094b5304c..7cd633846 100644 --- a/postgis_config.h.in +++ b/postgis_config.h.in @@ -1,4 +1,4 @@ -/* postgis_config.h.in. Generated from configure.ac by autoheader. */ +#ifndef POSTGIS_CONFIG_H #include "postgis_svn_revision.h" @@ -187,3 +187,5 @@ /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a `char[]'. */ #undef YYTEXT_POINTER + +#endif /* POSTGIS_CONFIG_H */