aboutsummaryrefslogtreecommitdiffstats
path: root/sock.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2006-12-05 21:40:17 +0100
committerJelmer Vernooij <jelmer@samba.org>2006-12-05 21:40:17 +0100
commitd8d63a27dcfd38245927af95521b6f8918b23795 (patch)
tree75e4675b12970db6645c087ab75ec35c1b1ba9fd /sock.h
parentf4aa393b221dcc709f189ed04945ee67e956872a (diff)
parent55078f59c8e9f52f1d10bed55511e5e58ec3e53b (diff)
[merge] wilmer
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>