--- gvpe/src/conf.h 2003/04/02 03:25:17 1.11 +++ gvpe/src/conf.h 2003/04/07 01:12:56 1.12 @@ -59,14 +59,7 @@ void print (); - ~conf_node () - { - if (rsa_key) - RSA_free (rsa_key); - - free (nodename); - free (hostname); - } + ~conf_node (); }; struct configuration { @@ -88,6 +81,12 @@ char *script_node_up; char *script_node_down; +#if ENABLE_HTTP_PROXY + char *proxy_auth; // login:password + char *proxy_host; // the proxy hostname, e.g. proxy1.example.net + u16 proxy_port; // the proxy port, e.g. 3128 +#endif + void init (); void cleanup (); void read_config (bool need_keys);