correctly detects it is working on the build machine, the sudo
package may be run on a system with an old libc were it is broken.
*) RTLD_PRELOAD_VAR="LDR_PRELOAD";;
esac
+ # strnlen/strndup may be broken on AIX < 6 depending
+ # on the libc version, use our own.
+ if test $OSMAJOR -lt 6; then
+ ac_cv_func_strnlen=no
+ fi
+
# Remove timedir on boot, AIX does not have /var/run
INIT_SCRIPT=aix.sh
INIT_DIR=/etc/rc.d/init.d
*) RTLD_PRELOAD_VAR="LDR_PRELOAD";;
esac
+ # strnlen/strndup may be broken on AIX < 6 depending
+ # on the libc version, use our own.
+ if test $OSMAJOR -lt 6; then
+ ac_cv_func_strnlen=no
+ fi
+
# Remove timedir on boot, AIX does not have /var/run
INIT_SCRIPT=aix.sh
INIT_DIR=/etc/rc.d/init.d
Sudo is distributed under the following license:
- Copyright (c) 1994-1996, 1998-2016
+ Copyright (c) 1994-1996, 1998-2017
Todd C. Miller <Todd.Miller@courtesan.com>
Permission to use, copy, modify, and distribute this software for any