aboutsummaryrefslogtreecommitdiffstats
path: root/sock.h
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-07-14 11:34:56 +0200
committerWilmer van der Gaast <wilmer@gaast.net>2006-07-14 11:34:56 +0200
commiteda02703ff32d461105f0f3ca49264b7c91c5ba3 (patch)
tree0bcc7bd2cd7b8e4f0c92fca9bc651288b0f5f624 /sock.h
parent75a4b85ea060c5b63e9742ee9d1591bd618ba5c2 (diff)
parent639809488bb4ab59a4a4f15ef2d4cd34037a68a4 (diff)
Merging from main.
Diffstat (limited to 'sock.h')
-rw-r--r--sock.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sock.h b/sock.h
index ff7034a6..c3c0428e 100644
--- a/sock.h
+++ b/sock.h
@@ -1,13 +1,6 @@
#include <errno.h>
#include <fcntl.h>
-/* To cut down on the ifdef stuff a little bit in other places */
-#ifdef IPV6
-#define AF_INETx AF_INET6
-#else
-#define AF_INETx AF_INET
-#endif
-
#ifndef _WIN32
#include <unistd.h>
#include <sys/socket.h>