From 7ceff0d5a95f5c5f34235ef6682595f169864d2f Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 7 Mar 2003 22:11:25 +0000 Subject: Added getaddrinfo.[ch] & gethostbyname.[ch] to provide RFC2553 functions if missing in system libs and lwres not present Moved all references to netdb.h and sys/socket.h into common.h.in Modified automake call in tools/setup to include adding missing files so config.sub and config.guess will be available git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@376 f882894a-f735-0410-b71e-b25c423dba1c --- lib/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/Makefile.am') diff --git a/lib/Makefile.am b/lib/Makefile.am index d82f138b..7826a286 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -2,9 +2,10 @@ noinst_LIBRARIES = libnagiosplug.a -noinst_HEADERS = getopt.h +noinst_HEADERS = getopt.h getaddrinfo.h gethostbyname.h libnagiosplug_a_SOURCES = getopt.c getopt1.c getloadavg.c INCLUDES = -I$(srcdir) +EXTRA_DIST = getaddrinfo.c gethostbyname.c -- cgit v1.2.3