diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-12 09:26:10 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-04-12 09:26:10 +0000 |
commit | b9baa4d9ca4ae4eebe36065f9a82e39d403314cd (patch) | |
tree | 49cce390fc41b555abbe654bfdaa6fc1cdb92eff /syshead.h | |
parent | Added credit and CVE number to security vulnerability fix in 2.0.6. (diff) | |
download | openvpn-b9baa4d9ca4ae4eebe36065f9a82e39d403314cd.tar.xz |
svn merge -r 999:1000 $SO/trunk/openvpn .
(Fixed 64-bit counter bug on Windows)
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1002 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'syshead.h')
-rw-r--r-- | syshead.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -380,6 +380,11 @@ socket_defined (const socket_descriptor_t sd) } /* + * Should statistics counters be 64 bits? + */ +#define USE_64_BIT_COUNTERS + +/* * Do we have point-to-multipoint capability? */ |