Merge branch 'ppa-daily-trunk'
[psensor-pkg-ubuntu.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 /* Use GTOP */
38 #undef HAVE_GTOP
39
40 /* Define if you have the iconv() function. */
41 #undef HAVE_ICONV
42
43 /* Define to 1 if you have the <inttypes.h> header file. */
44 #undef HAVE_INTTYPES_H
45
46 /* Use JSON */
47 #undef HAVE_JSON
48
49 /* Use JSON0 */
50 #undef HAVE_JSON_0
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 `pthread' library (-lpthread). */
62 #undef HAVE_LIBPTHREAD
63
64 /* Define to 1 if you have the `sensors' library (-lsensors). */
65 #undef HAVE_LIBSENSORS
66
67 /* Use libudisks */
68 #undef HAVE_LIBUDISKS2
69
70 /* Define to 1 if you have the <memory.h> header file. */
71 #undef HAVE_MEMORY_H
72
73 /* Define to 1 if you have the <NVCtrl/NVCtrlLib.h> header file. */
74 #undef HAVE_NVCTRL_NVCTRLLIB_H
75
76 /* Define to 1 if you have the <NVCtrl/NVCtrl.h> header file. */
77 #undef HAVE_NVCTRL_NVCTRL_H
78
79 /* NVidia support enabled */
80 #undef HAVE_NVIDIA
81
82 /* Remote monitoring enabled */
83 #undef HAVE_REMOTE_SUPPORT
84
85 /* Define to 1 if you have the <sensors/error.h> header file. */
86 #undef HAVE_SENSORS_ERROR_H
87
88 /* Define to 1 if you have the <sensors/sensors.h> header file. */
89 #undef HAVE_SENSORS_SENSORS_H
90
91 /* Define to 1 if you have the <stdbool.h> header file. */
92 #undef HAVE_STDBOOL_H
93
94 /* Define to 1 if you have the <stdint.h> header file. */
95 #undef HAVE_STDINT_H
96
97 /* Define to 1 if you have the <stdlib.h> header file. */
98 #undef HAVE_STDLIB_H
99
100 /* Define to 1 if you have the <strings.h> header file. */
101 #undef HAVE_STRINGS_H
102
103 /* Define to 1 if you have the <string.h> header file. */
104 #undef HAVE_STRING_H
105
106 /* Define to 1 if you have the <sys/stat.h> header file. */
107 #undef HAVE_SYS_STAT_H
108
109 /* Define to 1 if you have the <sys/types.h> header file. */
110 #undef HAVE_SYS_TYPES_H
111
112 /* Define to 1 if you have the <unistd.h> header file. */
113 #undef HAVE_UNISTD_H
114
115 /* Use Unity */
116 #undef HAVE_UNITY
117
118 /* Name of package */
119 #undef PACKAGE
120
121 /* Define to the address where bug reports for this package should be sent. */
122 #undef PACKAGE_BUGREPORT
123
124 /* Define to the full name of this package. */
125 #undef PACKAGE_NAME
126
127 /* Define to the full name and version of this package. */
128 #undef PACKAGE_STRING
129
130 /* Define to the one symbol short name of this package. */
131 #undef PACKAGE_TARNAME
132
133 /* Define to the home page for this package. */
134 #undef PACKAGE_URL
135
136 /* Define to the version of this package. */
137 #undef PACKAGE_VERSION
138
139 /* Define to 1 if you have the ANSI C header files. */
140 #undef STDC_HEADERS
141
142 /* Version number of package */
143 #undef VERSION
144
145 /* Enable large inode numbers on Mac OS X 10.5.  */
146 #ifndef _DARWIN_USE_64_BIT_INODE
147 # define _DARWIN_USE_64_BIT_INODE 1
148 #endif
149
150 /* Number of bits in a file offset, on hosts where this is settable. */
151 #undef _FILE_OFFSET_BITS
152
153 /* Define for large files, on AIX-style hosts. */
154 #undef _LARGE_FILES