removed mscv defines to confignt/config.h completely -- Guenter Knauf
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 13 Aug 2006 16:10:23 +0000 (16:10 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sun, 13 Aug 2006 16:10:23 +0000 (16:10 +0000)
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2/program@872 a5681a0c-68f1-0310-ab6d-d61299d08faa

src/rrd_tool.h

index 2294cf9..2d983a4 100644 (file)
@@ -102,11 +102,6 @@ extern int getrusage(int, struct rusage *);
 #include <float.h>        /* for _isnan  */
 #include <io.h>           /* 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);