X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=plugins%2Fcommon.h;h=0711dbf13939ae465a15620559dc2c55add10c4f;hb=dc2ec71d22943a02058f1944e05e4f5c8db15f88;hp=39a28a9d08f79f9d66cb10d2c97c4d87f9c8e3eb;hpb=9f3d864fd3e47d4e728b196b1b6948a8a5e47e4e;p=nagiosplug.git 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 @@ #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