summaryrefslogtreecommitdiffstats
path: root/plugins/common.h
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2008-03-11 00:10:23 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2008-03-11 00:10:23 (GMT)
commitdc2ec71d22943a02058f1944e05e4f5c8db15f88 (patch)
treedc8cedfc2f151e01cc09b4e640fc5e8b33cfe62c /plugins/common.h
parent9f3d864fd3e47d4e728b196b1b6948a8a5e47e4e (diff)
downloadmonitoring-plugins-dc2ec71d22943a02058f1944e05e4f5c8db15f88.tar.gz
Fixed link -m64 problems on pst3 for solaris. Fixed _FILE_OFFSET_BITS
redefinition warnings. Fixed helper ar error in ./configure git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1938 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/common.h')
-rw-r--r--plugins/common.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/common.h b/plugins/common.h
index 39a28a9..0711dbf 100644
--- a/plugins/common.h
+++ b/plugins/common.h
@@ -35,12 +35,6 @@
35#define _COMMON_H_ 35#define _COMMON_H_
36 36
37#include "config.h" 37#include "config.h"
38/* This needs to be removed for Solaris servers, where 64 bit files, but 32 bit architecture
39 This needs to be done early on because subsequent system includes use _FILE_OFFSET_BITS
40 Cannot remove from config.h because is included by regex.c from lib/ */
41#if __sun__ && !defined(_LP64) && _FILE_OFFSET_BITS == 64
42#undef _FILE_OFFSET_BITS
43#endif
44 38
45#ifdef HAVE_FEATURES_H 39#ifdef HAVE_FEATURES_H
46#include <features.h> 40#include <features.h>