[build] Use automake to build translations
[platform/upstream/kbd.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
5
6 /* Define to 1 if translation of program messages to the user's native
7    language is requested. */
8 #undef ENABLE_NLS
9
10 /* Define to 1 if you have the `alarm' function. */
11 #undef HAVE_ALARM
12
13 /* Define to 1 if your system has a working `chown' function. */
14 #undef HAVE_CHOWN
15
16 /* Define if the GNU dcgettext() function is already present or preinstalled.
17    */
18 #undef HAVE_DCGETTEXT
19
20 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
21    */
22 #undef HAVE_DIRENT_H
23
24 /* Define to 1 if you have the <fcntl.h> header file. */
25 #undef HAVE_FCNTL_H
26
27 /* Define to 1 if you have the `fork' function. */
28 #undef HAVE_FORK
29
30 /* Define if the GNU gettext() function is already present or preinstalled. */
31 #undef HAVE_GETTEXT
32
33 /* Define if you have the iconv() function. */
34 #undef HAVE_ICONV
35
36 /* Define to 1 if you have the <inttypes.h> header file. */
37 #undef HAVE_INTTYPES_H
38
39 /* Define to 1 if you have the <libintl.h> header file. */
40 #undef HAVE_LIBINTL_H
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 `malloc' function. */
46 #undef HAVE_MALLOC
47
48 /* Define to 1 if you have the <memory.h> header file. */
49 #undef HAVE_MEMORY_H
50
51 /* Define to 1 if you have the `memset' function. */
52 #undef HAVE_MEMSET
53
54 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
55 #undef HAVE_NDIR_H
56
57 /* Define to 1 if you have the `realloc' function. */
58 #undef HAVE_REALLOC
59
60 /* Define to 1 if you have the `setlocale' function. */
61 #undef HAVE_SETLOCALE
62
63 /* Define to 1 if you have the `setpgrp' function. */
64 #undef HAVE_SETPGRP
65
66 /* Define to 1 if `stat' has the bug that it succeeds when given the
67    zero-length file name argument. */
68 #undef HAVE_STAT_EMPTY_STRING_BUG
69
70 /* Define to 1 if you have the <stdint.h> header file. */
71 #undef HAVE_STDINT_H
72
73 /* Define to 1 if you have the <stdlib.h> header file. */
74 #undef HAVE_STDLIB_H
75
76 /* Define to 1 if you have the `strcasecmp' function. */
77 #undef HAVE_STRCASECMP
78
79 /* Define to 1 if you have the `strchr' function. */
80 #undef HAVE_STRCHR
81
82 /* Define to 1 if you have the `strdup' function. */
83 #undef HAVE_STRDUP
84
85 /* Define to 1 if you have the `strerror' function. */
86 #undef HAVE_STRERROR
87
88 /* Define to 1 if you have the <strings.h> header file. */
89 #undef HAVE_STRINGS_H
90
91 /* Define to 1 if you have the <string.h> header file. */
92 #undef HAVE_STRING_H
93
94 /* Define to 1 if you have the `strspn' function. */
95 #undef HAVE_STRSPN
96
97 /* Define to 1 if you have the `strstr' function. */
98 #undef HAVE_STRSTR
99
100 /* Define to 1 if you have the `strtol' function. */
101 #undef HAVE_STRTOL
102
103 /* Define to 1 if you have the `strtoul' function. */
104 #undef HAVE_STRTOUL
105
106 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
107    */
108 #undef HAVE_SYS_DIR_H
109
110 /* Define to 1 if you have the <sys/file.h> header file. */
111 #undef HAVE_SYS_FILE_H
112
113 /* Define to 1 if you have the <sys/ioctl.h> header file. */
114 #undef HAVE_SYS_IOCTL_H
115
116 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
117    */
118 #undef HAVE_SYS_NDIR_H
119
120 /* Define to 1 if you have the <sys/stat.h> header file. */
121 #undef HAVE_SYS_STAT_H
122
123 /* Define to 1 if you have the <sys/types.h> header file. */
124 #undef HAVE_SYS_TYPES_H
125
126 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
127 #undef HAVE_SYS_WAIT_H
128
129 /* Define to 1 if you have the <termios.h> header file. */
130 #undef HAVE_TERMIOS_H
131
132 /* Define to 1 if you have the <unistd.h> header file. */
133 #undef HAVE_UNISTD_H
134
135 /* Define to 1 if you have the `vfork' function. */
136 #undef HAVE_VFORK
137
138 /* Define to 1 if you have the <vfork.h> header file. */
139 #undef HAVE_VFORK_H
140
141 /* Define to 1 if `fork' works. */
142 #undef HAVE_WORKING_FORK
143
144 /* Define to 1 if `vfork' works. */
145 #undef HAVE_WORKING_VFORK
146
147 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
148    slash. */
149 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
150
151 /* Define to 1 if your C compiler doesn't accept -c and -o together. */
152 #undef NO_MINUS_C_MINUS_O
153
154 /* Name of package */
155 #undef PACKAGE
156
157 /* Define to the address where bug reports for this package should be sent. */
158 #undef PACKAGE_BUGREPORT
159
160 /* Define to the full name of this package. */
161 #undef PACKAGE_NAME
162
163 /* Define to the full name and version of this package. */
164 #undef PACKAGE_STRING
165
166 /* Define to the one symbol short name of this package. */
167 #undef PACKAGE_TARNAME
168
169 /* Define to the version of this package. */
170 #undef PACKAGE_VERSION
171
172 /* Define as the return type of signal handlers (`int' or `void'). */
173 #undef RETSIGTYPE
174
175 /* Define to 1 if you have the ANSI C header files. */
176 #undef STDC_HEADERS
177
178 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
179 #undef TM_IN_SYS_TIME
180
181 /* Version number of package */
182 #undef VERSION
183
184 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
185    `char[]'. */
186 #undef YYTEXT_POINTER
187
188 /* Define to empty if `const' does not conform to ANSI C. */
189 #undef const
190
191 /* Define to `int' if <sys/types.h> doesn't define. */
192 #undef gid_t
193
194 /* Define to `__inline__' or `__inline' if that's what the C compiler
195    calls it, or to nothing if 'inline' is not supported under any name.  */
196 #ifndef __cplusplus
197 #undef inline
198 #endif
199
200 /* Define to `int' if <sys/types.h> does not define. */
201 #undef pid_t
202
203 /* Define to `unsigned int' if <sys/types.h> does not define. */
204 #undef size_t
205
206 /* Define to `int' if <sys/types.h> doesn't define. */
207 #undef uid_t
208
209 /* Define as `fork' if `vfork' does not work. */
210 #undef vfork