diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 22:05:43 (GMT) |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2006-05-18 22:05:43 (GMT) |
commit | a8cd7705e7898d77764aa12ddcc2e29de1860138 (patch) | |
tree | 970f609cbecbe515998907fd55a12f814ad2edcd /plugins/common.h | |
parent | 08394ddb2d62ec8aab9121e45ab9c1a102e85ba4 (diff) | |
download | monitoring-plugins-a8cd7705e7898d77764aa12ddcc2e29de1860138.tar.gz |
Synchronise with coreutils 2.95. Gettext now synced with coreutils,
so no longer development platform requirement
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1394 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/common.h')
-rw-r--r-- | plugins/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/common.h b/plugins/common.h index 57f4f93..baed12e 100644 --- a/plugins/common.h +++ b/plugins/common.h | |||
@@ -83,10 +83,7 @@ | |||
83 | #include <signal.h> | 83 | #include <signal.h> |
84 | #endif | 84 | #endif |
85 | 85 | ||
86 | /* TODO: define can be removed when all ifdef in each plugin has been removed */ | ||
87 | #define HAVE_GETOPT_H | ||
88 | #include <getopt.h> | 86 | #include <getopt.h> |
89 | |||
90 | #include <ctype.h> | 87 | #include <ctype.h> |
91 | 88 | ||
92 | #ifdef HAVE_LWRES_NETDB_H | 89 | #ifdef HAVE_LWRES_NETDB_H |