Change -L to -h on testing for /bin being symbolic link
20020412
- (stevesk) [auth-sia.[ch]] add BSD license from Chris Adams
+ - (tim) [configure.ac] add <sys/types.h> to msghdr tests. Change -L
+ to -h on testing for /bin being symbolic link
20020411
- (stevesk) [auth-sia.c] cleanup
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.2047 2002/04/12 15:36:07 stevesk Exp $
+$Id: ChangeLog,v 1.2048 2002/04/12 17:26:21 tim Exp $
-# $Id: configure.ac,v 1.42 2002/04/10 23:17:05 stevesk Exp $
+# $Id: configure.ac,v 1.43 2002/04/12 17:26:23 tim Exp $
AC_INIT
AC_CONFIG_SRCDIR([ssh.c])
OPATH=$PATH
PATH=/bin:/usr/bin
-/bin/test -L /bin 2> /dev/null && PATH=/usr/bin
+test -h /bin 2> /dev/null && PATH=/usr/bin
test -d /sbin && PATH=$PATH:/sbin
test -d /usr/sbin && PATH=$PATH:/usr/sbin
PATH=$PATH:/etc:$OPATH
ac_cv_have_accrights_in_msghdr, [
AC_TRY_COMPILE(
[
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
],
ac_cv_have_control_in_msghdr, [
AC_TRY_COMPILE(
[
+#include <sys/types.h>
#include <sys/socket.h>
#include <sys/uio.h>
],