aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/syshead.h
diff options
context:
space:
mode:
authorArne Schwabe2021-04-21 15:43:44 +0200
committerGert Doering2021-04-22 10:22:06 +0200
commit3a16a8678ded8df8e41c495bccc4e24ef0ce82f4 (patch)
treec954c531bb5a9f0eaef1996b4f4d4569c7f1d969 /src/openvpn/syshead.h
parent940619c88067d95a1c9865795624bc3822a89bd7 (diff)
downloadopenvpn-3a16a8678ded8df8e41c495bccc4e24ef0ce82f4.zip
openvpn-3a16a8678ded8df8e41c495bccc4e24ef0ce82f4.tar.gz
Remove always enabled USE_64_BIT_COUNTERS define
Also change the types to use C99 uint64_t and its printf u64 define. Signed-off-by: Arne Schwabe <arne@rfc2549.org> Acked-by: Antonio Quartulli <antonio@openvpn.net> Message-Id: <20210421134348.1950392-3-arne@rfc2549.org> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22171.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpn/syshead.h')
-rw-r--r--src/openvpn/syshead.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/openvpn/syshead.h b/src/openvpn/syshead.h
index bac07d1..e7657b8 100644
--- a/src/openvpn/syshead.h
+++ b/src/openvpn/syshead.h
@@ -463,11 +463,6 @@ socket_defined(const socket_descriptor_t sd)
}
/*
- * Should statistics counters be 64 bits?
- */
-#define USE_64_BIT_COUNTERS
-
-/*
* Should we enable the use of execve() for calling subprocesses,
* instead of system()?
*/