mirror of git://anongit.mindrot.org/openssh.git
- (bal) Reverted out of a partial NeXT patch.
This commit is contained in:
parent
fa2d2236f6
commit
321ae73a1f
|
@ -1,6 +1,7 @@
|
||||||
20001231
|
20001231
|
||||||
- (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
|
- (bal) Reverted out of MAXHOSTNAMELEN. This should be set per OS.
|
||||||
for multiple reasons.
|
for multiple reasons.
|
||||||
|
- (bal) Reverted out of a partial NeXT patch.
|
||||||
|
|
||||||
20001230
|
20001230
|
||||||
- (bal) OpenBSD CVS Update
|
- (bal) OpenBSD CVS Update
|
||||||
|
|
|
@ -145,7 +145,7 @@ mips-sony-bsd|mips-sony-newsos4)
|
||||||
AC_DEFINE(BROKEN_REALPATH)
|
AC_DEFINE(BROKEN_REALPATH)
|
||||||
AC_DEFINE(USE_PIPES)
|
AC_DEFINE(USE_PIPES)
|
||||||
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
||||||
CFLAGS="$CFLAGS \${CPPFLAGS}"
|
CFLAGS="$CFLAGS"
|
||||||
;;
|
;;
|
||||||
*-*-solaris*)
|
*-*-solaris*)
|
||||||
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
||||||
|
|
Loading…
Reference in New Issue