Browse Source

Restore GISPROMPT_COLOR definition

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@33885 15284696-431f-4ddb-bdfa-cd5b030d7da7
Glynn Clements 16 years ago
parent
commit
253abd4eec
1 changed files with 2 additions and 0 deletions
  1. 2 0
      include/gis.h

+ 2 - 0
include/gis.h

@@ -104,6 +104,8 @@ static const char *GRASS_copyright __attribute__ ((unused))
 #define YES           1
 #define NO            0
 
+#define GISPROMPT_COLOR    "old,color,color"
+
 /* File/directory name lengths */
 #define GNAME_MAX 256
 #define GMAPSET_MAX 256