aboutsummaryrefslogtreecommitdiff
path: root/m4/mhd_sys_extentions.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mhd_sys_extentions.m4')
-rw-r--r--m4/mhd_sys_extentions.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4/mhd_sys_extentions.m4 b/m4/mhd_sys_extentions.m4
index fa5d0fda..0fff57ed 100644
--- a/m4/mhd_sys_extentions.m4
+++ b/m4/mhd_sys_extentions.m4
@@ -96,7 +96,8 @@ int main()
96 (void) strnlen; 96 (void) strnlen;
97#endif 97#endif
98 98
99#ifndef __NetBSD__ 99#if !defined(__NetBSD__) && !defined(__OpenBSD__)
100/* NetBSD and OpenBSD didn't implement wcsnlen() for some reason. */
100#ifndef wcsnlen 101#ifndef wcsnlen
101 (void) wcsnlen; 102 (void) wcsnlen;
102#endif 103#endif