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 the location where the catalogs will be installed */
10#undef GTK_LOCALEDIR
11
12/* Define to 1 if you have the `bind_textdomain_codeset' function. */
13#undef HAVE_BIND_TEXTDOMAIN_CODESET
14
15/* Define to 1 if you have the `dcgettext' function. */
16#undef HAVE_DCGETTEXT
17
18/* Define to 1 if you have the <dlfcn.h> header file. */
19#undef HAVE_DLFCN_H
20
21/* Define to 1 if you have the <fcntl.h> header file. */
22#undef HAVE_FCNTL_H
23
24/* Define to 1 if you have the `fork' function. */
25#undef HAVE_FORK
26
27/* Define to 1 if you have the `gethostname' function. */
28#undef HAVE_GETHOSTNAME
29
30/* Define if the GNU gettext() function is already present or preinstalled. */
31#undef HAVE_GETTEXT
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 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 your system has a GNU libc compatible `malloc' function, and
46   to 0 otherwise. */
47#undef HAVE_MALLOC
48
49/* Define to 1 if you have the <malloc.h> header file. */
50#undef HAVE_MALLOC_H
51
52/* Define to 1 if you have the `memmove' function. */
53#undef HAVE_MEMMOVE
54
55/* Define to 1 if you have the <memory.h> header file. */
56#undef HAVE_MEMORY_H
57
58/* Define to 1 if you have the `memset' function. */
59#undef HAVE_MEMSET
60
61/* Define to 1 if you have the `mkdir' function. */
62#undef HAVE_MKDIR
63
64/* Define to 1 if you have the `setlocale' function. */
65#undef HAVE_SETLOCALE
66
67/* Define to 1 if stdbool.h conforms to C99. */
68#undef HAVE_STDBOOL_H
69
70/* Define to 1 if you have the <stddef.h> header file. */
71#undef HAVE_STDDEF_H
72
73/* Define to 1 if you have the <stdint.h> header file. */
74#undef HAVE_STDINT_H
75
76/* Define to 1 if you have the <stdlib.h> header file. */
77#undef HAVE_STDLIB_H
78
79/* Define to 1 if you have the `strcasecmp' function. */
80#undef HAVE_STRCASECMP
81
82/* Define to 1 if you have the `strchr' function. */
83#undef HAVE_STRCHR
84
85/* Define to 1 if you have the `strdup' function. */
86#undef HAVE_STRDUP
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 `strrchr' function. */
95#undef HAVE_STRRCHR
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/param.h> header file. */
107#undef HAVE_SYS_PARAM_H
108
109/* Define to 1 if you have the <sys/stat.h> header file. */
110#undef HAVE_SYS_STAT_H
111
112/* Define to 1 if you have the <sys/types.h> header file. */
113#undef HAVE_SYS_TYPES_H
114
115/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
116#undef HAVE_SYS_WAIT_H
117
118/* Define to 1 if you have the <time.h> header file. */
119#undef HAVE_TIME_H
120
121/* Define to 1 if you have the <unistd.h> header file. */
122#undef HAVE_UNISTD_H
123
124/* Define to 1 if you have the `vfork' function. */
125#undef HAVE_VFORK
126
127/* Define to 1 if you have the <vfork.h> header file. */
128#undef HAVE_VFORK_H
129
130/* Define to 1 if `fork' works. */
131#undef HAVE_WORKING_FORK
132
133/* Define to 1 if `vfork' works. */
134#undef HAVE_WORKING_VFORK
135
136/* Define to 1 if the system has the type `_Bool'. */
137#undef HAVE__BOOL
138
139/* Name of package */
140#undef PACKAGE
141
142/* Define to the address where bug reports for this package should be sent. */
143#undef PACKAGE_BUGREPORT
144
145/* Define to the full name of this package. */
146#undef PACKAGE_NAME
147
148/* Define to the full name and version of this package. */
149#undef PACKAGE_STRING
150
151/* Define to the one symbol short name of this package. */
152#undef PACKAGE_TARNAME
153
154/* Define to the version of this package. */
155#undef PACKAGE_VERSION
156
157/* Define to 1 if the C compiler supports function prototypes. */
158#undef PROTOTYPES
159
160/* Define as the return type of signal handlers (`int' or `void'). */
161#undef RETSIGTYPE
162
163/* Define to 1 if the `setvbuf' function takes the buffering type as its
164   second argument and the buffer pointer as the third, as on System V before
165   release 3. */
166#undef SETVBUF_REVERSED
167
168/* Define to 1 if you have the ANSI C header files. */
169#undef STDC_HEADERS
170
171/* Version number of package */
172#undef VERSION
173
174/* Define to 1 if the X Window System is missing or not being used. */
175#undef X_DISPLAY_MISSING
176
177/* Enable GNU extensions on systems that have them.  */
178#ifndef _GNU_SOURCE
179# define _GNU_SOURCE
180#endif
181
182/* Define like PROTOTYPES; this can be used by system headers. */
183#undef __PROTOTYPES
184
185/* Define to empty if `const' does not conform to ANSI C. */
186#undef const
187
188/* Define to `__inline__' or `__inline' if that's what the C compiler
189   calls it, or to nothing if 'inline' is not supported under any name.  */
190#ifndef __cplusplus
191#undef inline
192#endif
193
194/* Define to rpl_malloc if the replacement function should be used. */
195#undef malloc
196
197/* Define to `int' if <sys/types.h> does not define. */
198#undef pid_t
199
200/* Define to `unsigned' if <sys/types.h> does not define. */
201#undef size_t
202
203/* Define as `fork' if `vfork' does not work. */
204#undef vfork
205