diff options
author | Arne Schwabe <arne@rfc2549.org> | 2014-02-17 19:50:14 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2014-02-17 19:50:14 +0100 |
commit | 0c3f0cae9bcfc862052e9ccc137a63f9587002a2 (patch) | |
tree | 30596887e4d02c6a09eb346e64273ab705fdcc62 /main/openvpn/config.h | |
parent | ff272c7a48e8a9660803b940d8944596d1984d92 (diff) |
Add the dynamic max routes patch
Diffstat (limited to 'main/openvpn/config.h')
-rw-r--r-- | main/openvpn/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/openvpn/config.h b/main/openvpn/config.h index 993a46f1..b825e2bd 100644 --- a/main/openvpn/config.h +++ b/main/openvpn/config.h @@ -624,6 +624,7 @@ #define HAVE_TIME_H 1 #define HAVE_CONFIG_VERSION_H 1 #define PATH_SEPARATOR_STR "/" +#define HAVE_SA_FAMILY_T 1 // Workaround for bionc |