aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/setup.h b/lib/setup.h
index bf1a642f4..5249d2e5f 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -309,11 +309,4 @@ typedef int curl_socket_t;
#define DEBUGF(x)
#endif
-#ifndef HAVE_STRUCT_SOCKADDR_STORAGE
-struct sockaddr_storage
- {
- char buffer[256]; /* this should be big enough to fit a lot */
- };
-#endif
-
#endif /* __SETUP_H */