tinyproxy/acconfig.h
Steven Young 37e63909c0 This commit was generated by cvs2svn to compensate for changes in r2,
which included commits to RCS files with non-trunk default branches.
2000-02-16 17:32:49 +00:00

21 lines
449 B
C

/*
* Define if you want to have the peer's IP address to be included in a
* XTinyproxy header sent to the server.
*/
#undef XTINYPROXY
/* chris - undef'd here so that they can be set up in the configure script */
#undef DEFAULT_LOG
#undef DEFAULT_PORT
#undef DEFAULT_USER
/*
* Define if you would like to include filtering code.
*/
#undef FILTER_ENABLE
/*
* Define if you want to use the included GNU regex routine
*/
#undef USE_GNU_REGEX