author | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | |
Sat, 15 Mar 2003 01:25:35 +0000 (01:25 +0000) | ||
committer | Jeremy T. Bouse <undrgrid@users.sourceforge.net> | |
Sat, 15 Mar 2003 01:25:35 +0000 (01:25 +0000) | ||
commit | 11b35b92e3195d230bef359f6a0679ae4414716b | |
tree | f4911e5804c1f3037dcf63bbbf0b823c5ac19e5f | tree | snapshot |
parent | 6cf5fc3c74c0bdfef6c4cc1b627578378ad3a407 | commit | diff |
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
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 | diff | blob | history | |
lib/Makefile.am | diff | blob | history | |
lib/getaddrinfo.c | [deleted file] | blob | history |
lib/getaddrinfo.h | [deleted file] | blob | history |
lib/gethostbyname.c | [deleted file] | blob | history |
lib/gethostbyname.h | [deleted file] | blob | history |
plugins/Makefile.am | diff | blob | history | |
plugins/getaddrinfo.c | [new file with mode: 0644] | blob |
plugins/getaddrinfo.h | [new file with mode: 0644] | blob |
plugins/gethostbyname.c | [new file with mode: 0644] | blob |
plugins/gethostbyname.h | [new file with mode: 0644] | blob |
plugins/netutils.c | diff | blob | history | |
plugins/netutils.h | diff | blob | history | |
plugins/utils.c | diff | blob | history | |
plugins/utils.h | diff | blob | history |