Initial step in integrating regex-based rewrite engine.

This commit is contained in:
hpa 2001-07-10 04:52:06 +00:00
parent 4d0dd611ae
commit 20271a4c87
8 changed files with 344 additions and 9 deletions

View file

@ -77,6 +77,9 @@ static const char *rcsid = "tftp-hpa $Id$";
#include "../config.h"
#include "tftpsubs.h"
#include "recvfrom.h"
#ifdef WITH_REGEX
#include "remap.h"
#endif
#ifdef HAVE_TCPWRAPPERS
#include <tcpd.h>