summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 8c1942e)
raw | patch | inline | side by side (parent: 8c1942e)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 13 Aug 2006 16:10:23 +0000 (16:10 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Sun, 13 Aug 2006 16:10:23 +0000 (16:10 +0000) |
program/src/rrd_tool.h | patch | blob | history |
diff --git a/program/src/rrd_tool.h b/program/src/rrd_tool.h
index 2294cf9f299d72124fff4626dcc807835b9b8153..2d983a4e6b66b89d086fa1a056664cfb00e0885d 100644 (file)
--- a/program/src/rrd_tool.h
+++ b/program/src/rrd_tool.h
#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);