From: Ton Voon Date: Mon, 10 Feb 2003 23:28:16 +0000 (+0000) Subject: Added in a define for HAVE_GETOPT_H for backwards compatibility X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0a0291262551a9f1527c510109f4fd80e128ae53;p=nagiosplug.git Added in a define for HAVE_GETOPT_H for backwards compatibility git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@311 f882894a-f735-0410-b71e-b25c423dba1c --- diff --git a/plugins/common.h.in b/plugins/common.h.in index 535ae4a..48e7f6f 100644 --- a/plugins/common.h.in +++ b/plugins/common.h.in @@ -66,9 +66,9 @@ #include #endif -/* #ifdef HAVE_GETOPT_H */ +/* TODO: define can be removed when all ifdef in each plugin has been removed */ +#define HAVE_GETOPT_H #include -/* #endif */ #include