[GRASS-SVN] r62632 - grass/trunk/include/defs
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Nov 5 23:59:06 PST 2014
Author: glynn
Date: 2014-11-05 23:59:05 -0800 (Wed, 05 Nov 2014)
New Revision: 62632
Modified:
grass/trunk/include/defs/gis.h
Log:
Fallback in case RELDIR not defined
Modified: grass/trunk/include/defs/gis.h
===================================================================
--- grass/trunk/include/defs/gis.h 2014-11-06 00:06:45 UTC (rev 62631)
+++ grass/trunk/include/defs/gis.h 2014-11-06 07:59:05 UTC (rev 62632)
@@ -64,6 +64,10 @@
#include <sys/types.h>
#include <sys/stat.h>
+#ifndef RELDIR
+#define RELDIR "?"
+#endif
+
/* adj_cellhd.c */
void G_adjust_Cell_head(struct Cell_head *, int, int);
void G_adjust_Cell_head3(struct Cell_head *, int, int, int);
More information about the grass-commit
mailing list