fix locations for installing the sample programs to make automake happy
[rrdtool.git] / src / rrd.h
index 7e63110..dc99669 100644 (file)
--- a/src/rrd.h
+++ b/src/rrd.h
@@ -58,7 +58,9 @@ extern    "C" {
 #include <unistd.h>     /* for off_t */
 #else
 #ifdef _MSC_VER
+#ifndef PERLPATCHLEVEL
        typedef int mode_t;
+#endif
        #define strtoll _strtoi64 
 #endif
        typedef size_t ssize_t;
@@ -284,7 +286,8 @@ extern    "C" {
     typedef enum {
         ABSOLUTE_TIME,
         RELATIVE_TO_START_TIME,
-        RELATIVE_TO_END_TIME
+        RELATIVE_TO_END_TIME,
+        RELATIVE_TO_EPOCH
     } rrd_timetype_t;
 
 #define TIME_OK NULL