~ubuntu-branches/ubuntu/oneiric/libchewing/oneiric

« back to all changes in this revision

Viewing changes to config.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Kanru Chen
  • Date: 2006-05-15 16:17:40 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060515161740-x7jqtejpdwn6jv72
Tags: 0.3.0-1
* New upstream release
* Bump major version to 3
* Change debhelper compatibility to 5
* Update standards-version to 3.7.2.0
* Not install *.la files anymore.
* Install -data files to libchewing3/chewing instead of chewing
  to maintain the compatibility of old -data packages
* Update README.Debian
* Change libchewing3-data architecture to any (Closes: #303000)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* config.h.in.  Generated from configure.ac by autoheader.  */
2
 
 
3
 
/* Define to 1 if you want native library runtime debugging code enabled */
4
 
#undef ENABLE_DEBUG
5
 
 
6
 
/* Define to 1 if you have the `argz_append' function. */
7
 
#undef HAVE_ARGZ_APPEND
8
 
 
9
 
/* Define to 1 if you have the `argz_create_sep' function. */
10
 
#undef HAVE_ARGZ_CREATE_SEP
11
 
 
12
 
/* Define to 1 if you have the <argz.h> header file. */
13
 
#undef HAVE_ARGZ_H
14
 
 
15
 
/* Define to 1 if you have the `argz_insert' function. */
16
 
#undef HAVE_ARGZ_INSERT
17
 
 
18
 
/* Define to 1 if you have the `argz_next' function. */
19
 
#undef HAVE_ARGZ_NEXT
20
 
 
21
 
/* Define to 1 if you have the `argz_stringify' function. */
22
 
#undef HAVE_ARGZ_STRINGIFY
23
 
 
24
 
/* Define to 1 if you have the <assert.h> header file. */
25
 
#undef HAVE_ASSERT_H
26
 
 
27
 
/* Define to 1 if you have the `bcopy' function. */
28
 
#undef HAVE_BCOPY
29
 
 
30
 
/* Define to 1 if you have the `closedir' function. */
31
 
#undef HAVE_CLOSEDIR
32
 
 
33
 
/* Define to 1 if you have the <ctype.h> header file. */
34
 
#undef HAVE_CTYPE_H
35
 
 
36
 
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
37
 
   */
38
 
#undef HAVE_DIRENT_H
39
 
 
40
 
/* Define if you have the GNU dld library. */
41
 
#undef HAVE_DLD
42
 
 
43
 
/* Define to 1 if you have the <dld.h> header file. */
44
 
#undef HAVE_DLD_H
45
 
 
46
 
/* Define to 1 if you have the `dlerror' function. */
47
 
#undef HAVE_DLERROR
48
 
 
49
 
/* Define to 1 if you have the <dlfcn.h> header file. */
50
 
#undef HAVE_DLFCN_H
51
 
 
52
 
/* Define to 1 if you have the <dl.h> header file. */
53
 
#undef HAVE_DL_H
54
 
 
55
 
/* Define if you have the _dyld_func_lookup function. */
56
 
#undef HAVE_DYLD
57
 
 
58
 
/* Define to 1 if you have the <errno.h> header file. */
59
 
#undef HAVE_ERRNO_H
60
 
 
61
 
/* Define to 1 if the system has the type `error_t'. */
62
 
#undef HAVE_ERROR_T
63
 
 
64
 
/* Define to 1 if you have the `index' function. */
65
 
#undef HAVE_INDEX
66
 
 
67
 
/* Define to 1 if you have the <inttypes.h> header file. */
68
 
#undef HAVE_INTTYPES_H
69
 
 
70
 
/* Define if you have the libdl library or equivalent. */
71
 
#undef HAVE_LIBDL
72
 
 
73
 
/* Define to 1 if you have the <mach-o/dyld.h> header file. */
74
 
#undef HAVE_MACH_O_DYLD_H
75
 
 
76
 
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
77
 
   to 0 otherwise. */
78
 
#undef HAVE_MALLOC
79
 
 
80
 
/* Define to 1 if you have the <malloc.h> header file. */
81
 
#undef HAVE_MALLOC_H
82
 
 
83
 
/* Define to 1 if you have the `memchr' function. */
84
 
#undef HAVE_MEMCHR
85
 
 
86
 
/* Define to 1 if you have the `memcpy' function. */
87
 
#undef HAVE_MEMCPY
88
 
 
89
 
/* Define to 1 if you have the `memmove' function. */
90
 
#undef HAVE_MEMMOVE
91
 
 
92
 
/* Define to 1 if you have the <memory.h> header file. */
93
 
#undef HAVE_MEMORY_H
94
 
 
95
 
/* Define to 1 if you have the `memset' function. */
96
 
#undef HAVE_MEMSET
97
 
 
98
 
/* Define to 1 if you have the `mkdir' function. */
99
 
#undef HAVE_MKDIR
100
 
 
101
 
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
102
 
#undef HAVE_NDIR_H
103
 
 
104
 
/* Define to 1 if you have the `opendir' function. */
105
 
#undef HAVE_OPENDIR
106
 
 
107
 
/* Define if libtool can extract symbol lists from object files. */
108
 
#undef HAVE_PRELOADED_SYMBOLS
109
 
 
110
 
/* Define to 1 if you have the `readdir' function. */
111
 
#undef HAVE_READDIR
112
 
 
113
 
/* Define to 1 if you have the `rindex' function. */
114
 
#undef HAVE_RINDEX
115
 
 
116
 
/* Define if you have the shl_load function. */
117
 
#undef HAVE_SHL_LOAD
118
 
 
119
 
/* Define to 1 if you have the <stdint.h> header file. */
120
 
#undef HAVE_STDINT_H
121
 
 
122
 
/* Define to 1 if you have the <stdio.h> header file. */
123
 
#undef HAVE_STDIO_H
124
 
 
125
 
/* Define to 1 if you have the <stdlib.h> header file. */
126
 
#undef HAVE_STDLIB_H
127
 
 
128
 
/* Define to 1 if you have the `strchr' function. */
129
 
#undef HAVE_STRCHR
130
 
 
131
 
/* Define to 1 if you have the `strcmp' function. */
132
 
#undef HAVE_STRCMP
133
 
 
134
 
/* Define to 1 if you have the <strings.h> header file. */
135
 
#undef HAVE_STRINGS_H
136
 
 
137
 
/* Define to 1 if you have the <string.h> header file. */
138
 
#undef HAVE_STRING_H
139
 
 
140
 
/* Define to 1 if you have the `strrchr' function. */
141
 
#undef HAVE_STRRCHR
142
 
 
143
 
/* Define to 1 if you have the `strstr' function. */
144
 
#undef HAVE_STRSTR
145
 
 
146
 
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
147
 
   */
148
 
#undef HAVE_SYS_DIR_H
149
 
 
150
 
/* Define to 1 if you have the <sys/dl.h> header file. */
151
 
#undef HAVE_SYS_DL_H
152
 
 
153
 
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
154
 
   */
155
 
#undef HAVE_SYS_NDIR_H
156
 
 
157
 
/* Define to 1 if you have the <sys/stat.h> header file. */
158
 
#undef HAVE_SYS_STAT_H
159
 
 
160
 
/* Define to 1 if you have the <sys/types.h> header file. */
161
 
#undef HAVE_SYS_TYPES_H
162
 
 
163
 
/* Define to 1 if you have the <unistd.h> header file. */
164
 
#undef HAVE_UNISTD_H
165
 
 
166
 
/* The binary version of libchewing. */
167
 
#undef LIBCHEWING_BINARY_VERSION
168
 
 
169
 
/* The release version of libchewing. */
170
 
#undef LIBCHEWING_VERSION
171
 
 
172
 
/* Define if the OS needs help to load dependent libraries for dlopen(). */
173
 
#undef LTDL_DLOPEN_DEPLIBS
174
 
 
175
 
/* Define to the sub-directory in which libtool stores uninstalled libraries.
176
 
   */
177
 
#undef LTDL_OBJDIR
178
 
 
179
 
/* Define to the name of the environment variable that determines the dynamic
180
 
   library search path. */
181
 
#undef LTDL_SHLIBPATH_VAR
182
 
 
183
 
/* Define to the extension used for shared libraries, say, ".so". */
184
 
#undef LTDL_SHLIB_EXT
185
 
 
186
 
/* Define to the system default library search path. */
187
 
#undef LTDL_SYSSEARCHPATH
188
 
 
189
 
/* Define if dlsym() requires a leading underscore in symbol names. */
190
 
#undef NEED_USCORE
191
 
 
192
 
/* Name of package */
193
 
#undef PACKAGE
194
 
 
195
 
/* Define to the address where bug reports for this package should be sent. */
196
 
#undef PACKAGE_BUGREPORT
197
 
 
198
 
/* Define to the full name of this package. */
199
 
#undef PACKAGE_NAME
200
 
 
201
 
/* Define to the full name and version of this package. */
202
 
#undef PACKAGE_STRING
203
 
 
204
 
/* Define to the one symbol short name of this package. */
205
 
#undef PACKAGE_TARNAME
206
 
 
207
 
/* Define to the version of this package. */
208
 
#undef PACKAGE_VERSION
209
 
 
210
 
/* Define to 1 if you have the ANSI C header files. */
211
 
#undef STDC_HEADERS
212
 
 
213
 
/* Version number of package */
214
 
#undef VERSION
215
 
 
216
 
/* Define to empty if `const' does not conform to ANSI C. */
217
 
#undef const
218
 
 
219
 
/* Define to a type to use for `error_t' if it is not otherwise available. */
220
 
#undef error_t
221
 
 
222
 
/* Define to rpl_malloc if the replacement function should be used. */
223
 
#undef malloc