+ Line graph: added dot support
[calfwidgets.git] / config.h.in
blob395b4f8eeb444a7e73ed048905eb5588ee28bd9c
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* "Experimental features are enabled" */
4 #undef ENABLE_EXPERIMENTAL
6 /* Define to 1 if you have the <dlfcn.h> header file. */
7 #undef HAVE_DLFCN_H
9 /* Define to 1 if you have the `floor' function. */
10 #undef HAVE_FLOOR
12 /* Define to 1 if you have the <inttypes.h> header file. */
13 #undef HAVE_INTTYPES_H
15 /* Define to 1 if you have the <math.h> header file. */
16 #undef HAVE_MATH_H
18 /* Define to 1 if you have the <memory.h> header file. */
19 #undef HAVE_MEMORY_H
21 /* Define to 1 if you have the `memset' function. */
22 #undef HAVE_MEMSET
24 /* Define to 1 if you have the `pow' function. */
25 #undef HAVE_POW
27 /* Define to 1 if stdbool.h conforms to C99. */
28 #undef HAVE_STDBOOL_H
30 /* Define to 1 if you have the <stdint.h> header file. */
31 #undef HAVE_STDINT_H
33 /* Define to 1 if you have the <stdlib.h> header file. */
34 #undef HAVE_STDLIB_H
36 /* Define to 1 if you have the <strings.h> header file. */
37 #undef HAVE_STRINGS_H
39 /* Define to 1 if you have the <string.h> header file. */
40 #undef HAVE_STRING_H
42 /* Define to 1 if you have the <sys/stat.h> header file. */
43 #undef HAVE_SYS_STAT_H
45 /* Define to 1 if you have the <sys/types.h> header file. */
46 #undef HAVE_SYS_TYPES_H
48 /* Define to 1 if you have the <time.h> header file. */
49 #undef HAVE_TIME_H
51 /* Define to 1 if you have the <unistd.h> header file. */
52 #undef HAVE_UNISTD_H
54 /* Define to 1 if the system has the type `_Bool'. */
55 #undef HAVE__BOOL
57 /* Name of package */
58 #undef PACKAGE
60 /* Define to the address where bug reports for this package should be sent. */
61 #undef PACKAGE_BUGREPORT
63 /* Define to the full name of this package. */
64 #undef PACKAGE_NAME
66 /* Define to the full name and version of this package. */
67 #undef PACKAGE_STRING
69 /* Define to the one symbol short name of this package. */
70 #undef PACKAGE_TARNAME
72 /* Define to the version of this package. */
73 #undef PACKAGE_VERSION
75 /* Define to 1 if you have the ANSI C header files. */
76 #undef STDC_HEADERS
78 /* Version number of package */
79 #undef VERSION
81 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
82 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
83 #define below would cause a syntax error. */
84 #undef _UINT32_T
86 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
87 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
88 #define below would cause a syntax error. */
89 #undef _UINT64_T
91 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
92 <pthread.h>, or <semaphore.h> is not used. If the typedef was allowed, the
93 #define below would cause a syntax error. */
94 #undef _UINT8_T
96 /* Define to empty if `const' does not conform to ANSI C. */
97 #undef const
99 /* Define to `__inline__' or `__inline' if that's what the C compiler
100 calls it, or to nothing if 'inline' is not supported under any name. */
101 #ifndef __cplusplus
102 #undef inline
103 #endif
105 /* Define to the type of a signed integer type of width exactly 16 bits if
106 such a type exists and the standard includes do not define it. */
107 #undef int16_t
109 /* Define to the type of a signed integer type of width exactly 32 bits if
110 such a type exists and the standard includes do not define it. */
111 #undef int32_t
113 /* Define to the type of a signed integer type of width exactly 64 bits if
114 such a type exists and the standard includes do not define it. */
115 #undef int64_t
117 /* Define to the type of a signed integer type of width exactly 8 bits if such
118 a type exists and the standard includes do not define it. */
119 #undef int8_t
121 /* Define to the type of an unsigned integer type of width exactly 16 bits if
122 such a type exists and the standard includes do not define it. */
123 #undef uint16_t
125 /* Define to the type of an unsigned integer type of width exactly 32 bits if
126 such a type exists and the standard includes do not define it. */
127 #undef uint32_t
129 /* Define to the type of an unsigned integer type of width exactly 64 bits if
130 such a type exists and the standard includes do not define it. */
131 #undef uint64_t
133 /* Define to the type of an unsigned integer type of width exactly 8 bits if
134 such a type exists and the standard includes do not define it. */
135 #undef uint8_t