]> granicus.if.org Git - postgis/commitdiff
Quiet build noise in raster
authorPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 8 Sep 2017 19:56:19 +0000 (19:56 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Fri, 8 Sep 2017 19:56:19 +0000 (19:56 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@15663 b70326c6-7e19-0410-871a-916f4a2858ee

raster/rt_pg/rtpostgis.h

index ca883517acce37035646083000b518ee487efc4c..7577d2eb0ac30a8d682bd4aab6a2897e466e71dd 100644 (file)
 #ifndef RTPOSTGIS_H_INCLUDED
 #define RTPOSTGIS_H_INCLUDED
 
+/* Quiet build noise by stripping duplicate MACRO defns */
+/* coming from include files */
+#undef PACKAGE_BUGREPORT
+#undef PACKAGE_NAME
+#undef PACKAGE_STRING
+#undef PACKAGE_TARNAME
+#undef PACKAGE_VERSION
+
 #include "librtcore.h"
 
 /* Debugging macros */