Add missing #ifdef WITH_REGEX

This commit is contained in:
hpa 2001-08-10 17:58:46 +00:00
parent 1e6fa366d1
commit 519eb0ba91

View file

@ -304,8 +304,10 @@ main(int argc, char **argv)
exit(EX_OSERR);
}
#ifdef WITH_REGEX
if ( rewrite_file )
rewrite_rules = read_remap_rules(rewrite_file);
#endif
/* If we're running standalone, set up the input port */
if ( listen ) {