Add check
[kdeartwork.git] / config.h.cmake
blob34fba44270a971eef13412ca0eff23142422a194
1 /* config.h.  Generated by cmake from config.h.cmake */
3 /* Define to 1 if you have the <Carbon/Carbon.h> header file. */
4 #cmakedefine HAVE_CARBON_CARBON_H 1
6 /* Define if you have the CoreAudio API */
7 /* #undef HAVE_COREAUDIO */
9 /* Define to 1 if you have the <crt_externs.h> header file. */
10 #cmakedefine HAVE_CRT_EXTERNS_H 1
12 /* Defines if your system has the crypt function */
13 #cmakedefine HAVE_CRYPT 1
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #cmakedefine HAVE_DLFCN_H 1
18 /* Define if you have DPMS support */
19 #define HAVE_DPMS 1
21 /* Define if you have the DPMSCapable prototype in <X11/extensions/dpms.h> */
22 #define HAVE_DPMSCAPABLE_PROTO 1
24 /* Define if you have the DPMSInfo prototype in <X11/extensions/dpms.h> */
25 #define HAVE_DPMSINFO_PROTO 1
27 /* Define to 1 if you have the `gettimeofday' function. */
28 #cmakedefine HAVE_GETTIMEOFDAY 1
30 /* Defines if you have GL (Mesa, OpenGL, ...) */
31 #define HAVE_GL 1
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #cmakedefine HAVE_INTTYPES_H 1
36 /* Defines if your system has the libart library */
37 #cmakedefine HAVE_LIBART 1
39 /* Define if you have libjpeg */
40 #cmakedefine HAVE_LIBJPEG 1
42 /* Define if you have libpng */
43 #cmakedefine HAVE_LIBPNG 1
45 /* Define if you have a working libpthread (will enable threaded code) */
46 #define HAVE_LIBPTHREAD 1
48 /* Define if you have libz */
49 #cmakedefine HAVE_LIBZ 1
51 /* Define to 1 if you have the <memory.h> header file. */
52 #cmakedefine HAVE_MEMORY_H 1
54 /* Define if your system needs _NSGetEnviron to set up the environment */
55 #cmakedefine HAVE_NSGETENVIRON 1
57 /* Define if you have res_init */
58 #cmakedefine HAVE_RES_INIT 1
60 /* Define if you have the res_init prototype */
61 #cmakedefine HAVE_RES_INIT_PROTO 1
63 /* Define if you have a STL implementation by SGI */
64 #define HAVE_SGI_STL 1
66 /* Define to 1 if you have the `snprintf' function. */
67 #cmakedefine HAVE_SNPRINTF 1
69 /* Define to 1 if you have the <stdint.h> header file. */
70 #cmakedefine HAVE_STDINT_H 1
72 /* Define to 1 if you have the <stdlib.h> header file. */
73 #cmakedefine HAVE_STDLIB_H 1
75 /* Define to 1 if you have the <strings.h> header file. */
76 #cmakedefine HAVE_STRINGS_H 1
78 /* Define to 1 if you have the <string.h> header file. */
79 #cmakedefine HAVE_STRING_H 1
81 /* Define if you have strlcat */
82 #cmakedefine HAVE_STRLCAT 1
84 /* Define if you have the strlcat prototype */
85 #cmakedefine HAVE_STRLCAT_PROTO 1
87 /* Define if you have strlcpy */
88 #cmakedefine HAVE_STRLCPY 1
90 /* Define if you have the strlcpy prototype */
91 #cmakedefine HAVE_STRLCPY_PROTO 1
93 /* Define to 1 if you have the <sys/bitypes.h> header file. */
94 #cmakedefine HAVE_SYS_BITYPES_H 1
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #cmakedefine HAVE_SYS_STAT_H 1
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #cmakedefine HAVE_SYS_TYPES_H 1
102 /* Define to 1 if you have the <unistd.h> header file. */
103 #cmakedefine HAVE_UNISTD_H 1
105 /* Define to 1 if you have the `vsnprintf' function. */
106 #cmakedefine HAVE_VSNPRINTF 1
108 /* Suffix for lib directories */
109 #define KDELIBSUFF "${KDELIBSUFF}"
111 /* Name of package */
112 #define PACKAGE "kdeartwork"
114 /* Define to the address where bug reports for this package should be sent. */
115 #define PACKAGE_BUGREPORT ""
117 /* Define to the full name of this package. */
118 #define PACKAGE_NAME ""
120 /* Define to the full name and version of this package. */
121 #define PACKAGE_STRING ""
123 /* Define to the one symbol short name of this package. */
124 #define PACKAGE_TARNAME ""
126 /* Define to the version of this package. */
127 #define PACKAGE_VERSION ""
129 /* The size of a `char *', as computed by sizeof. */
130 #define SIZEOF_CHAR_P ${SIZEOF_CHAR_P}
132 /* The size of a `int', as computed by sizeof. */
133 #define SIZEOF_INT ${SIZEOF_INT}
135 /* The size of a `long', as computed by sizeof. */
136 #define SIZEOF_LONG ${SIZEOF_LONG}
138 /* The size of a `short', as computed by sizeof. */
139 #define SIZEOF_SHORT ${SIZEOF_SHORT}
141 /* The size of a `size_t', as computed by sizeof. */
142 #define SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
144 /* The size of a `unsigned long', as computed by sizeof. */
145 #define SIZEOF_UNSIGNED_LONG ${SIZEOF_UNSIGNED_LONG}
148 /* Define to 1 if you have the ANSI C header files. */
149 #define STDC_HEADERS 1
151 /* Version number of package */
152 #define VERSION "3.4.89"
154 /* Defined if compiling without arts */
155 #define WITHOUT_ARTS 1
157 /* Defines where xscreensaver stores it's config files */
158 /* #undef XSCREENSAVER_CONFIG_DIR */
160 /* Defines where xscreensaver stores its graphic hacks */
161 /* #undef XSCREENSAVER_HACKS_DIR */
164  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
165  * headers and I'm too lazy to write a configure test as long as only
166  * unixware is related
167  */
168 #ifdef _UNIXWARE
169 #define HAVE_BOOLEAN
170 #endif
175  * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
176  * that defines bzero.
177  */
179 #if defined(_AIX)
180 #include <strings.h>
181 #endif
185 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
186 # include <sys/time.h>
187 # include <crt_externs.h>
188 # define environ (*_NSGetEnviron())
189 #endif
193 #if !defined(HAVE_RES_INIT_PROTO)
194 #ifdef __cplusplus
195 extern "C" {
196 #endif
197 int res_init(void);
198 #ifdef __cplusplus
200 #endif
201 #endif
205 #if !defined(HAVE_STRLCAT_PROTO)
206 #ifdef __cplusplus
207 extern "C" {
208 #endif
209 unsigned long strlcat(char*, const char*, unsigned long);
210 #ifdef __cplusplus
212 #endif
213 #endif
217 #if !defined(HAVE_STRLCPY_PROTO)
218 #ifdef __cplusplus
219 extern "C" {
220 #endif
221 unsigned long strlcpy(char*, const char*, unsigned long);
222 #ifdef __cplusplus
224 #endif
225 #endif
230  * On HP-UX, the declaration of vsnprintf() is needed every time !
231  */
233 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
234 #if __STDC__
235 #include <stdarg.h>
236 #include <stdlib.h>
237 #else
238 #include <varargs.h>
239 #endif
240 #ifdef __cplusplus
241 extern "C"
242 #endif
243 int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
244 #ifdef __cplusplus
245 extern "C"
246 #endif
247 int snprintf(char *str, size_t n, char const *fmt, ...);
248 #endif
252 #if defined(__SVR4) && !defined(__svr4__)
253 #define __svr4__ 1
254 #endif
257 /* type to use in place of socklen_t if not defined */
258 #define kde_socklen_t socklen_t
260 /* type to use in place of socklen_t if not defined (deprecated, use
261    kde_socklen_t) */
262 #define ksize_t socklen_t