1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* only support ASCII, not UTF-8 or other encodings */
4#undef ASCII
5
6/* Found working libcurl environment */
7#undef FEAT_CURL
8
9/* Found working term/curses environment */
10#undef FEAT_TERMLIB
11
12/* Define to 1 if you have the `atexit' function. */
13#undef HAVE_ATEXIT
14
15/* Define to 1 if you have the <curl/curl.h> header file */
16#undef HAVE_CURL_CURL_H
17
18/* Define to 1 if you have the <curses.h> header file. */
19#undef HAVE_CURSES_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 <inttypes.h> header file. */
28#undef HAVE_INTTYPES_H
29
30/* Define to 1 if you have <jpeglib.h> header file. */
31#undef HAVE_JPEGLIB_H
32
33/* Define to 1 if you have the <limits.h> header file. */
34#undef HAVE_LIMITS_H
35
36/* Define to 1 if you have the <locale.h> header file. */
37#undef HAVE_LOCALE_H
38
39/* Define to 1 if you have the <math.h> header file. */
40#undef HAVE_MATH_H
41
42/* Define to 1 if you have the `mbrlen' function. */
43#undef HAVE_MBRLEN
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 `memset' function. */
49#undef HAVE_MEMSET
50
51/* Define to 1 if you have the <ncurses/term.h> header file. */
52#undef HAVE_NCURSES_TERM_H
53
54/* Define to 1 if you have the <setjmp.h> header file. */
55#undef HAVE_SETJMP_H
56
57/* Define to 1 if you have the `setlocale' function. */
58#undef HAVE_SETLOCALE
59
60/* Define to 1 if you have the <stdint.h> header file. */
61#undef HAVE_STDINT_H
62
63/* Define to 1 if you have the <stdlib.h> header file. */
64#undef HAVE_STDLIB_H
65
66/* Define to 1 if you have the `strerror' function. */
67#undef HAVE_STRERROR
68
69/* Define to 1 if you have the <strings.h> header file. */
70#undef HAVE_STRINGS_H
71
72/* Define to 1 if you have the <string.h> header file. */
73#undef HAVE_STRING_H
74
75/* Define to 1 if you have the <sys/stat.h> header file. */
76#undef HAVE_SYS_STAT_H
77
78/* Define to 1 if you have the <sys/types.h> header file. */
79#undef HAVE_SYS_TYPES_H
80
81/* Define to 1 if you have the <term.h> header file. */
82#undef HAVE_TERM_H
83
84/* Define to 1 if you have the <unistd.h> header file. */
85#undef HAVE_UNISTD_H
86
87/* Define to 1 if you have the `vfork' function. */
88#undef HAVE_VFORK
89
90/* Define to 1 if you have the <vfork.h> header file. */
91#undef HAVE_VFORK_H
92
93/* Define to 1 if you have the <wchar.h> header file. */
94#undef HAVE_WCHAR_H
95
96/* Define to 1 if `fork' works. */
97#undef HAVE_WORKING_FORK
98
99/* Define to 1 if `vfork' works. */
100#undef HAVE_WORKING_VFORK
101
102/* Define to 1 if the system has the type `_Bool'. */
103#undef HAVE__BOOL
104
105/* Define to 1 if assertions should be disabled. */
106#undef NDEBUG
107
108/* Name of package */
109#undef PACKAGE
110
111/* Define to the address where bug reports for this package should be sent. */
112#undef PACKAGE_BUGREPORT
113
114/* Define to the full name of this package. */
115#undef PACKAGE_NAME
116
117/* Define to the full name and version of this package. */
118#undef PACKAGE_STRING
119
120/* Define to the one symbol short name of this package. */
121#undef PACKAGE_TARNAME
122
123/* Define to the home page for this package. */
124#undef PACKAGE_URL
125
126/* Define to the version of this package. */
127#undef PACKAGE_VERSION
128
129/* Define to 1 if you have the ANSI C header files. */
130#undef STDC_HEADERS
131
132/* Version number of package */
133#undef VERSION
134
135/* Define to empty if `const' does not conform to ANSI C. */
136#undef const
137
138/* Define to `__inline__' or `__inline' if that's what the C compiler
139   calls it, or to nothing if 'inline' is not supported under any name.  */
140#ifndef __cplusplus
141#undef inline
142#endif
143
144/* Define to `int' if <sys/types.h> does not define. */
145#undef pid_t
146
147/* Define to the equivalent of the C99 'restrict' keyword, or to
148   nothing if this is not supported.  Do not define if restrict is
149   supported directly.  */
150#undef restrict
151/* Work around a bug in Sun C++: it does not support _Restrict or
152   __restrict__, even though the corresponding Sun C compiler ends up with
153   "#define restrict _Restrict" or "#define restrict __restrict__" in the
154   previous line.  Perhaps some future version of Sun C++ will work with
155   restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
156#if defined __SUNPRO_CC && !defined __RESTRICT
157# define _Restrict
158# define __restrict__
159#endif
160
161/* Define to `unsigned int' if <sys/types.h> does not define. */
162#undef size_t
163
164/* Define as `fork' if `vfork' does not work. */
165#undef vfork
166