]> andersk Git - openssh.git/blobdiff - configure.ac
- (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errno
[openssh.git] / configure.ac
index a7699f41d4edbb4dac0012050cf7a23951d82268..95570e5e4f24e9c0c184c5fdcda6fd0b7d135371 100644 (file)
@@ -860,6 +860,8 @@ AC_CHECK_DECL(tcsendbreak,
        [#include <termios.h>]
 )
 
+AC_CHECK_DECLS(h_errno, , ,[#include <netdb.h>])
+
 AC_CHECK_FUNCS(setresuid, [
        dnl Some platorms have setresuid that isn't implemented, test for this
        AC_MSG_CHECKING(if setresuid seems to work)
This page took 0.033493 seconds and 4 git commands to generate.