diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/.cvsignore | 2 | ||||
-rw-r--r-- | plugins/Makefile.am | 2 | ||||
-rw-r--r-- | plugins/common.h (renamed from plugins/common.h.in) | 0 | ||||
-rw-r--r-- | plugins/netutils.h (renamed from plugins/netutils.h.in) | 6 | ||||
-rw-r--r-- | plugins/popen.h (renamed from plugins/popen.h.in) | 0 | ||||
-rw-r--r-- | plugins/utils.c | 1 | ||||
-rw-r--r-- | plugins/utils.h (renamed from plugins/utils.h.in) | 0 | ||||
-rw-r--r-- | plugins/version.h.in | 1 |
8 files changed, 3 insertions, 9 deletions
diff --git a/plugins/.cvsignore b/plugins/.cvsignore index 06fbb6a..66bad73 100644 --- a/plugins/.cvsignore +++ b/plugins/.cvsignore | |||
@@ -40,7 +40,7 @@ check_dig | |||
40 | check_nt | 40 | check_nt |
41 | negate | 41 | negate |
42 | stamp-h* | 42 | stamp-h* |
43 | *.h | 43 | config.h |
44 | Makefile | 44 | Makefile |
45 | Makefile.in | 45 | Makefile.in |
46 | config.h.in | 46 | config.h.in |
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index bd5b550..2524e1a 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am | |||
@@ -16,7 +16,7 @@ EXTRA_PROGRAMS = check_mysql check_radius check_pgsql check_snmp check_hpjd \ | |||
16 | 16 | ||
17 | check_tcp_programs = check_ftp check_imap check_nntp check_pop | 17 | check_tcp_programs = check_ftp check_imap check_nntp check_pop |
18 | 18 | ||
19 | EXTRA_DIST = t utils.c netutils.c popen.c | 19 | EXTRA_DIST = t utils.c netutils.c popen.c utils.h netutils.h popen.h common.h |
20 | 20 | ||
21 | PLUGINHDRS = common.h config.h | 21 | PLUGINHDRS = common.h config.h |
22 | 22 | ||
diff --git a/plugins/common.h.in b/plugins/common.h index 56d5376..56d5376 100644 --- a/plugins/common.h.in +++ b/plugins/common.h | |||
diff --git a/plugins/netutils.h.in b/plugins/netutils.h index 69cf278..3ea5166 100644 --- a/plugins/netutils.h.in +++ b/plugins/netutils.h | |||
@@ -30,16 +30,12 @@ | |||
30 | * | 30 | * |
31 | ******************************************************************************/ | 31 | ******************************************************************************/ |
32 | 32 | ||
33 | #undef STDC_HEADERS | ||
34 | #undef HAVE_STRINGS_H | ||
35 | #undef HAVE_STRING_H | ||
36 | |||
37 | #include "config.h" | 33 | #include "config.h" |
38 | #include "common.h" | 34 | #include "common.h" |
39 | #include <netinet/in.h> | 35 | #include <netinet/in.h> |
40 | #include <arpa/inet.h> | 36 | #include <arpa/inet.h> |
41 | 37 | ||
42 | void socket_timeout_alarm_handler (int); | 38 | RETSIGTYPE socket_timeout_alarm_handler (int); |
43 | 39 | ||
44 | int process_tcp_request2 (char *address, int port, char *sbuffer, | 40 | int process_tcp_request2 (char *address, int port, char *sbuffer, |
45 | char *rbuffer, int rsize); | 41 | char *rbuffer, int rsize); |
diff --git a/plugins/popen.h.in b/plugins/popen.h index a1af4be..a1af4be 100644 --- a/plugins/popen.h.in +++ b/plugins/popen.h | |||
diff --git a/plugins/utils.c b/plugins/utils.c index 9ac5596..7361323 100644 --- a/plugins/utils.c +++ b/plugins/utils.c | |||
@@ -13,7 +13,6 @@ | |||
13 | 13 | ||
14 | #include "config.h" | 14 | #include "config.h" |
15 | #include "common.h" | 15 | #include "common.h" |
16 | #include "version.h" | ||
17 | #include <stdarg.h> | 16 | #include <stdarg.h> |
18 | #include <limits.h> | 17 | #include <limits.h> |
19 | 18 | ||
diff --git a/plugins/utils.h.in b/plugins/utils.h index 89ada6f..89ada6f 100644 --- a/plugins/utils.h.in +++ b/plugins/utils.h | |||
diff --git a/plugins/version.h.in b/plugins/version.h.in deleted file mode 100644 index 6fd1e10..0000000 --- a/plugins/version.h.in +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | #define CVS_DATE "$Date$" | ||