37e63909c0
which included commits to RCS files with non-trunk default branches.
21 lines
449 B
C
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
|