From dc2ec71d22943a02058f1944e05e4f5c8db15f88 Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 11 Mar 2008 00:10:23 +0000 Subject: 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 --- plugins/common.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'plugins/common.h') diff --git a/plugins/common.h b/plugins/common.h index 39a28a9d..0711dbf1 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -35,12 +35,6 @@ #define _COMMON_H_ #include "config.h" -/* This needs to be removed for Solaris servers, where 64 bit files, but 32 bit architecture - This needs to be done early on because subsequent system includes use _FILE_OFFSET_BITS - Cannot remove from config.h because is included by regex.c from lib/ */ -#if __sun__ && !defined(_LP64) && _FILE_OFFSET_BITS == 64 -#undef _FILE_OFFSET_BITS -#endif #ifdef HAVE_FEATURES_H #include -- cgit v1.2.3