aboutsummaryrefslogtreecommitdiff
path: root/src/openvpnserv/interactive.c
diff options
context:
space:
mode:
authorArne Schwabe2023-11-28 11:39:50 +0100
committerGert Doering2023-12-02 17:29:25 +0100
commita68595a582b2c6c220b4f4502753d5f4154000d8 (patch)
tree4c87ca374583ffd8a15be7fcdbbbe63c33c4e537 /src/openvpnserv/interactive.c
parentefbedf213f659c48cfd55765360fdab7a6488dad (diff)
downloadopenvpn-a68595a582b2c6c220b4f4502753d5f4154000d8.zip
openvpn-a68595a582b2c6c220b4f4502753d5f4154000d8.tar.gz
Remove compat versionhelpers.h and remove cmake/configure check for it
The cmake file defined that file to be never present in contrast to the old msvc-config.h that always had it present. Remove also the compat implementation taken from mingw. All our current build environments already have that header in place. Change-Id: I9c85ccab6d51064ebff2c391740ba8c2d044ed1a Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Signed-off-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <20231128103950.62407-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27573.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'src/openvpnserv/interactive.c')
-rw-r--r--src/openvpnserv/interactive.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/openvpnserv/interactive.c b/src/openvpnserv/interactive.c
index a47db8a..32c8996 100644
--- a/src/openvpnserv/interactive.c
+++ b/src/openvpnserv/interactive.c
@@ -34,11 +34,7 @@
#include <shellapi.h>
#include <mstcpip.h>
-#ifdef HAVE_VERSIONHELPERS_H
#include <versionhelpers.h>
-#else
-#include "compat-versionhelpers.h"
-#endif
#include "openvpn-msg.h"
#include "validate.h"