new release 1.2.0
[psensor-pkg-debian.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 AppIndicator3-0.1 */
11 #undef HAVE_APPINDICATOR
12
13 /* Use libatasmart */
14 #undef HAVE_ATASMART
15
16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
17    CoreFoundation framework. */
18 #undef HAVE_CFLOCALECOPYCURRENT
19
20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
21    the CoreFoundation framework. */
22 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
23
24 /* Use CURL */
25 #undef HAVE_CURL
26
27 /* Define if the GNU dcgettext() function is already present or preinstalled.
28    */
29 #undef HAVE_DCGETTEXT
30
31 /* Define if the GNU gettext() function is already present or preinstalled. */
32 #undef HAVE_GETTEXT
33
34 /* Use GTOP */
35 #undef HAVE_GTOP
36
37 /* Define if you have the iconv() function. */
38 #undef HAVE_ICONV
39
40 /* Define to 1 if you have the <inttypes.h> header file. */
41 #undef HAVE_INTTYPES_H
42
43 /* Use JSON */
44 #undef HAVE_JSON
45
46 /* Use JSON0 */
47 #undef HAVE_JSON_0
48
49 /* libatiadl is available */
50 #undef HAVE_LIBATIADL
51
52 /* Use libmicrohttpd */
53 #undef HAVE_LIBMICROHTTPD
54
55 /* Use desktop notification */
56 #undef HAVE_LIBNOTIFY
57
58 /* Define to 1 if you have the `pthread' library (-lpthread). */
59 #undef HAVE_LIBPTHREAD
60
61 /* Use libsensors */
62 #undef HAVE_LIBSENSORS
63
64 /* Use libudisks */
65 #undef HAVE_LIBUDISKS2
66
67 /* Define to 1 if you have the <memory.h> header file. */
68 #undef HAVE_MEMORY_H
69
70 /* Define to 1 if you have the <NVCtrl/NVCtrlLib.h> header file. */
71 #undef HAVE_NVCTRL_NVCTRLLIB_H
72
73 /* Define to 1 if you have the <NVCtrl/NVCtrl.h> header file. */
74 #undef HAVE_NVCTRL_NVCTRL_H
75
76 /* NVidia support enabled */
77 #undef HAVE_NVIDIA
78
79 /* Remote monitoring enabled */
80 #undef HAVE_REMOTE_SUPPORT
81
82 /* Define to 1 if you have the <sensors/error.h> header file. */
83 #undef HAVE_SENSORS_ERROR_H
84
85 /* Define to 1 if you have the <sensors/sensors.h> header file. */
86 #undef HAVE_SENSORS_SENSORS_H
87
88 /* Define to 1 if you have the <stdbool.h> header file. */
89 #undef HAVE_STDBOOL_H
90
91 /* Define to 1 if you have the <stdint.h> header file. */
92 #undef HAVE_STDINT_H
93
94 /* Define to 1 if you have the <stdlib.h> header file. */
95 #undef HAVE_STDLIB_H
96
97 /* Define to 1 if you have the <strings.h> header file. */
98 #undef HAVE_STRINGS_H
99
100 /* Define to 1 if you have the <string.h> header file. */
101 #undef HAVE_STRING_H
102
103 /* Define to 1 if you have the <sys/stat.h> header file. */
104 #undef HAVE_SYS_STAT_H
105
106 /* Define to 1 if you have the <sys/types.h> header file. */
107 #undef HAVE_SYS_TYPES_H
108
109 /* Define to 1 if you have the <unistd.h> header file. */
110 #undef HAVE_UNISTD_H
111
112 /* Use Unity */
113 #undef HAVE_UNITY
114
115 /* Name of package */
116 #undef PACKAGE
117
118 /* Define to the address where bug reports for this package should be sent. */
119 #undef PACKAGE_BUGREPORT
120
121 /* Define to the full name of this package. */
122 #undef PACKAGE_NAME
123
124 /* Define to the full name and version of this package. */
125 #undef PACKAGE_STRING
126
127 /* Define to the one symbol short name of this package. */
128 #undef PACKAGE_TARNAME
129
130 /* Define to the home page for this package. */
131 #undef PACKAGE_URL
132
133 /* Define to the version of this package. */
134 #undef PACKAGE_VERSION
135
136 /* Define to 1 if you have the ANSI C header files. */
137 #undef STDC_HEADERS
138
139 /* Version number of package */
140 #undef VERSION
141
142 /* Enable large inode numbers on Mac OS X 10.5.  */
143 #ifndef _DARWIN_USE_64_BIT_INODE
144 # define _DARWIN_USE_64_BIT_INODE 1
145 #endif
146
147 /* Number of bits in a file offset, on hosts where this is settable. */
148 #undef _FILE_OFFSET_BITS
149
150 /* Define for large files, on AIX-style hosts. */
151 #undef _LARGE_FILES