Ignore:
Timestamp:
Nov 18, 2007 2:53:47 PM (16 years ago)
Author:
bennylp
Message:

Ticket #415: implement IPv6 support in PJLIB

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/config.h

    r1581 r1585  
    450450 
    451451/** 
     452 * \def PJ_HAS_IPV6 
     453 * Support IPv6 in the library. If this support is disabled, some IPv6  
     454 * related functions will return PJ_EIPV6NOTSUP. 
     455 * 
     456 * Default: 0 (disabled, for now) 
     457 */ 
     458#ifndef PJ_HAS_IPV6 
     459#  define PJ_HAS_IPV6               0 
     460#endif 
     461 
     462 /** 
    452463 * Maximum hostname length. 
    453464 * Libraries sometimes needs to make copy of an address to stack buffer; 
Note: See TracChangeset for help on using the changeset viewer.