Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
New Ticket
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
b0a33a5
for
sock.h
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-07-11T09:28:44Z (
17 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
sock.h
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
sock.h
ra93e3c8
rb0a33a5
1
1
#include <errno.h>
2
2
#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
10
3
11
4
#ifndef _WIN32
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive