From: oetiker Date: Sun, 13 Aug 2006 16:10:23 +0000 (+0000) Subject: removed mscv defines to confignt/config.h completely -- Guenter Knauf X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=b0a2f25d83d790ca5d119d880230e249413efacf;hp=332113065e9ee42685f93f0f13ce587acbcc25d5 removed mscv defines to confignt/config.h completely -- Guenter Knauf git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@872 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/src/rrd_tool.h b/src/rrd_tool.h index 2294cf9..2d983a4 100644 --- a/src/rrd_tool.h +++ b/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);