Clean spec file for yocto compliance.
[platform/upstream/ibus.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* dconf is 0.13.4 or later */
4 #undef DCONF_0_13_4
5
6 /* always defined to indicate that i18n is enabled */
7 #undef ENABLE_NLS
8
9 /* Enable key snooper */
10 #undef ENABLE_SNOOPER
11
12 /* Enable surrounding-text support */
13 #undef ENABLE_SURROUNDING
14
15 /* The prefix for out gettext translation domains. */
16 #undef GETTEXT_PACKAGE
17
18 /* Define the location where the catalogs will be installed */
19 #undef GLIB_LOCALE_DIR
20
21 /* Define to 1 if you have the `bind_textdomain_codeset' function. */
22 #undef HAVE_BIND_TEXTDOMAIN_CODESET
23
24 /* Define to 1 if you have the `daemon' function. */
25 #undef HAVE_DAEMON
26
27 /* Define to 1 if you have the `dcgettext' function. */
28 #undef HAVE_DCGETTEXT
29
30 /* Define to 1 if you have the <dlfcn.h> header file. */
31 #undef HAVE_DLFCN_H
32
33 /* Define if the GNU gettext() function is already present or preinstalled. */
34 #undef HAVE_GETTEXT
35
36 /* Define to 1 if you have the <inttypes.h> header file. */
37 #undef HAVE_INTTYPES_H
38
39 /* Define if your <locale.h> file defines LC_MESSAGES. */
40 #undef HAVE_LC_MESSAGES
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 to 1 if you have the <stdint.h> header file. */
49 #undef HAVE_STDINT_H
50
51 /* Define to 1 if you have the <stdlib.h> header file. */
52 #undef HAVE_STDLIB_H
53
54 /* Define to 1 if you have the <strings.h> header file. */
55 #undef HAVE_STRINGS_H
56
57 /* Define to 1 if you have the <string.h> header file. */
58 #undef HAVE_STRING_H
59
60 /* Define to 1 if you have the <sys/stat.h> header file. */
61 #undef HAVE_SYS_STAT_H
62
63 /* Define to 1 if you have the <sys/types.h> header file. */
64 #undef HAVE_SYS_TYPES_H
65
66 /* Define to 1 if you have the <unistd.h> header file. */
67 #undef HAVE_UNISTD_H
68
69 /* Define to 1 if you have the <X11/XKBlib.h> header file. */
70 #undef HAVE_X11_XKBLIB_H
71
72 /* Define to the sub-directory in which libtool stores uninstalled libraries.
73    */
74 #undef LT_OBJDIR
75
76 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
77 #undef NO_MINUS_C_MINUS_O
78
79 /* Does not enbale keyboard snooper in those applications */
80 #undef NO_SNOOPER_APPS
81
82 /* Name of package */
83 #undef PACKAGE
84
85 /* Define to the address where bug reports for this package should be sent. */
86 #undef PACKAGE_BUGREPORT
87
88 /* Define to the full name of this package. */
89 #undef PACKAGE_NAME
90
91 /* Define to the full name and version of this package. */
92 #undef PACKAGE_STRING
93
94 /* Define to the one symbol short name of this package. */
95 #undef PACKAGE_TARNAME
96
97 /* Define to the home page for this package. */
98 #undef PACKAGE_URL
99
100 /* Define to the version of this package. */
101 #undef PACKAGE_VERSION
102
103 /* Define to 1 if you have the ANSI C header files. */
104 #undef STDC_HEADERS
105
106 /* Enable extensions on AIX 3, Interix.  */
107 #ifndef _ALL_SOURCE
108 # undef _ALL_SOURCE
109 #endif
110 /* Enable GNU extensions on systems that have them.  */
111 #ifndef _GNU_SOURCE
112 # undef _GNU_SOURCE
113 #endif
114 /* Enable threading extensions on Solaris.  */
115 #ifndef _POSIX_PTHREAD_SEMANTICS
116 # undef _POSIX_PTHREAD_SEMANTICS
117 #endif
118 /* Enable extensions on HP NonStop.  */
119 #ifndef _TANDEM_SOURCE
120 # undef _TANDEM_SOURCE
121 #endif
122 /* Enable general extensions on Solaris.  */
123 #ifndef __EXTENSIONS__
124 # undef __EXTENSIONS__
125 #endif
126
127
128 /* Version number of package */
129 #undef VERSION
130
131 /* Define to 1 if on MINIX. */
132 #undef _MINIX
133
134 /* Define to 2 if the system does not provide POSIX.1 features except with
135    this defined. */
136 #undef _POSIX_1_SOURCE
137
138 /* Define to 1 if you need to in order for `stat' and other things to work. */
139 #undef _POSIX_SOURCE