Packaging: clean spec file
[platform/upstream/ibus-libpinyin.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* always defined to indicate that i18n is enabled */
4 #undef ENABLE_NLS
5
6 /* Gettext package */
7 #undef GETTEXT_PACKAGE
8
9 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
10 #undef HAVE_BIND_TEXTDOMAIN_CODESET
11
12 /* Defined if the requested minimum BOOST version is satisfied */
13 #undef HAVE_BOOST
14
15 /* Define to 1 if you have <boost/bind.hpp> */
16 #undef HAVE_BOOST_BIND_HPP
17
18 /* Define to 1 if you have <boost/signals2.hpp> */
19 #undef HAVE_BOOST_SIGNALS2_HPP
20
21 /* Define to 1 if you have the `dcgettext' function. */
22 #undef HAVE_DCGETTEXT
23
24 /* Define to 1 if you have the <dlfcn.h> header file. */
25 #undef HAVE_DLFCN_H
26
27 /* Define if the GNU gettext() function is already present or preinstalled. */
28 #undef HAVE_GETTEXT
29
30 /* Define to 1 if you have the `ibus_config_get_values' function. */
31 #undef HAVE_IBUS_CONFIG_GET_VALUES
32
33 /* Define to 1 if you have the <inttypes.h> header file. */
34 #undef HAVE_INTTYPES_H
35
36 /* Define if your <locale.h> file defines LC_MESSAGES. */
37 #undef HAVE_LC_MESSAGES
38
39 /* Define if found libuuid */
40 #undef HAVE_LIBUUID
41
42 /* Define to 1 if you have the <locale.h> header file. */
43 #undef HAVE_LOCALE_H
44
45 /* Define to 1 if you have the <memory.h> header file. */
46 #undef HAVE_MEMORY_H
47
48 /* Define if found opencc */
49 #undef HAVE_OPENCC
50
51 /* Define to 1 if you have the <stdint.h> header file. */
52 #undef HAVE_STDINT_H
53
54 /* Define to 1 if you have the <stdlib.h> header file. */
55 #undef HAVE_STDLIB_H
56
57 /* Define to 1 if you have the <strings.h> header file. */
58 #undef HAVE_STRINGS_H
59
60 /* Define to 1 if you have the <string.h> header file. */
61 #undef HAVE_STRING_H
62
63 /* Define to 1 if you have the <sys/stat.h> header file. */
64 #undef HAVE_SYS_STAT_H
65
66 /* Define to 1 if you have the <sys/types.h> header file. */
67 #undef HAVE_SYS_TYPES_H
68
69 /* Define to 1 if you have the <unistd.h> header file. */
70 #undef HAVE_UNISTD_H
71
72 /* Define to 1 if you have the `uuid_create' function. */
73 #undef HAVE_UUID_CREATE
74
75 /* Define to 1 if you have the <uuid/uuid.h> header file. */
76 #undef HAVE_UUID_UUID_H
77
78 /* Define to the sub-directory in which libtool stores uninstalled libraries.
79    */
80 #undef LT_OBJDIR
81
82 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
83 #undef NO_MINUS_C_MINUS_O
84
85 /* Name of package */
86 #undef PACKAGE
87
88 /* Define to the address where bug reports for this package should be sent. */
89 #undef PACKAGE_BUGREPORT
90
91 /* Define to the full name of this package. */
92 #undef PACKAGE_NAME
93
94 /* Define to the full name and version of this package. */
95 #undef PACKAGE_STRING
96
97 /* Define to the one symbol short name of this package. */
98 #undef PACKAGE_TARNAME
99
100 /* Define to the home page for this package. */
101 #undef PACKAGE_URL
102
103 /* Define to the version of this package. */
104 #undef PACKAGE_VERSION
105
106 /* Define to 1 if you have the ANSI C header files. */
107 #undef STDC_HEADERS
108
109 /* Enable extensions on AIX 3, Interix.  */
110 #ifndef _ALL_SOURCE
111 # undef _ALL_SOURCE
112 #endif
113 /* Enable GNU extensions on systems that have them.  */
114 #ifndef _GNU_SOURCE
115 # undef _GNU_SOURCE
116 #endif
117 /* Enable threading extensions on Solaris.  */
118 #ifndef _POSIX_PTHREAD_SEMANTICS
119 # undef _POSIX_PTHREAD_SEMANTICS
120 #endif
121 /* Enable extensions on HP NonStop.  */
122 #ifndef _TANDEM_SOURCE
123 # undef _TANDEM_SOURCE
124 #endif
125 /* Enable general extensions on Solaris.  */
126 #ifndef __EXTENSIONS__
127 # undef __EXTENSIONS__
128 #endif
129
130
131 /* Version number of package */
132 #undef VERSION
133
134 /* Define to 1 if on MINIX. */
135 #undef _MINIX
136
137 /* Define to 2 if the system does not provide POSIX.1 features except with
138    this defined. */
139 #undef _POSIX_1_SOURCE
140
141 /* Define to 1 if you need to in order for `stat' and other things to work. */
142 #undef _POSIX_SOURCE