diff options
author | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 09:22:57 (GMT) |
---|---|---|
committer | Thomas Guyot-Sionnest <dermoth@aei.ca> | 2009-01-15 10:19:08 (GMT) |
commit | 71cdb52799220f8d9052643baf1d3e9836a9c755 (patch) | |
tree | 27aee97a35d9ab51f0d8f64a46690bd41a5f8c1b /plugins | |
parent | f7afa46586645e50498d8b2d0c67884f014dc3a4 (diff) | |
download | monitoring-plugins-71cdb52799220f8d9052643baf1d3e9836a9c755.tar.gz |
Sync with gnulib
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/Makefile.am | 4 | ||||
-rw-r--r-- | plugins/netutils.h | 2 |
2 files changed, 1 insertions, 5 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index d24588d..f5272e1 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -160,10 +160,6 @@ utils.o: utils.c utils.h $(PLUGINHDRS) | |||
160 | netutils.o: netutils.c netutils.h $(PLUGINHDRS) | 160 | netutils.o: netutils.c netutils.h $(PLUGINHDRS) |
161 | sslutils.o: sslutils.c netutils.h $(PLUGINHDRS) | 161 | sslutils.o: sslutils.c netutils.h $(PLUGINHDRS) |
162 | 162 | ||
163 | getaddrinfo.o: getaddrinfo.h $(PLUGINHDRS) | ||
164 | |||
165 | gethostbyname.o: gethostbyname.h $(PLUGINHDRS) | ||
166 | |||
167 | all-local: $(check_tcp_programs) | 163 | all-local: $(check_tcp_programs) |
168 | 164 | ||
169 | $(check_tcp_programs): check_tcp | 165 | $(check_tcp_programs): check_tcp |
diff --git a/plugins/netutils.h b/plugins/netutils.h index 85c92fc..6bc5386 100644 --- a/plugins/netutils.h +++ b/plugins/netutils.h | |||
@@ -35,7 +35,7 @@ | |||
35 | #include "utils.h" | 35 | #include "utils.h" |
36 | #include <netinet/in.h> | 36 | #include <netinet/in.h> |
37 | #include <arpa/inet.h> | 37 | #include <arpa/inet.h> |
38 | #include "getaddrinfo.h" | 38 | #include <netdb.h> |
39 | 39 | ||
40 | #ifdef HAVE_SYS_UN_H | 40 | #ifdef HAVE_SYS_UN_H |
41 | # include <sys/un.h> | 41 | # include <sys/un.h> |