Show
Ignore:
Timestamp:
12/09/02 17:24:17 (10 years ago)
Author:
ahu
Message:

heap of solaris work

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/pdns/pdns/tcpreceiver.cc

    r57 r61  
    437437 
    438438  // TODO: Implement ipv6 
    439 #ifndef WIN32 
     439#if !WIN32 && HAVE_IPV6 
    440440  for(vector<string>::const_iterator laddr=locals6.begin();laddr!=locals6.end();++laddr) { 
    441441    struct sockaddr_in6 local;