diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-03 09:04:52 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-03 09:04:52 +0000 |
commit | 8d33c060282fedc26d46e02aeee98fb751330adb (patch) | |
tree | 51ec9482e012e08e93759fdde9329b76d60442bd /config-win32.h.in | |
parent | Added --management-client option to connect as a client to (diff) | |
download | openvpn-8d33c060282fedc26d46e02aeee98fb751330adb.tar.xz |
Added feature to --management-client to confirm connection
by writing IP addr and port to a file.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@885 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'config-win32.h.in')
-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 |