SCIM Bridge 0.4.x
config.h
1/* config.h. Generated from config.h.in by configure. */
2/* config.h.in. Generated from configure.ac by autoheader. */
3
4/* Define this to enable the debug facility in libscim */
5#define ENABLE_DEBUG 1
6
7/* Force use of GDK's multihead-safe APIs. */
8#define GDK_MULTIHEAD_SAFE 1
9
10/* Define to 1 if you have the 'argz_add' function. */
11#define HAVE_ARGZ_ADD 1
12
13/* Define to 1 if you have the 'argz_append' function. */
14#define HAVE_ARGZ_APPEND 1
15
16/* Define to 1 if you have the 'argz_count' function. */
17#define HAVE_ARGZ_COUNT 1
18
19/* Define to 1 if you have the 'argz_create_sep' function. */
20#define HAVE_ARGZ_CREATE_SEP 1
21
22/* Define to 1 if you have the <argz.h> header file. */
23#define HAVE_ARGZ_H 1
24
25/* Define to 1 if you have the 'argz_insert' function. */
26#define HAVE_ARGZ_INSERT 1
27
28/* Define to 1 if you have the 'argz_next' function. */
29#define HAVE_ARGZ_NEXT 1
30
31/* Define to 1 if you have the 'argz_stringify' function. */
32#define HAVE_ARGZ_STRINGIFY 1
33
34/* Define to 1 if you have the 'closedir' function. */
35#define HAVE_CLOSEDIR 1
36
37/* Define to 1 if you have the declaration of 'cygwin_conv_path', and to 0 if
38 you don't. */
39/* #undef HAVE_DECL_CYGWIN_CONV_PATH */
40
41/* Define to 1 if you have the <dirent.h> header file. */
42#define HAVE_DIRENT_H 1
43
44/* Define if you have the GNU dld library. */
45/* #undef HAVE_DLD */
46
47/* Define to 1 if you have the <dld.h> header file. */
48/* #undef HAVE_DLD_H */
49
50/* Define to 1 if you have the 'dlerror' function. */
51#define HAVE_DLERROR 1
52
53/* Define to 1 if you have the <dlfcn.h> header file. */
54#define HAVE_DLFCN_H 1
55
56/* Define to 1 if you have the <dl.h> header file. */
57/* #undef HAVE_DL_H */
58
59/* Define if you have the _dyld_func_lookup function. */
60/* #undef HAVE_DYLD */
61
62/* Define to 1 if the system has the type 'error_t'. */
63#define HAVE_ERROR_T 1
64
65/* Have gtk_draw_insertion_cursor (). */
66#define HAVE_GTK_DRAW_INSERTION_CURSOR 1
67
68/* Define to 1 if you have the <inttypes.h> header file. */
69#define HAVE_INTTYPES_H 1
70
71/* Define if you have the libdl library or equivalent. */
72#define HAVE_LIBDL 1
73
74/* Define if libdlloader will be built on this platform */
75#define HAVE_LIBDLLOADER 1
76
77/* Define this if a modern libltdl is already installed */
78#define HAVE_LTDL 1
79
80/* Define to 1 if you have the <mach-o/dyld.h> header file. */
81/* #undef HAVE_MACH_O_DYLD_H */
82
83/* Define to 1 if you have the <minix/config.h> header file. */
84/* #undef HAVE_MINIX_CONFIG_H */
85
86/* Define to 1 if you have the 'opendir' function. */
87#define HAVE_OPENDIR 1
88
89/* Define if libtool can extract symbol lists from object files. */
90#define HAVE_PRELOADED_SYMBOLS 1
91
92/* Define to 1 if you have the 'readdir' function. */
93#define HAVE_READDIR 1
94
95/* Define if you have the shl_load function. */
96/* #undef HAVE_SHL_LOAD */
97
98/* Define to 1 if you have the <stdint.h> header file. */
99#define HAVE_STDINT_H 1
100
101/* Define to 1 if you have the <stdio.h> header file. */
102#define HAVE_STDIO_H 1
103
104/* Define to 1 if you have the <stdlib.h> header file. */
105#define HAVE_STDLIB_H 1
106
107/* Define to 1 if you have the <strings.h> header file. */
108#define HAVE_STRINGS_H 1
109
110/* Define to 1 if you have the <string.h> header file. */
111#define HAVE_STRING_H 1
112
113/* Define to 1 if you have the 'strlcat' function. */
114#define HAVE_STRLCAT 1
115
116/* Define to 1 if you have the 'strlcpy' function. */
117#define HAVE_STRLCPY 1
118
119/* Define to 1 if you have the <sys/dl.h> header file. */
120/* #undef HAVE_SYS_DL_H */
121
122/* Define to 1 if you have the <sys/stat.h> header file. */
123#define HAVE_SYS_STAT_H 1
124
125/* Define to 1 if you have the <sys/types.h> header file. */
126#define HAVE_SYS_TYPES_H 1
127
128/* Define to 1 if you have the <unistd.h> header file. */
129#define HAVE_UNISTD_H 1
130
131/* Define to 1 if you have the <wchar.h> header file. */
132#define HAVE_WCHAR_H 1
133
134/* This value is set to 1 to indicate that the system argz facility works */
135#define HAVE_WORKING_ARGZ 1
136
137/* Define if the OS needs help to load dependent libraries for dlopen(). */
138/* #undef LTDL_DLOPEN_DEPLIBS */
139
140/* Define to the system default library search path. */
141#define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/local/lib"
142
143/* The archive extension */
144#define LT_LIBEXT "a"
145
146/* The archive prefix */
147#define LT_LIBPREFIX "lib"
148
149/* Define to the extension used for runtime loadable modules, say, ".so". */
150#define LT_MODULE_EXT ".so"
151
152/* Define to the name of the environment variable that determines the run-time
153 module search path. */
154#define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
155
156/* Define to the sub-directory where libtool stores uninstalled libraries. */
157#define LT_OBJDIR ".libs/"
158
159/* Define to the shared library suffix, say, ".dylib". */
160/* #undef LT_SHARED_EXT */
161
162/* Define to the shared archive member specification, say "(shr.o)". */
163/* #undef LT_SHARED_LIB_MEMBER */
164
165/* Define if dlsym() requires a leading underscore in symbol names. */
166/* #undef NEED_USCORE */
167
168/* Name of package */
169#define PACKAGE "scim-bridge"
170
171/* Define to the address where bug reports for this package should be sent. */
172#define PACKAGE_BUGREPORT "ryo-dairiki@users.sourceforge.net"
173
174/* Define to the full name of this package. */
175#define PACKAGE_NAME "scim-bridge"
176
177/* Define to the full name and version of this package. */
178#define PACKAGE_STRING "scim-bridge 0.4.17"
179
180/* Define to the one symbol short name of this package. */
181#define PACKAGE_TARNAME "scim-bridge"
182
183/* Define to the home page for this package. */
184#define PACKAGE_URL ""
185
186/* Define to the version of this package. */
187#define PACKAGE_VERSION "0.4.17"
188
189/* The Major version of SCIM library. */
190#define SCIM_BRIDGE_MAJOR_VERSION 0
191
192/* The Micro version of SCIM library. */
193#define SCIM_BRIDGE_MICRO_VERSION 17
194
195/* The Minor version of SCIM library. */
196#define SCIM_BRIDGE_MINOR_VERSION 4
197
198/* The release version of SCIM library. */
199#define SCIM_BRIDGE_VERSION "0.4.17"
200
201/* Define to 1 if all of the C89 standard headers exist (not just the ones
202 required in a freestanding environment). This macro is provided for
203 backward compatibility; new code need not use it. */
204#define STDC_HEADERS 1
205
206/* Enable extensions on AIX, Interix, z/OS. */
207#ifndef _ALL_SOURCE
208# define _ALL_SOURCE 1
209#endif
210/* Enable general extensions on macOS. */
211#ifndef _DARWIN_C_SOURCE
212# define _DARWIN_C_SOURCE 1
213#endif
214/* Enable general extensions on Solaris. */
215#ifndef __EXTENSIONS__
216# define __EXTENSIONS__ 1
217#endif
218/* Enable GNU extensions on systems that have them. */
219#ifndef _GNU_SOURCE
220# define _GNU_SOURCE 1
221#endif
222/* Enable X/Open compliant socket functions that do not require linking
223 with -lxnet on HP-UX 11.11. */
224#ifndef _HPUX_ALT_XOPEN_SOCKET_API
225# define _HPUX_ALT_XOPEN_SOCKET_API 1
226#endif
227/* Identify the host operating system as Minix.
228 This macro does not affect the system headers' behavior.
229 A future release of Autoconf may stop defining this macro. */
230#ifndef _MINIX
231/* # undef _MINIX */
232#endif
233/* Enable general extensions on NetBSD.
234 Enable NetBSD compatibility extensions on Minix. */
235#ifndef _NETBSD_SOURCE
236# define _NETBSD_SOURCE 1
237#endif
238/* Enable OpenBSD compatibility extensions on NetBSD.
239 Oddly enough, this does nothing on OpenBSD. */
240#ifndef _OPENBSD_SOURCE
241# define _OPENBSD_SOURCE 1
242#endif
243/* Define to 1 if needed for POSIX-compatible behavior. */
244#ifndef _POSIX_SOURCE
245/* # undef _POSIX_SOURCE */
246#endif
247/* Define to 2 if needed for POSIX-compatible behavior. */
248#ifndef _POSIX_1_SOURCE
249/* # undef _POSIX_1_SOURCE */
250#endif
251/* Enable POSIX-compatible threading on Solaris. */
252#ifndef _POSIX_PTHREAD_SEMANTICS
253# define _POSIX_PTHREAD_SEMANTICS 1
254#endif
255/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
256#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
257# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
258#endif
259/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
260#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
261# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
262#endif
263/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
264#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
265# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
266#endif
267/* Enable extensions specified by C23 Annex F. */
268#ifndef __STDC_WANT_IEC_60559_EXT__
269# define __STDC_WANT_IEC_60559_EXT__ 1
270#endif
271/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
272#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
273# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
274#endif
275/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
276#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
277# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
278#endif
279/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
280#ifndef __STDC_WANT_LIB_EXT2__
281# define __STDC_WANT_LIB_EXT2__ 1
282#endif
283/* Enable extensions specified by ISO/IEC 24747:2009. */
284#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
285# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
286#endif
287/* Enable extensions on HP NonStop. */
288#ifndef _TANDEM_SOURCE
289# define _TANDEM_SOURCE 1
290#endif
291/* Enable X/Open extensions. Define to 500 only if necessary
292 to make mbstate_t available. */
293#ifndef _XOPEN_SOURCE
294/* # undef _XOPEN_SOURCE */
295#endif
296
297
298/* Version number of package */
299#define VERSION "0.4.17"
300
301/* Define so that glibc/gnulib argp.h does not typedef error_t. */
302/* #undef __error_t_defined */
303
304/* Define to a type to use for 'error_t' if it is not otherwise available. */
305/* #undef error_t */