Code

Spent the day working on backwards compatability using getaddrinfo()
authorJeremy T. Bouse <undrgrid@users.sourceforge.net>
Sat, 15 Mar 2003 01:25:35 +0000 (01:25 +0000)
committerJeremy T. Bouse <undrgrid@users.sourceforge.net>
Sat, 15 Mar 2003 01:25:35 +0000 (01:25 +0000)
commit11b35b92e3195d230bef359f6a0679ae4414716b
treef4911e5804c1f3037dcf63bbbf0b823c5ac19e5f
parent6cf5fc3c74c0bdfef6c4cc1b627578378ad3a407
Spent the day working on backwards compatability using getaddrinfo()
Moved getaddrinfo.? and gethostbyname.? from lib/ to plugins/ due to
problems with compiling into the libnagiosplug.a as it required linking
against socket libraries which are unneeded except for network based
plugins.
This code should hopefully happily work for all systems and has been tested
prior to commit on Debian GNU/Linux, SPARC Solaris 7 and SPARC Solaris 9.

git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@424 f882894a-f735-0410-b71e-b25c423dba1c
15 files changed:
configure.in
lib/Makefile.am
lib/getaddrinfo.c [deleted file]
lib/getaddrinfo.h [deleted file]
lib/gethostbyname.c [deleted file]
lib/gethostbyname.h [deleted file]
plugins/Makefile.am
plugins/getaddrinfo.c [new file with mode: 0644]
plugins/getaddrinfo.h [new file with mode: 0644]
plugins/gethostbyname.c [new file with mode: 0644]
plugins/gethostbyname.h [new file with mode: 0644]
plugins/netutils.c
plugins/netutils.h
plugins/utils.c
plugins/utils.h