sync with reality
[rrdtool.git] / confignt / config.h
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2 #ifndef CONFIG_H
3 #define CONFIG_H
4
5 #include <math.h>
6 #include <float.h>
7
8 /* realloc does not support NULL as argument */
9
10 #define HAVE_STRFTIME 1
11 #define HAVE_TIME_H 1
12 #define HAVE_LOCALE_H 1
13 #define HAVE_TZSET 1
14 #define HAVE_SETLOCALE 1
15 #define HAVE_MATH_H 1
16 #define HAVE_FLOAT_H 1
17 #define HAVE_MEMMOVE 1
18 #define HAVE_MALLOC_H 1
19 #define HAVE_MKTIME 1
20 #define HAVE_STRFTIME 1
21 #define HAVE_STRING_H 1
22 #define HAVE_VPRINTF 1
23 #define HAVE_SYS_TYPES_H 1
24 #define HAVE_SYS_STAT_H 1
25
26 //#define PACKAGE "rrdtool"
27 //#define PACKAGE_NAME "rrdtool"
28 //#define PACKAGE_STRING "rrdtool 1.2rc6"
29 //#define PACKAGE_VERSION "1.2rc6"
30 //#define VERSION "1.2rc6"
31
32 #define STDC_HEADERS 1
33 #define RRD_DEFAULT_FONT "arial.ttf"
34
35 #define snprintf _snprintf
36 #define strftime strftime_ 
37
38 #define NO_NULL_REALLOC 1
39 #if NO_NULL_REALLOC
40 # define rrd_realloc(a,b) ( (a) == NULL ? malloc( (b) ) : realloc( (a) , (b) ))
41 #else
42 # define rrd_realloc(a,b) realloc((a), (b))
43 #endif      
44
45 //#define DEBUG 1
46
47 /* Vertical label angle: 90.0 (default) or 270.0 */
48 #define RRDGRAPH_YLEGEND_ANGLE 90.0
49
50 /* Define to 1 if you have the ANSI C header files. */
51
52
53 #endif /* CONFIG_H */
54