Change configure.in.in to include git tree version
[kmk.git] / config.h.in
blob62a3a4205e53ee1306a5215732bdba71c4898670
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if you have the <Carbon/Carbon.h> header file. */
4 #undef HAVE_CARBON_CARBON_H
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 #undef HAVE_CRT_EXTERNS_H
12 /* Defines if your system has the crypt function */
13 #undef HAVE_CRYPT
15 /* Define to 1 if you have the <dlfcn.h> header file. */
16 #undef HAVE_DLFCN_H
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
21 /* Define if you have libjpeg */
22 #undef HAVE_LIBJPEG
24 /* Define if you have libpng */
25 #undef HAVE_LIBPNG
27 /* Define if you have a working libpthread (will enable threaded code) */
28 #undef HAVE_LIBPTHREAD
30 /* Define if you have libz */
31 #undef HAVE_LIBZ
33 /* Define to 1 if you have the <memory.h> header file. */
34 #undef HAVE_MEMORY_H
36 /* Define if your system needs _NSGetEnviron to set up the environment */
37 #undef HAVE_NSGETENVIRON
39 /* Define if you have res_init */
40 #undef HAVE_RES_INIT
42 /* Define if you have the res_init prototype */
43 #undef HAVE_RES_INIT_PROTO
45 /* Define if you have a STL implementation by SGI */
46 #undef HAVE_SGI_STL
48 /* Define to 1 if you have the `snprintf' function. */
49 #undef HAVE_SNPRINTF
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #undef HAVE_STDINT_H
54 /* Define to 1 if you have the <stdlib.h> header file. */
55 #undef HAVE_STDLIB_H
57 /* Define to 1 if you have the <strings.h> header file. */
58 #undef HAVE_STRINGS_H
60 /* Define to 1 if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
63 /* Define if you have strlcat */
64 #undef HAVE_STRLCAT
66 /* Define if you have the strlcat prototype */
67 #undef HAVE_STRLCAT_PROTO
69 /* Define if you have strlcpy */
70 #undef HAVE_STRLCPY
72 /* Define if you have the strlcpy prototype */
73 #undef HAVE_STRLCPY_PROTO
75 /* Define to 1 if you have the <sys/bitypes.h> header file. */
76 #undef HAVE_SYS_BITYPES_H
78 /* Define to 1 if you have the <sys/stat.h> header file. */
79 #undef HAVE_SYS_STAT_H
81 /* Define to 1 if you have the <sys/types.h> header file. */
82 #undef HAVE_SYS_TYPES_H
84 /* have TagLib */
85 #undef HAVE_TAGLIB
87 /* Define to 1 if you have the <unistd.h> header file. */
88 #undef HAVE_UNISTD_H
90 /* Define to 1 if you have the `vsnprintf' function. */
91 #undef HAVE_VSNPRINTF
93 /* Suffix for lib directories */
94 #undef KDELIBSUFF
96 /* Define a safe value for MAXPATHLEN */
97 #undef KDEMAXPATHLEN
99 /* Name of package */
100 #undef PACKAGE
102 /* Define to the address where bug reports for this package should be sent. */
103 #undef PACKAGE_BUGREPORT
105 /* Define to the full name of this package. */
106 #undef PACKAGE_NAME
108 /* Define to the full name and version of this package. */
109 #undef PACKAGE_STRING
111 /* Define to the one symbol short name of this package. */
112 #undef PACKAGE_TARNAME
114 /* Define to the version of this package. */
115 #undef PACKAGE_VERSION
117 /* The size of `char *', as computed by sizeof. */
118 #undef SIZEOF_CHAR_P
120 /* The size of `int', as computed by sizeof. */
121 #undef SIZEOF_INT
123 /* The size of `long', as computed by sizeof. */
124 #undef SIZEOF_LONG
126 /* The size of `short', as computed by sizeof. */
127 #undef SIZEOF_SHORT
129 /* The size of `size_t', as computed by sizeof. */
130 #undef SIZEOF_SIZE_T
132 /* The size of `unsigned long', as computed by sizeof. */
133 #undef SIZEOF_UNSIGNED_LONG
135 /* Define to 1 if you have the ANSI C header files. */
136 #undef STDC_HEADERS
138 /* Version number of package */
139 #undef VERSION
141 /* Defined if compiling without arts */
142 #undef WITHOUT_ARTS
144 /* Define to 1 if your processor stores words with the most significant byte
145 first (like Motorola and SPARC, unlike Intel and VAX). */
146 #undef WORDS_BIGENDIAN
149 * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
150 * headers and I'm too lazy to write a configure test as long as only
151 * unixware is related
153 #ifdef _UNIXWARE
154 #define HAVE_BOOLEAN
155 #endif
160 * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
161 * that defines bzero.
164 #if defined(_AIX)
165 #include <strings.h>
166 #endif
170 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
171 # include <sys/time.h>
172 # include <crt_externs.h>
173 # define environ (*_NSGetEnviron())
174 #endif
178 #if !defined(HAVE_RES_INIT_PROTO)
179 #ifdef __cplusplus
180 extern "C" {
181 #endif
182 int res_init(void);
183 #ifdef __cplusplus
185 #endif
186 #endif
190 #if !defined(HAVE_STRLCAT_PROTO)
191 #ifdef __cplusplus
192 extern "C" {
193 #endif
194 unsigned long strlcat(char*, const char*, unsigned long);
195 #ifdef __cplusplus
197 #endif
198 #endif
202 #if !defined(HAVE_STRLCPY_PROTO)
203 #ifdef __cplusplus
204 extern "C" {
205 #endif
206 unsigned long strlcpy(char*, const char*, unsigned long);
207 #ifdef __cplusplus
209 #endif
210 #endif
215 * On HP-UX, the declaration of vsnprintf() is needed every time !
218 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
219 #if __STDC__
220 #include <stdarg.h>
221 #include <stdlib.h>
222 #else
223 #include <varargs.h>
224 #endif
225 #ifdef __cplusplus
226 extern "C"
227 #endif
228 int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
229 #ifdef __cplusplus
230 extern "C"
231 #endif
232 int snprintf(char *str, size_t n, char const *fmt, ...);
233 #endif
237 #if defined(__SVR4) && !defined(__svr4__)
238 #define __svr4__ 1
239 #endif
242 /* type to use in place of socklen_t if not defined */
243 #undef kde_socklen_t
245 /* type to use in place of socklen_t if not defined (deprecated, use
246 kde_socklen_t) */
247 #undef ksize_t