Qt3 to 4
[kdeaccessibility.git] / config.h.cmake
blob8b6ef9a2d97fe37b458dcf76301096a669bdb4bc
1 /* config.h.  Generated by cmake from config.h.cmake  */
3 /* Define if you have libasound.so.1 (required for ALSA 0.5.x support) */
4 /* #undef HAVE_ARTS_LIBASOUND */
6 /* Define if you have libasound.so.2 (required for ALSA 0.9.x/1.x support) */
7 #define HAVE_ARTS_LIBASOUND2 1
9 /* Define to 1 if you have the <Carbon/Carbon.h> header file. */
10 #cmakedefine HAVE_CARBON_CARBON_H 1
12 /* Define if you have the CoreAudio API */
13 /* #undef HAVE_COREAUDIO */
15 /* Define to 1 if you have the <crt_externs.h> header file. */
16 #cmakedefine HAVE_CRT_EXTERNS_H 1
18 /* Define to 1 if you have the <dlfcn.h> header file. */
19 #cmakedefine HAVE_DLFCN_H 1
21 /* have GStreamer */
22 #define HAVE_GSTREAMER 0
24 /* Define if you have libjpeg */
25 #cmakedefine HAVE_LIBJPEG 1
27 /* Define if you have libpng */
28 #cmakedefine HAVE_LIBPNG 1
30 /* Define if you have a working libpthread (will enable threaded code) */
31 #define HAVE_LIBPTHREAD 1
33 /* Define if you have libz */
34 #cmakedefine HAVE_LIBZ 1
36 /* Define to 1 if you have the <memory.h> header file. */
37 #cmakedefine HAVE_MEMORY_H 1
39 /* Define if your system needs _NSGetEnviron to set up the environment */
40 #cmakedefine HAVE_NSGETENVIRON 1
42 /* Define if you have res_init */
43 #cmakedefine HAVE_RES_INIT 1
45 /* Define if you have the res_init prototype */
46 #cmakedefine HAVE_RES_INIT_PROTO 1
48 /* Define if you have setenv */
49 #cmakedefine HAVE_SETENV 1
51 /* Define if you have the setenv prototype */
52 #cmakedefine HAVE_SETENV_PROTO 1
54 /* Define to 1 if you have the `snprintf' function. */
55 #cmakedefine HAVE_SNPRINTF 1
57 /* Define to 1 if you have the <stdint.h> header file. */
58 #cmakedefine HAVE_STDINT_H 1
60 /* Define to 1 if you have the <stdlib.h> header file. */
61 #cmakedefine HAVE_STDLIB_H 1
63 /* Define to 1 if you have the <strings.h> header file. */
64 #cmakedefine HAVE_STRINGS_H 1
66 /* Define to 1 if you have the <string.h> header file. */
67 #cmakedefine HAVE_STRING_H 1
69 /* Define if you have strlcat */
70 #cmakedefine HAVE_STRLCAT 1
72 /* Define if you have the strlcat prototype */
73 #cmakedefine HAVE_STRLCAT_PROTO 1
75 /* Define if you have strlcpy */
76 #cmakedefine HAVE_STRLCPY 1
78 /* Define if you have the strlcpy prototype */
79 #cmakedefine HAVE_STRLCPY_PROTO 1
81 /* Define to 1 if you have the <sys/asoundlib.h> header file. */
82 #cmakedefine HAVE_SYS_ASOUNDLIB_H 1
84 /* Define to 1 if you have the <sys/bitypes.h> header file. */
85 #cmakedefine HAVE_SYS_BITYPES_H 1
87 /* Define to 1 if you have the <sys/time.h> header file. */
88 #cmakedefine HAVE_SYS_TIME_H 1
90 /* Define to 1 if you have the <sys/types.h> header file. */
91 #cmakedefine HAVE_SYS_TYPES_H 1
93 /* Define to 1 if you have the <unistd.h> header file. */
94 #cmakedefine HAVE_UNISTD_H 1
96 /* Define if you have unsetenv */
97 #cmakedefine HAVE_UNSETENV 1
99 /* Define if you have the unsetenv prototype */
100 #cmakedefine HAVE_UNSETENV_PROTO 1
103 /* Suffix for lib directories */
104 #define KDELIBSUFF "${KDELIBSUFF}"
106 /* Define a safe value for MAXPATHLEN */
107 #define KDEMAXPATHLEN 4096
109 /* Name of package */
110 #define PACKAGE "kdeaccessibility"
112 /* Define to the address where bug reports for this package should be sent. */
113 #define PACKAGE_BUGREPORT ""
115 /* Define to the full name of this package. */
116 #define PACKAGE_NAME ""
118 /* Define to the full name and version of this package. */
119 #define PACKAGE_STRING ""
121 /* Define to the one symbol short name of this package. */
122 #define PACKAGE_TARNAME ""
124 /* Define to the version of this package. */
125 #define PACKAGE_VERSION ""
127 /* The size of a `char *', as computed by sizeof. */
128 #define SIZEOF_CHAR_P ${SIZEOF_CHAR_P}
130 /* The size of a `int', as computed by sizeof. */
131 #define SIZEOF_INT ${SIZEOF_INT}
133 /* The size of a `long', as computed by sizeof. */
134 #define SIZEOF_LONG ${SIZEOF_LONG}
136 /* The size of a `short', as computed by sizeof. */
137 #define SIZEOF_SHORT ${SIZEOF_SHORT}
139 /* The size of a `size_t', as computed by sizeof. */
140 #define SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
142 /* The size of a `unsigned long', as computed by sizeof. */
143 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}
145 /* Define to 1 if you have the ANSI C header files. */
146 #define STDC_HEADERS 1
148 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
149 #cmakedefine TIME_WITH_SYS_TIME 1
151 /* Version number of package */
152 #define VERSION "1.0.0"
154 /* Defined if compiling without arts */
155 #define WITHOUT_ARTS 1
157 /* Define to 1 if your processor stores words with the most significant byte
158    first (like Motorola and SPARC, unlike Intel and VAX). */
159 /* #undef WORDS_BIGENDIAN */
162  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
163  * headers and I'm too lazy to write a configure test as long as only
164  * unixware is related
165  */
166 #ifdef _UNIXWARE
167 #define HAVE_BOOLEAN
168 #endif
173  * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
174  * that defines bzero.
175  */
177 #if defined(_AIX)
178 #include <strings.h>
179 #endif
183 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
184 # include <sys/time.h>
185 # include <crt_externs.h>
186 # define environ (*_NSGetEnviron())
187 #endif
191 #if !defined(HAVE_RES_INIT_PROTO)
192 #ifdef __cplusplus
193 extern "C" {
194 #endif
195 int res_init(void);
196 #ifdef __cplusplus
198 #endif
199 #endif
203 #if !defined(HAVE_SETENV_PROTO)
204 #ifdef __cplusplus
205 extern "C" {
206 #endif
207 int setenv (const char *, const char *, int);
208 #ifdef __cplusplus
210 #endif
211 #endif
215 #if !defined(HAVE_STRLCAT_PROTO)
216 #ifdef __cplusplus
217 extern "C" {
218 #endif
219 unsigned long strlcat(char*, const char*, unsigned long);
220 #ifdef __cplusplus
222 #endif
223 #endif
227 #if !defined(HAVE_STRLCPY_PROTO)
228 #ifdef __cplusplus
229 extern "C" {
230 #endif
231 unsigned long strlcpy(char*, const char*, unsigned long);
232 #ifdef __cplusplus
234 #endif
235 #endif
239 #if !defined(HAVE_UNSETENV_PROTO)
240 #ifdef __cplusplus
241 extern "C" {
242 #endif
243 void unsetenv (const char *);
244 #ifdef __cplusplus
246 #endif
247 #endif
252  * On HP-UX, the declaration of vsnprintf() is needed every time !
253  */
255 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
256 #if __STDC__
257 #include <stdarg.h>
258 #include <stdlib.h>
259 #else
260 #include <varargs.h>
261 #endif
262 #ifdef __cplusplus
263 extern "C"
264 #endif
265 int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
266 #ifdef __cplusplus
267 extern "C"
268 #endif
269 int snprintf(char *str, size_t n, char const *fmt, ...);
270 #endif
273 #if defined(__SVR4) && !defined(__svr4__)
274 #define __svr4__ 1
275 #endif
278 /* type to use in place of socklen_t if not defined */
279 #define kde_socklen_t socklen_t
281 /* type to use in place of socklen_t if not defined (deprecated, use
282    kde_socklen_t) */
283 #define ksize_t socklen_t