summaryrefslogtreecommitdiff
path: root/cups/http.h
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-10-15 21:02:10 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2012-10-15 21:02:10 +0000
commit3dd9c340583c44d4dcb7223efbd0a815e0027ff7 (patch)
treeb152c85430602eae72e9d9ae80d27fbba715f4f5 /cups/http.h
parent5a9febac19255ab8aea598449ea63bda730b2fe0 (diff)
downloadcups-3dd9c340583c44d4dcb7223efbd0a815e0027ff7.tar.gz
Merge changes from CUPS 1.7svn-r10643
git-svn-id: svn+ssh://src.apple.com/svn/cups/easysw/current@3940 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/http.h')
-rw-r--r--cups/http.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/cups/http.h b/cups/http.h
index f6ef45b99..3aefd53b3 100644
--- a/cups/http.h
+++ b/cups/http.h
@@ -36,9 +36,6 @@ typedef off_t ssize_t; /* @private@ */
# include <winsock2.h>
# include <ws2tcpip.h>
# else
-# ifdef __sgi
-# define INET6 /* IRIX IPv6 support... */
-# endif /* __sgi */
# include <unistd.h>
# include <sys/time.h>
# include <sys/socket.h>