1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if translation of program messages to the user's native
4 language is requested. */
7 /* Handle multibyte characters */
8 #undef HANDLE_MULTIBYTE
10 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
11 CoreFoundation framework. */
12 #undef HAVE_CFLOCALECOPYCURRENT
14 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
15 the CoreFoundation framework. */
16 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
18 /* Define if the GNU dcgettext() function is already present or preinstalled.
22 /* Define to 1 if you have the declaration of `wcwidth', and to 0 if you
24 #undef HAVE_DECL_WCWIDTH
26 /* Define if the GNU gettext() function is already present or preinstalled. */
29 /* Define to 1 if you have the <history.h> header file. */
32 /* Define if you have the iconv() function and it works. */
35 /* Define to 1 if you have the <iconv.h> header file. */
38 /* Define to 1 if you have the <inttypes.h> header file. */
39 #undef HAVE_INTTYPES_H
41 /* Define if you have a readline compatible library */
42 #undef HAVE_LIBREADLINE
44 /* Define to 1 if you have the <locale.h> header file. */
47 /* Define to 1 if you have the `mbrtowc' function. */
50 /* Define to 1 if you have the `mbsinit' function. */
53 /* Define to 1 if you have the `mbtowc' function. */
56 /* Define to 1 if you have the <memory.h> header file. */
59 /* Define to 1 if you have the <ncurses.h> header file. */
62 /* Define to 1 if you have the <readline.h> header file. */
63 #undef HAVE_READLINE_H
65 /* Define if your readline library has \`add_history' */
66 #undef HAVE_READLINE_HISTORY
68 /* Define to 1 if you have the <readline/history.h> header file. */
69 #undef HAVE_READLINE_HISTORY_H
71 /* Define to 1 if you have the <readline/readline.h> header file. */
72 #undef HAVE_READLINE_READLINE_H
74 /* Define to 1 if you have the `resizeterm' function. */
75 #undef HAVE_RESIZETERM
77 /* Define to 1 if you have the `setlocale' function. */
80 /* Define to 1 if you have the `snprintf' function. */
83 /* Define if you have the <stdarg.h> header file. */
86 /* Define to 1 if you have the <stdint.h> header file. */
89 /* Define to 1 if you have the <stdlib.h> header file. */
92 /* Define to 1 if you have the `strcasestr' function. */
93 #undef HAVE_STRCASESTR
95 /* Define to 1 if you have the `strcoll' function and it is properly defined.
99 /* Define to 1 if you have the <strings.h> header file. */
100 #undef HAVE_STRINGS_H
102 /* Define to 1 if you have the <string.h> header file. */
105 /* Define to 1 if you have the <sys/ioctl.h> header file. */
106 #undef HAVE_SYS_IOCTL_H
108 /* Define to 1 if you have the <sys/stat.h> header file. */
109 #undef HAVE_SYS_STAT_H
111 /* Define to 1 if you have the <sys/types.h> header file. */
112 #undef HAVE_SYS_TYPES_H
114 /* Define to 1 if you have the <unistd.h> header file. */
117 /* Defined if the vformat library is available */
120 /* Define to 1 if you have the `vsnprintf' function. */
121 #undef HAVE_VSNPRINTF
123 /* Define if you have the <wchar.h> header file. */
126 /* Define to 1 if you have the `wcwidth' function. */
129 /* locale directory */
132 /* Name of package */
135 /* Define to the address where bug reports for this package should be sent. */
136 #undef PACKAGE_BUGREPORT
138 /* Define to the full name of this package. */
141 /* Define to the full name and version of this package. */
142 #undef PACKAGE_STRING
144 /* Define to the one symbol short name of this package. */
145 #undef PACKAGE_TARNAME
147 /* Define to the home page for this package. */
150 /* Define to the version of this package. */
151 #undef PACKAGE_VERSION
153 /* Define to 1 if you have the ANSI C header files. */
156 /* Enable extensions on AIX 3, Interix. */
160 /* Enable general extensions on OS X. */
161 #ifndef _DARWIN_C_SOURCE
162 # undef _DARWIN_C_SOURCE
164 /* Enable GNU extensions on systems that have them. */
168 /* Enable threading extensions on Solaris. */
169 #ifndef _POSIX_PTHREAD_SEMANTICS
170 # undef _POSIX_PTHREAD_SEMANTICS
172 /* Enable extensions on HP NonStop. */
173 #ifndef _TANDEM_SOURCE
174 # undef _TANDEM_SOURCE
176 /* Enable X/Open extensions if necessary. HP-UX 11.11 defines
177 mbstate_t only if _XOPEN_SOURCE is defined to 500, regardless of
178 whether compiling with -Ae or -D_HPUX_SOURCE=1. */
179 #ifndef _XOPEN_SOURCE
180 # undef _XOPEN_SOURCE
182 /* Enable general extensions on Solaris. */
183 #ifndef __EXTENSIONS__
184 # undef __EXTENSIONS__
188 /* Version number of package */
191 /* Define to 1 if on MINIX. */
194 /* Define to 1 to make NetBSD features available. MINIX 3 needs this. */
195 #undef _NETBSD_SOURCE
197 /* Define to 2 if the system does not provide POSIX.1 features except with
199 #undef _POSIX_1_SOURCE
201 /* Define to 1 if you need to in order for 'stat' and other things to work. */
204 /* Define to `__inline__' or `__inline' if that's what the C compiler
205 calls it, or to nothing if 'inline' is not supported under any name. */