소스 검색

Fallback in case RELDIR not defined

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@62632 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 10 년 전
부모
커밋
f1ea52b07b
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      include/defs/gis.h

+ 4 - 0
include/defs/gis.h

@@ -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);