diff options
Diffstat (limited to 'acconf.h.in')
-rw-r--r-- | acconf.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/acconf.h.in b/acconf.h.in index e1f233dd..9c64213f 100644 --- a/acconf.h.in +++ b/acconf.h.in @@ -81,5 +81,9 @@ /* Version number of package */ #undef VERSION +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +#undef YYTEXT_POINTER + /* Define to `unsigned int' if <sys/types.h> does not define. */ #undef size_t |