* private.h (STD_INSPIRED): Default to 1 on NetBSD,
since NetBSD has these functions.
---
 private.h | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/private.h b/private.h
index de816077..0a546e02 100644
--- a/private.h
+++ b/private.h
@@ -810,7 +810,11 @@ extern long altzone;
 */
 
 #ifndef STD_INSPIRED
-# define STD_INSPIRED 0
+# ifdef __NetBSD__
+#  define STD_INSPIRED 1
+# else
+#  define STD_INSPIRED 0
+# endif
 #endif
 #if STD_INSPIRED
 # if TZ_TIME_T || !defined offtime
-- 
2.47.1

Reply via email to