(display_usage): Added a message indicating whether transparent proxy support has been compiled in.

This commit is contained in:
Robert James Kaes 2002-06-06 20:28:02 +00:00
parent 51bbed6f76
commit 06d38ce529

View File

@ -1,4 +1,4 @@
/* $Id: tinyproxy.c,v 1.35 2002-05-31 18:24:36 rjkaes Exp $ /* $Id: tinyproxy.c,v 1.36 2002-06-06 20:28:02 rjkaes Exp $
* *
* The initialize routine. Basically sets up all the initial stuff (logfile, * The initialize routine. Basically sets up all the initial stuff (logfile,
* listening socket, config options, etc.) and then sits there and loops * listening socket, config options, etc.) and then sits there and loops
@ -144,6 +144,9 @@ Options:\n\
#ifdef TUNNEL_SUPPORT #ifdef TUNNEL_SUPPORT
printf(" TCP Tunnelling\n"); printf(" TCP Tunnelling\n");
#endif /* TUNNEL_SUPPORT */ #endif /* TUNNEL_SUPPORT */
#ifdef TRANSPARENT_PROXY
printf(" Transparent Proxy Support\n");
#endif /* TRANSPARENT_PROXY */
} }
int int