Changeset b0a33a5 for sock.h


Ignore:
Timestamp:
2006-07-11T09:28:44Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
6398094
Parents:
a93e3c8
Message:

Better handling of situations where IPv6 is not available at run-time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sock.h

    ra93e3c8 rb0a33a5  
    11#include <errno.h>
    22#include <fcntl.h>
    3 
    4 /* To cut down on the ifdef stuff a little bit in other places */
    5 #ifdef IPV6
    6 #define AF_INETx AF_INET6
    7 #else
    8 #define AF_INETx AF_INET
    9 #endif
    103
    114#ifndef _WIN32
Note: See TracChangeset for help on using the changeset viewer.