"Maciej W. Rozycki" <[EMAIL PROTECTED]> writes: > Better yet: > > #if !HAVE_DECL_H_ERRNO > extern int h_errno; > #endif > > and use AC_CHECK_DECLS(h_errno,,,[#include <netdb.h>]) somewhere in > configure.in.
My version of Autoconf does not have an "AC_CHECK_DECLS" macro.
