summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-09 11:31:17 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-09 11:31:17 +0100
commitf6089a627a932bad7cfd5c8030bf32fcc9888996 (patch)
treeef1eece9787f1f4df579b5dbcffee9f74e133dfb /config.h.in
parent898dc8978b546c3c67a5678cc6101643b160d710 (diff)
Autotools hackery so that "make dist" builds lexer and parser.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index dbfa12bc..46b33c08 100644
--- a/config.h.in
+++ b/config.h.in
@@ -26,3 +26,7 @@
/* Version number of package */
#undef VERSION
+
+/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
+ `char[]'. */
+#undef YYTEXT_POINTER