use bool def from stdbool.h or define it if it does not exist
[psensor.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if translation of program messages to the user's native
4    language is requested. */
5 #undef ENABLE_NLS
6
7 /* Define to 1 if you have the <adl_defines.h> header file. */
8 #undef HAVE_ADL_DEFINES_H
9
10 /* Use AppIndicator > 0.2.9 */
11 #undef HAVE_APPINDICATOR
12
13 /* Use AppIndicator 0.2.9 */
14 #undef HAVE_APPINDICATOR_029
15
16 /* Use libatasmart */
17 #undef HAVE_ATASMART
18
19 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
20    CoreFoundation framework. */
21 #undef HAVE_CFLOCALECOPYCURRENT
22
23 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
24    the CoreFoundation framework. */
25 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
26
27 /* Use CURL */
28 #undef HAVE_CURL
29
30 /* Define if the GNU dcgettext() function is already present or preinstalled.
31    */
32 #undef HAVE_DCGETTEXT
33
34 /* Define if the GNU gettext() function is already present or preinstalled. */
35 #undef HAVE_GETTEXT
36
37 /* Define to 1 if you have the `gettimeofday' function. */
38 #undef HAVE_GETTIMEOFDAY
39
40 /* Use GTOP */
41 #undef HAVE_GTOP
42
43 /* Define if you have the iconv() function and it works. */
44 #undef HAVE_ICONV
45
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #undef HAVE_INTTYPES_H
48
49 /* Use JSON */
50 #undef HAVE_JSON
51
52 /* libatiadl is available */
53 #undef HAVE_LIBATIADL
54
55 /* Use libmicrohttpd */
56 #undef HAVE_LIBMICROHTTPD
57
58 /* Use desktop notification */
59 #undef HAVE_LIBNOTIFY
60
61 /* Define to 1 if you have the `sensors' library (-lsensors). */
62 #undef HAVE_LIBSENSORS
63
64 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
65    to 0 otherwise. */
66 #undef HAVE_MALLOC
67
68 /* Define to 1 if you have the `memmove' function. */
69 #undef HAVE_MEMMOVE
70
71 /* Define to 1 if you have the <memory.h> header file. */
72 #undef HAVE_MEMORY_H
73
74 /* Define to 1 if you have the <NVCtrl/NVCtrlLib.h> header file. */
75 #undef HAVE_NVCTRL_NVCTRLLIB_H
76
77 /* Define to 1 if you have the <NVCtrl/NVCtrl.h> header file. */
78 #undef HAVE_NVCTRL_NVCTRL_H
79
80 /* NVidia support enabled */
81 #undef HAVE_NVIDIA
82
83 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
84    and to 0 otherwise. */
85 #undef HAVE_REALLOC
86
87 /* Remote monitoring enabled */
88 #undef HAVE_REMOTE_SUPPORT
89
90 /* Define to 1 if you have the <sensors/errors.h> header file. */
91 #undef HAVE_SENSORS_ERRORS_H
92
93 /* Define to 1 if you have the <sensors/sensors.h> header file. */
94 #undef HAVE_SENSORS_SENSORS_H
95
96 /* Define to 1 if you have the `socket' function. */
97 #undef HAVE_SOCKET
98
99 /* Define to 1 if you have the <stdbool.h> header file. */
100 #undef HAVE_STDBOOL_H
101
102 /* Define to 1 if you have the <stdint.h> header file. */
103 #undef HAVE_STDINT_H
104
105 /* Define to 1 if you have the <stdlib.h> header file. */
106 #undef HAVE_STDLIB_H
107
108 /* Define to 1 if you have the `strdup' function. */
109 #undef HAVE_STRDUP
110
111 /* Define to 1 if you have the <strings.h> header file. */
112 #undef HAVE_STRINGS_H
113
114 /* Define to 1 if you have the <string.h> header file. */
115 #undef HAVE_STRING_H
116
117 /* Define to 1 if you have the `strtol' function. */
118 #undef HAVE_STRTOL
119
120 /* Define to 1 if you have the <sys/stat.h> header file. */
121 #undef HAVE_SYS_STAT_H
122
123 /* Define to 1 if you have the <sys/types.h> header file. */
124 #undef HAVE_SYS_TYPES_H
125
126 /* Define to 1 if you have the <unistd.h> header file. */
127 #undef HAVE_UNISTD_H
128
129 /* Use Unity */
130 #undef HAVE_UNITY
131
132 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
133 #undef NO_MINUS_C_MINUS_O
134
135 /* Name of package */
136 #undef PACKAGE
137
138 /* Define to the address where bug reports for this package should be sent. */
139 #undef PACKAGE_BUGREPORT
140
141 /* Define to the full name of this package. */
142 #undef PACKAGE_NAME
143
144 /* Define to the full name and version of this package. */
145 #undef PACKAGE_STRING
146
147 /* Define to the one symbol short name of this package. */
148 #undef PACKAGE_TARNAME
149
150 /* Define to the home page for this package. */
151 #undef PACKAGE_URL
152
153 /* Define to the version of this package. */
154 #undef PACKAGE_VERSION
155
156 /* Define to 1 if you have the ANSI C header files. */
157 #undef STDC_HEADERS
158
159 /* Version number of package */
160 #undef VERSION
161
162 /* Define to rpl_malloc if the replacement function should be used. */
163 #undef malloc
164
165 /* Define to rpl_realloc if the replacement function should be used. */
166 #undef realloc
167
168 /* Define to `unsigned int' if <sys/types.h> does not define. */
169 #undef size_t
170
171 /* Define to `int' if <sys/types.h> does not define. */
172 #undef ssize_t