Fix Makefile.am not to build GTK setup module.
[framework/uifw/ise-engine-hangul.git] / skim / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* Define this to enable the debug facility in scim-panel-lib */
4 #undef ENABLE_DEBUG
5
6 /* Define to 1 if translation of program messages to the user's native
7    language is requested. */
8 #undef ENABLE_NLS
9
10 /* Define to 1 if you have the <Carbon/Carbon.h> header file. */
11 #undef HAVE_CARBON_CARBON_H
12
13 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
14    CoreFoundation framework. */
15 #undef HAVE_CFLOCALECOPYCURRENT
16
17 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
18    the CoreFoundation framework. */
19 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
20
21 /* Define if you have the CoreAudio API */
22 #undef HAVE_COREAUDIO
23
24 /* Define to 1 if you have the <crt_externs.h> header file. */
25 #undef HAVE_CRT_EXTERNS_H
26
27 /* Defines if your system has the crypt function */
28 #undef HAVE_CRYPT
29
30 /* Define if the GNU dcgettext() function is already present or preinstalled.
31    */
32 #undef HAVE_DCGETTEXT
33
34 /* Define to 1 if you have the <dlfcn.h> header file. */
35 #undef HAVE_DLFCN_H
36
37 /* Define if the GNU gettext() function is already present or preinstalled. */
38 #undef HAVE_GETTEXT
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 /* Define if you have libjpeg */
47 #undef HAVE_LIBJPEG
48
49 /* Define if you have libpng */
50 #undef HAVE_LIBPNG
51
52 /* Define if you have a working libpthread (will enable threaded code) */
53 #undef HAVE_LIBPTHREAD
54
55 /* Define if you have libz */
56 #undef HAVE_LIBZ
57
58 /* Define to 1 if you have the <memory.h> header file. */
59 #undef HAVE_MEMORY_H
60
61 /* Define if your system needs _NSGetEnviron to set up the environment */
62 #undef HAVE_NSGETENVIRON
63
64 /* Define if you have res_init */
65 #undef HAVE_RES_INIT
66
67 /* Define if you have the res_init prototype */
68 #undef HAVE_RES_INIT_PROTO
69
70 /* Define if you have a STL implementation by SGI */
71 #undef HAVE_SGI_STL
72
73 /* Define to 1 if you have the `snprintf' function. */
74 #undef HAVE_SNPRINTF
75
76 /* Define to 1 if you have the <stdint.h> header file. */
77 #undef HAVE_STDINT_H
78
79 /* Define to 1 if you have the <stdlib.h> header file. */
80 #undef HAVE_STDLIB_H
81
82 /* Define to 1 if you have the <strings.h> header file. */
83 #undef HAVE_STRINGS_H
84
85 /* Define to 1 if you have the <string.h> header file. */
86 #undef HAVE_STRING_H
87
88 /* Define if you have strlcat */
89 #undef HAVE_STRLCAT
90
91 /* Define if you have the strlcat prototype */
92 #undef HAVE_STRLCAT_PROTO
93
94 /* Define if you have strlcpy */
95 #undef HAVE_STRLCPY
96
97 /* Define if you have the strlcpy prototype */
98 #undef HAVE_STRLCPY_PROTO
99
100 /* Define to 1 if you have the <sys/bitypes.h> header file. */
101 #undef HAVE_SYS_BITYPES_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 /* Define to 1 if you have the `vsnprintf' function. */
113 #undef HAVE_VSNPRINTF
114
115 /* Suffix for lib directories */
116 #undef KDELIBSUFF
117
118 /* Define a safe value for MAXPATHLEN */
119 #undef KDEMAXPATHLEN
120
121 /* Name of package */
122 #undef PACKAGE
123
124 /* Define to the address where bug reports for this package should be sent. */
125 #undef PACKAGE_BUGREPORT
126
127 /* Define to the full name of this package. */
128 #undef PACKAGE_NAME
129
130 /* Define to the full name and version of this package. */
131 #undef PACKAGE_STRING
132
133 /* Define to the one symbol short name of this package. */
134 #undef PACKAGE_TARNAME
135
136 /* Define to the version of this package. */
137 #undef PACKAGE_VERSION
138
139 /* The size of `char *', as computed by sizeof. */
140 #undef SIZEOF_CHAR_P
141
142 /* The size of `int', as computed by sizeof. */
143 #undef SIZEOF_INT
144
145 /* The size of `long', as computed by sizeof. */
146 #undef SIZEOF_LONG
147
148 /* The size of `short', as computed by sizeof. */
149 #undef SIZEOF_SHORT
150
151 /* The size of `size_t', as computed by sizeof. */
152 #undef SIZEOF_SIZE_T
153
154 /* The size of `unsigned long', as computed by sizeof. */
155 #undef SIZEOF_UNSIGNED_LONG
156
157 /* Define to 1 if you have the ANSI C header files. */
158 #undef STDC_HEADERS
159
160 /* Version number of package */
161 #undef VERSION
162
163 /* Defined if compiling without arts */
164 #undef WITHOUT_ARTS
165
166 /* Define to 1 if your processor stores words with the most significant byte
167    first (like Motorola and SPARC, unlike Intel and VAX). */
168 #undef WORDS_BIGENDIAN
169
170 /*
171  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
172  * headers and I'm too lazy to write a configure test as long as only
173  * unixware is related
174  */
175 #ifdef _UNIXWARE
176 #define HAVE_BOOLEAN
177 #endif
178
179
180
181 /*
182  * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
183  * that defines bzero.
184  */
185
186 #if defined(_AIX)
187 #include <strings.h>
188 #endif
189
190
191
192 #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
193 # include <sys/time.h>
194 # include <crt_externs.h>
195 # define environ (*_NSGetEnviron())
196 #endif
197
198
199
200 #if !defined(HAVE_RES_INIT_PROTO)
201 #ifdef __cplusplus
202 extern "C" {
203 #endif
204 int res_init(void);
205 #ifdef __cplusplus
206 }
207 #endif
208 #endif
209
210
211
212 #if !defined(HAVE_STRLCAT_PROTO)
213 #ifdef __cplusplus
214 extern "C" {
215 #endif
216 unsigned long strlcat(char*, const char*, unsigned long);
217 #ifdef __cplusplus
218 }
219 #endif
220 #endif
221
222
223
224 #if !defined(HAVE_STRLCPY_PROTO)
225 #ifdef __cplusplus
226 extern "C" {
227 #endif
228 unsigned long strlcpy(char*, const char*, unsigned long);
229 #ifdef __cplusplus
230 }
231 #endif
232 #endif
233
234
235
236 /*
237  * On HP-UX, the declaration of vsnprintf() is needed every time !
238  */
239
240 #if !defined(HAVE_VSNPRINTF) || defined(hpux)
241 #if __STDC__
242 #include <stdarg.h>
243 #include <stdlib.h>
244 #else
245 #include <varargs.h>
246 #endif
247 #ifdef __cplusplus
248 extern "C"
249 #endif
250 int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
251 #ifdef __cplusplus
252 extern "C"
253 #endif
254 int snprintf(char *str, size_t n, char const *fmt, ...);
255 #endif
256
257
258
259 #if defined(__SVR4) && !defined(__svr4__)
260 #define __svr4__ 1
261 #endif
262
263
264 /* type to use in place of socklen_t if not defined */
265 #undef kde_socklen_t
266
267 /* type to use in place of socklen_t if not defined (deprecated, use
268    kde_socklen_t) */
269 #undef ksize_t