]> andersk Git - openssh.git/blobdiff - configure.ac
- djm@cvs.openbsd.org 2010/01/27 13:26:17
[openssh.git] / configure.ac
index eadf102124c322aac1c6979fc0b17c65c601c0bc..5c84984adef6c0732222f92d057e944a7d4a84fb 100644 (file)
@@ -446,7 +446,7 @@ int main(void) { exit(0); }
        AC_DEFINE(DISABLE_FD_PASSING, 1,
                [Define if your platform needs to skip post auth
                file descriptor passing])
-       AC_DEFINE(SSH_IOBUFSZ, 65536, [Windows is sensitive to read buffer size])
+       AC_DEFINE(SSH_IOBUFSZ, 65535, [Windows is sensitive to read buffer size])
        ;;
 *-*-dgux*)
        AC_DEFINE(IP_TOS_IS_BROKEN, 1,
@@ -744,6 +744,7 @@ mips-sony-bsd|mips-sony-newsos4)
        ;;
 # UnixWare 7.x, OpenUNIX 8
 *-*-sysv5*)
+       CPPFLAGS="$CPPFLAGS -Dvsnprintf=_xvsnprintf -Dsnprintf=_xsnprintf"
        AC_DEFINE(UNIXWARE_LONG_PASSWORDS, 1, [Support passwords > 8 chars])
        AC_DEFINE(USE_PIPES)
        AC_DEFINE(SETEUID_BREAKS_SETUID)
This page took 0.052614 seconds and 4 git commands to generate.