]> git.ipfire.org Git - thirdparty/openvpn.git/commit - configure.ac
Remove a number of checks for functions/headers that are always present
authorArne Schwabe <arne@rfc2549.org>
Tue, 6 Apr 2021 16:25:16 +0000 (18:25 +0200)
committerGert Doering <gert@greenie.muc.de>
Wed, 7 Apr 2021 06:31:08 +0000 (08:31 +0200)
commitb8510baa25b9b6fad0fa373d414a4bbf1565acd0
tree942b0be06005b62f99d1ce8fc23ac4aca83a1813
parent6287538039e2ba787c096272c65ec067e667d773
Remove a number of checks for functions/headers that are always present

For the unlink function we actually have code that just ignores
the unlink call if the unlink function is not present. But all
platforms should have an unlink function.

This also removes all conditionals check for the headers that
belong to the C99 standard library header list
(https://en.cppreference.com/w/c/header).

Signed-off-by: Arne Schwabe <arne@rfc2549.org>
Acked-by: Gert Doering <gert@greenie.muc.de>
Message-Id: <20210406162518.4075-3-arne@rfc2549.org>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg22053.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
config-msvc.h
configure.ac
src/compat/compat-daemon.c
src/compat/compat-gettimeofday.c
src/openvpn/platform.c
src/openvpn/sig.c
src/openvpn/syshead.h