Displaying 1 result from an estimated 1 matches for "__hpux10".
Did you mean:
__hpux11
2004 Oct 25
0
OpenSSH 3.9p1 includes.h patch
....
! */
! #ifdef __hpux
# ifdef _INCLUDE__STDC__
# undef _INCLUDE__STDC__
# endif
--- 184,190 ----
/*
* On HP-UX 11.11, shadow.h and prot.h provide conflicting declarations
* of getspnam when _INCLUDE__STDC__ is defined, so we unset it here.
! #if defined(__hpux) && ! defined(__hpux10)
# ifdef _INCLUDE__STDC__
# undef _INCLUDE__STDC__
# endif