New upstream version 2.3.4
This commit is contained in:
parent
e7bdd1c6c6
commit
de72f6f588
556 changed files with 90432 additions and 53391 deletions
|
@ -1,5 +1,5 @@
|
|||
# hostent.m4 serial 2
|
||||
dnl Copyright (C) 2008, 2010-2013 Free Software Foundation, Inc.
|
||||
# hostent.m4 serial 4
|
||||
dnl Copyright (C) 2008, 2010-2023 Free Software Foundation, Inc.
|
||||
dnl This file is free software; the Free Software Foundation
|
||||
dnl gives unlimited permission to copy and/or distribute it,
|
||||
dnl with or without modifications, as long as this notice is preserved.
|
||||
|
@ -8,12 +8,12 @@ AC_DEFUN([gl_HOSTENT],
|
|||
[
|
||||
dnl Where are gethostent(), sethostent(), endhostent(), gethostbyname(),
|
||||
dnl gethostbyaddr() defined?
|
||||
dnl - On Solaris, they are in libnsl. Ignore libxnet.
|
||||
dnl - On Solaris < 11.4, they are in libnsl. Ignore libxnet.
|
||||
dnl - On Haiku, they are in libnetwork.
|
||||
dnl - On BeOS, they are in libnet.
|
||||
dnl - On native Windows, they are in ws2_32.dll.
|
||||
dnl - Otherwise they are in libc.
|
||||
AC_REQUIRE([gl_HEADER_SYS_SOCKET])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H
|
||||
AC_REQUIRE([gl_SYS_SOCKET_H])dnl for HAVE_SYS_SOCKET_H, HAVE_WINSOCK2_H
|
||||
HOSTENT_LIB=
|
||||
gl_saved_libs="$LIBS"
|
||||
AC_SEARCH_LIBS([gethostbyname], [nsl network net],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue