SCIMBridge  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 to 1 if you have the `argz_add' function. */
5 #define HAVE_ARGZ_ADD 1
6 
7 /* Define to 1 if you have the `argz_append' function. */
8 #define HAVE_ARGZ_APPEND 1
9 
10 /* Define to 1 if you have the `argz_count' function. */
11 #define HAVE_ARGZ_COUNT 1
12 
13 /* Define to 1 if you have the `argz_create_sep' function. */
14 #define HAVE_ARGZ_CREATE_SEP 1
15 
16 /* Define to 1 if you have the <argz.h> header file. */
17 #define HAVE_ARGZ_H 1
18 
19 /* Define to 1 if you have the `argz_insert' function. */
20 #define HAVE_ARGZ_INSERT 1
21 
22 /* Define to 1 if you have the `argz_next' function. */
23 #define HAVE_ARGZ_NEXT 1
24 
25 /* Define to 1 if you have the `argz_stringify' function. */
26 #define HAVE_ARGZ_STRINGIFY 1
27 
28 /* Define to 1 if you have the `closedir' function. */
29 #define HAVE_CLOSEDIR 1
30 
31 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
32  you don't. */
33 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
34 
35 /* Define to 1 if you have the <dirent.h> header file. */
36 #define HAVE_DIRENT_H 1
37 
38 /* Define if you have the GNU dld library. */
39 /* #undef HAVE_DLD */
40 
41 /* Define to 1 if you have the <dld.h> header file. */
42 /* #undef HAVE_DLD_H */
43 
44 /* Define to 1 if you have the `dlerror' function. */
45 #define HAVE_DLERROR 1
46 
47 /* Define to 1 if you have the <dlfcn.h> header file. */
48 #define HAVE_DLFCN_H 1
49 
50 /* Define to 1 if you have the <dl.h> header file. */
51 /* #undef HAVE_DL_H */
52 
53 /* Define if you have the _dyld_func_lookup function. */
54 /* #undef HAVE_DYLD */
55 
56 /* Define to 1 if the system has the type `error_t'. */
57 #define HAVE_ERROR_T 1
58 
59 /* Define to 1 if you have the <inttypes.h> header file. */
60 #define HAVE_INTTYPES_H 1
61 
62 /* Define if you have the libdl library or equivalent. */
63 #define HAVE_LIBDL 1
64 
65 /* Define if libdlloader will be built on this platform */
66 #define HAVE_LIBDLLOADER 1
67 
68 /* Define to 1 if you have the <mach-o/dyld.h> header file. */
69 /* #undef HAVE_MACH_O_DYLD_H */
70 
71 /* Define to 1 if you have the <memory.h> header file. */
72 #define HAVE_MEMORY_H 1
73 
74 /* Define to 1 if you have the `opendir' function. */
75 #define HAVE_OPENDIR 1
76 
77 /* Define if libtool can extract symbol lists from object files. */
78 #define HAVE_PRELOADED_SYMBOLS 1
79 
80 /* Define to 1 if you have the `readdir' function. */
81 #define HAVE_READDIR 1
82 
83 /* Define if you have the shl_load function. */
84 /* #undef HAVE_SHL_LOAD */
85 
86 /* Define to 1 if you have the <stdint.h> header file. */
87 #define HAVE_STDINT_H 1
88 
89 /* Define to 1 if you have the <stdlib.h> header file. */
90 #define HAVE_STDLIB_H 1
91 
92 /* Define to 1 if you have the <strings.h> header file. */
93 #define HAVE_STRINGS_H 1
94 
95 /* Define to 1 if you have the <string.h> header file. */
96 #define HAVE_STRING_H 1
97 
98 /* Define to 1 if you have the `strlcat' function. */
99 /* #undef HAVE_STRLCAT */
100 
101 /* Define to 1 if you have the `strlcpy' function. */
102 /* #undef HAVE_STRLCPY */
103 
104 /* Define to 1 if you have the <sys/dl.h> header file. */
105 /* #undef HAVE_SYS_DL_H */
106 
107 /* Define to 1 if you have the <sys/stat.h> header file. */
108 #define HAVE_SYS_STAT_H 1
109 
110 /* Define to 1 if you have the <sys/types.h> header file. */
111 #define HAVE_SYS_TYPES_H 1
112 
113 /* Define to 1 if you have the <unistd.h> header file. */
114 #define HAVE_UNISTD_H 1
115 
116 /* This value is set to 1 to indicate that the system argz facility works */
117 #define HAVE_WORKING_ARGZ 1
118 
119 /* Define if the OS needs help to load dependent libraries for dlopen(). */
120 /* #undef LTDL_DLOPEN_DEPLIBS */
121 
122 /* Define to the system default library search path. */
123 #define LT_DLSEARCH_PATH "/lib:/usr/lib:/usr/local/lib64:/usr/local/lib"
124 
125 /* The archive extension */
126 #define LT_LIBEXT "a"
127 
128 /* The archive prefix */
129 #define LT_LIBPREFIX "lib"
130 
131 /* Define to the extension used for runtime loadable modules, say, ".so". */
132 #define LT_MODULE_EXT ".so"
133 
134 /* Define to the name of the environment variable that determines the run-time
135  module search path. */
136 #define LT_MODULE_PATH_VAR "LD_LIBRARY_PATH"
137 
138 /* Define to the sub-directory where libtool stores uninstalled libraries. */
139 #define LT_OBJDIR ".libs/"
140 
141 /* Define to the shared library suffix, say, ".dylib". */
142 /* #undef LT_SHARED_EXT */
143 
144 /* Define to the shared archive member specification, say "(shr.o)". */
145 /* #undef LT_SHARED_LIB_MEMBER */
146 
147 /* Define if dlsym() requires a leading underscore in symbol names. */
148 /* #undef NEED_USCORE */
149 
150 /* Name of package */
151 #define PACKAGE "libltdl"
152 
153 /* Define to the address where bug reports for this package should be sent. */
154 #define PACKAGE_BUGREPORT "bug-libtool@gnu.org"
155 
156 /* Define to the full name of this package. */
157 #define PACKAGE_NAME "libltdl"
158 
159 /* Define to the full name and version of this package. */
160 #define PACKAGE_STRING "libltdl 2.4.3a"
161 
162 /* Define to the one symbol short name of this package. */
163 #define PACKAGE_TARNAME "libltdl"
164 
165 /* Define to the home page for this package. */
166 #define PACKAGE_URL ""
167 
168 /* Define to the version of this package. */
169 #define PACKAGE_VERSION "2.4.3a"
170 
171 /* Define to 1 if you have the ANSI C header files. */
172 #define STDC_HEADERS 1
173 
174 /* Version number of package */
175 #define VERSION "2.4.3a"
176 
177 /* Define so that glibc/gnulib argp.h does not typedef error_t. */
178 /* #undef __error_t_defined */
179 
180 /* Define to a type to use for 'error_t' if it is not otherwise available. */
181 /* #undef error_t */