mirror of
https://git.savannah.gnu.org/git/inetutils.git
synced 2026-01-12 00:19:39 +08:00
Don't check for `sa_family_t'.
* configure.ac: Don't check for the `sa_family_t' type. It is already done by gnulib.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-02-13 Giuseppe Scrivano <gscrivano@gnu.org>
|
||||
|
||||
* configure.ac: Don't check for the `sa_family_t' type. It is already
|
||||
done by gnulib.
|
||||
|
||||
2010-02-08 Sergey Poznyakoff <gray@gnu.org.ua>
|
||||
|
||||
Ifconfig: add more format functions; implement --format=help.
|
||||
|
||||
@@ -515,13 +515,6 @@ AC_CHECK_TYPE(sig_atomic_t, , AC_DEFINE([sig_atomic_t], int, [FIXME]),
|
||||
[IU_FLUSHLEFT([#include <sys/types.h>
|
||||
#include <signal.h> ])])
|
||||
|
||||
AC_CHECK_TYPE(sa_family_t, , AC_DEFINE([sa_family_t], unsigned int, [FIXME]),
|
||||
[IU_FLUSHLEFT([#include <sys/types.h>
|
||||
#ifdef HAVE_SOCKET_H
|
||||
#include <socket.h>
|
||||
#endif
|
||||
#include <sys/socket.h> ])])
|
||||
|
||||
dnl Check for termio-related types and defines
|
||||
AC_CHECK_TYPES(cc_t, , ,
|
||||
[IU_FLUSHLEFT([#if defined(HAVE_TERMIOS_H)
|
||||
|
||||
Reference in New Issue
Block a user