postgis/lwgeom/pgsql_compat.h
Sandro Santilli f6af6e6c07 Moved pgsql compatibility code into pgsql_compat.h
git-svn-id: http://svn.osgeo.org/postgis/trunk@1248 b70326c6-7e19-0410-871a-916f4a2858ee
2005-01-07 11:50:49 +00:00

8 lines
103 B
C

#ifndef _PGSQL_COMPAT_H
#if USE_VERSION < 73
#define WARNING NOTICE
#endif
#endif // _PGSQL_COMPAT_H