K 10
svn:author
V 7
scrappy
K 8
svn:date
V 27
1998-05-21T03:41:26.000000Z
K 7
svn:log
V 249
If I'm understanding autoconf and AC_C_CONST, if the check fails, then:

typedef char const      *STRING;
typedef char * const    CSTRING;

in config.h should become:

typedef char *STRING;
typedef char * CSTRING;

i have no way of checking this...

END
