aboutsummaryrefslogtreecommitdiff
path: root/config.h.cmake.in
diff options
context:
space:
mode:
authorArne Schwabe2023-11-28 11:41:29 +0100
committerGert Doering2023-12-02 17:05:01 +0100
commit4d8ee61ce2c2a8b387773d33b4dd01bc2e147941 (patch)
tree6b16f52692e47957d54f7b701aae6141caf7cba2 /config.h.cmake.in
parentbe05b590e8d5edebd8e35d97af34b0ba7e5350e6 (diff)
downloadopenvpn-4d8ee61ce2c2a8b387773d33b4dd01bc2e147941.zip
openvpn-4d8ee61ce2c2a8b387773d33b4dd01bc2e147941.tar.gz
Add check for nice in cmake config
Change-Id: I2cc8f9b82079acca250db5871ffd9fad2997d1a8 Acked-by: Frank Lichtenheld <frank@lichtenheld.com> Signed-off-by: Arne Schwabe <arne@rfc2549.org> Message-Id: <20231128104129.62761-1-frank@lichtenheld.com> URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg27574.html Signed-off-by: Gert Doering <gert@greenie.muc.de>
Diffstat (limited to 'config.h.cmake.in')
-rw-r--r--config.h.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake.in b/config.h.cmake.in
index 848c505..0ef8fe3 100644
--- a/config.h.cmake.in
+++ b/config.h.cmake.in
@@ -215,7 +215,7 @@ don't. */
#cmakedefine HAVE_NET_TUN_IF_TUN_H
/* Define to 1 if you have the `nice' function. */
-#undef HAVE_NICE
+#cmakedefine HAVE_NICE
/* Define to 1 if you have the `openlog' function. */
#cmakedefine HAVE_OPENLOG