diff options
| -rw-r--r-- | ChangeLog | 6 | ||||
| -rw-r--r-- | src/projects.h | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,10 @@ +2013-06-24 Frank Warmerdam <warmerdam@pobox.com> + + * src/projects.h: Do not define PROJ_LIB to "PROJ_LIB". + 2013-06-22 Frank Warmerdam <warmerdam@pobox.com> - * Preparing 4.9.0 beta release. + * Preparing for 4.9.0 beta release. * src/geodesic.{c,h}: sync relative to GeographicLib 1.31. (#216) diff --git a/src/projects.h b/src/projects.h index 442c483f..a11940ab 100644 --- a/src/projects.h +++ b/src/projects.h @@ -100,10 +100,6 @@ extern double hypot(double, double); #define PI 3.14159265358979323846 #define TWOPI 6.2831853071795864769 -/* environment parameter name */ -#ifndef PROJ_LIB -#define PROJ_LIB "PROJ_LIB" -#endif /* maximum tag id length for +init and default files */ #ifndef ID_TAG_MAX #define ID_TAG_MAX 50 |
