ANNOUNCE: openssh-1.2.1pre23
Darren_Hall at progressive.com
Darren_Hall at progressive.com
Fri Dec 31 02:57:55 EST 1999
AC_MSG_CHECKING([For socklen_t])
AC_TRY_COMPILE(([For
[#include <sys/types.h>],
[#include <sys/socket.h>],
[socklen_t foo; foo = 1235;],
[
AC_DEFINE(HAVE_SOCKLEN_T)
AC_MSG_RESULT(yes)
],
[AC_MSG_RESULT(no)]
)
This'll need to be changed to
[
#include <sys/types.h>
#include <sys/socket.h>
]
My mistake on wrong number of args for the AC_TRY_COMPILE function.
The same for the size_t
openssh-1.2.1pre23 is available on:
http://violet.ibs.com.au/openssh/files/
More information about the openssh-unix-dev
mailing list