mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-28 00:04:30 +02:00
- (stevesk) for HP-UX 11.X use X/Open socket interface;
pulls in modern socket prototypes and eliminates a number of compiler warnings. see xopen_networking(7).
This commit is contained in:
parent
79b332dd67
commit
6a7b0de576
@ -10,6 +10,9 @@
|
|||||||
- djm@cvs.openbsd.org 2001/06/27 13:23:30
|
- djm@cvs.openbsd.org 2001/06/27 13:23:30
|
||||||
typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
|
typo, spotted by Tom Holroyd <tomh@po.crl.go.jp>; ok deraadt@
|
||||||
- (djm) Turn up warnings if gcc or egcs detected
|
- (djm) Turn up warnings if gcc or egcs detected
|
||||||
|
- (stevesk) for HP-UX 11.X use X/Open socket interface;
|
||||||
|
pulls in modern socket prototypes and eliminates a number of compiler
|
||||||
|
warnings. see xopen_networking(7).
|
||||||
|
|
||||||
20010625
|
20010625
|
||||||
- OpenBSD CVS Sync
|
- OpenBSD CVS Sync
|
||||||
@ -5804,4 +5807,4 @@
|
|||||||
- Wrote replacements for strlcpy and mkdtemp
|
- Wrote replacements for strlcpy and mkdtemp
|
||||||
- Released 1.0pre1
|
- Released 1.0pre1
|
||||||
|
|
||||||
$Id: ChangeLog,v 1.1331 2001/06/27 13:35:51 djm Exp $
|
$Id: ChangeLog,v 1.1332 2001/06/27 16:32:24 stevesk Exp $
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# $Id: configure.in,v 1.293 2001/06/27 13:35:53 djm Exp $
|
# $Id: configure.in,v 1.294 2001/06/27 16:32:24 stevesk Exp $
|
||||||
|
|
||||||
AC_INIT(ssh.c)
|
AC_INIT(ssh.c)
|
||||||
|
|
||||||
@ -87,14 +87,14 @@ case "$host" in
|
|||||||
LIBS="$LIBS -lsec"
|
LIBS="$LIBS -lsec"
|
||||||
;;
|
;;
|
||||||
*-*-hpux11*)
|
*-*-hpux11*)
|
||||||
CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE"
|
CPPFLAGS="$CPPFLAGS -D_HPUX_SOURCE -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
|
||||||
IPADDR_IN_DISPLAY=yes
|
IPADDR_IN_DISPLAY=yes
|
||||||
AC_DEFINE(PAM_SUN_CODEBASE)
|
AC_DEFINE(PAM_SUN_CODEBASE)
|
||||||
AC_DEFINE(USE_PIPES)
|
AC_DEFINE(USE_PIPES)
|
||||||
AC_DEFINE(DISABLE_SHADOW)
|
AC_DEFINE(DISABLE_SHADOW)
|
||||||
AC_DEFINE(DISABLE_UTMP)
|
AC_DEFINE(DISABLE_UTMP)
|
||||||
AC_DEFINE(SPT_TYPE,SPT_PSTAT)
|
AC_DEFINE(SPT_TYPE,SPT_PSTAT)
|
||||||
LIBS="$LIBS -lsec"
|
LIBS="$LIBS -lxnet -lsec"
|
||||||
;;
|
;;
|
||||||
*-*-irix5*)
|
*-*-irix5*)
|
||||||
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
CPPFLAGS="$CPPFLAGS -I/usr/local/include"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user