From 15abbe3dfd25bc5d8cdb7c615062ceb7a7fbd78e Mon Sep 17 00:00:00 2001 From: oetiker Date: Sun, 13 Aug 2006 16:10:23 +0000 Subject: [PATCH] removed mscv defines to confignt/config.h completely -- Guenter Knauf git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@872 a5681a0c-68f1-0310-ab6d-d61299d08faa --- program/src/rrd_tool.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/program/src/rrd_tool.h b/program/src/rrd_tool.h index 2294cf9f..2d983a4e 100644 --- a/program/src/rrd_tool.h +++ b/program/src/rrd_tool.h @@ -102,11 +102,6 @@ extern int getrusage(int, struct rusage *); #include /* for _isnan */ #include /* for chdir */ -#ifndef __MINGW32__ -#define isnan _isnan -#define finite _finite -#define isinf(a) (_fpclass(a) == _FPCLASS_NINF || _fpclass(a) == _FPCLASS_PINF) -#endif struct tm* localtime_r(const time_t *timep, struct tm* result); char* ctime_r(const time_t *timep, char* result); struct tm* gmtime_r(const time_t *timep, struct tm* result); -- 2.30.2