diff options
Diffstat (limited to 'lib/proxy.c')
-rw-r--r-- | lib/proxy.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/proxy.c b/lib/proxy.c index e7d35351..b79afea4 100644 --- a/lib/proxy.c +++ b/lib/proxy.c @@ -52,6 +52,9 @@ char proxypass[128] = ""; #ifndef AI_NUMERICSERV #define AI_NUMERICSERV 0 #endif +#ifndef AI_ADDRCONFIG +#define AI_ADDRCONFIG 0 +#endif struct PHB { b_event_handler func, proxy_func; |