* m4/setenv.m4 (gl_FUNC_UNSETENV): Remove workaround for OSF/1.
2025-09-09 Bruno Haible <bruno@clisp.org>
+ unsetenv: Remove support for OSF/1.
+ * m4/setenv.m4 (gl_FUNC_UNSETENV): Remove workaround for OSF/1.
+
remainderl-ieee: Remove support for OSF/1.
* m4/remainderl.m4 (gl_FUNC_REMAINDERL): Don't test against OSF/1 bug.
# setenv.m4
-# serial 35
+# serial 36
dnl Copyright (C) 2001-2004, 2006-2025 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
[AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM(
[[
-#undef _BSD
-#define _BSD 1 /* unhide unsetenv declaration in OSF/1 5.1 <stdlib.h> */
#include <stdlib.h>
extern
#ifdef __cplusplus