diff options
Diffstat (limited to '')
-rw-r--r-- | config-win32.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config-win32.h.in b/config-win32.h.in index 3ea4d85..502c6ae 100644 --- a/config-win32.h.in +++ b/config-win32.h.in @@ -98,6 +98,9 @@ typedef unsigned long in_addr_t; /* Dimension size to use for empty array declaration */ #define EMPTY_ARRAY_SIZE 0 +/* Define to 1 if you have the `getsockname' function. */ +#define HAVE_GETSOCKNAME 1 + /* Define to 1 if you have the <openssl/engine.h> header file. */ #define HAVE_OPENSSL_ENGINE_H 1 |