aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2005-11-13 13:32:19 +0000
committerGisle Vanem <gvanem@broadpark.no>2005-11-13 13:32:19 +0000
commitd4714517c0fc1458c138512d77a285735546dc8f (patch)
treeb6635396e6cc7ee53d0cce8248f9c82ec95d3a97 /lib
parent280e4bf4c3d0c509cf979dbb900b3807de5f2d39 (diff)
Add HAVE_STRUCT_SOCKADDR_STORAGE.
My mistake; WinCE has it's own config-file.
Diffstat (limited to 'lib')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index b0f4f9e0d..5e9e8057c 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -232,6 +232,9 @@
/* use ioctlsocket() for non-blocking sockets */
#define HAVE_IOCTLSOCKET
+/* Define this if you have struct sockaddr_storage */
+#define HAVE_STRUCT_SOCKADDR_STORAGE
+
/* lber dynamic library file */
/* #undef DL_LBER_FILE */