summaryrefslogtreecommitdiffstats
path: root/conf/cf-lex.l
diff options
context:
space:
mode:
authorPavel Machek <pavel@ucw.cz>1999-01-15 15:41:51 +0100
committerPavel Machek <pavel@ucw.cz>1999-01-15 15:41:51 +0100
commit72380a3447d2c54730a4a32495e5dd964c34f57e (patch)
tree3f2ff4ddddf46a90428c8a24d02affbee57456a9 /conf/cf-lex.l
parent41183888ee8addbd7887936e3b41974f5824d8ae (diff)
downloadbird-72380a3447d2c54730a4a32495e5dd964c34f57e.tar
bird-72380a3447d2c54730a4a32495e5dd964c34f57e.zip
Filters added. They are unable to do anything interesting for now
(with exception of printing integers to screen), but they exist.
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r--conf/cf-lex.l2
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l
index 7c37a00..ab7e6ce 100644
--- a/conf/cf-lex.l
+++ b/conf/cf-lex.l
@@ -245,6 +245,7 @@ cf_allocate(void)
cfg_mem = lp_new(cfg_pool, 1024);
}
+#if 1
char *
cfg_strdup(char *c)
{
@@ -253,4 +254,5 @@ cfg_strdup(char *c)
memcpy(z, c, l);
return z;
}
+#endif