1/* config.h.  Generated from config.h.in by configure.  */
2/* config.h.in.  Generated from configure.in by autoheader.  */
3/* Id: acconfig.h,v 8.34 2002/01/19 23:01:35 skimo Exp  (Berkeley) Date: 2002/01/19 23:01:35  */
4
5/* Define to `int' if <sys/types.h> doesn't define.  */
6/* #undef ssize_t */
7
8/* Define if you want a debugging version. */
9/* #undef DEBUG */
10
11/* Define if you have a System V-style (broken) gettimeofday. */
12/* #undef HAVE_BROKEN_GETTIMEOFDAY */
13
14/* Define if you have a Ultrix-style (broken) vdisable. */
15/* #undef HAVE_BROKEN_VDISABLE */
16
17/* Define if you have a BSD version of curses. */
18/* #undef HAVE_BSD_CURSES */
19
20/* Define if you have wide ncurses(3). */
21/* #undef HAVE_NCURSESW */
22
23/* Define if you have the curses(3) waddnwstr function. */
24/* #undef HAVE_CURSES_ADDNWSTR */
25
26/* Define if you have the curses(3) waddnstr function. */
27#define HAVE_CURSES_WADDNSTR 1
28
29/* Define if you have the curses(3) beep function. */
30#define HAVE_CURSES_BEEP 1
31
32/* Define if you have the curses(3) flash function. */
33#define HAVE_CURSES_FLASH 1
34
35/* Define if you have the curses(3) idlok function. */
36#define HAVE_CURSES_IDLOK 1
37
38/* Define if you have the curses(3) keypad function. */
39#define HAVE_CURSES_KEYPAD 1
40
41/* Define if you have the curses(3) newterm function. */
42#define HAVE_CURSES_NEWTERM 1
43
44/* Define if you have the curses(3) setupterm function. */
45#define HAVE_CURSES_SETUPTERM 1
46
47/* Define if you have the curses(3) tigetstr/tigetnum functions. */
48#define HAVE_CURSES_TIGETSTR 1
49
50/* Define if you have the DB __hash_open call in the C library. */
51/* #undef HAVE_DB_HASH_OPEN */
52
53/* Define if you have the chsize(2) system call. */
54/* #undef HAVE_FTRUNCATE_CHSIZE */
55
56/* Define if you have the ftruncate(2) system call. */
57#define HAVE_FTRUNCATE_FTRUNCATE 1
58
59/* Define if you have gcc. */
60#define HAVE_GCC 1
61
62/* Define if you have fcntl(2) style locking. */
63/* #undef HAVE_LOCK_FCNTL */
64
65/* Define if you have flock(2) style locking. */
66#define HAVE_LOCK_FLOCK 1
67
68/* Define is appropriate pango is available */
69/* #undef HAVE_PANGO */
70
71/* Define if you want to compile in the Perl interpreter. */
72/* #undef HAVE_PERL_INTERP */
73
74/* Define if using pthread. */
75/* #undef HAVE_PTHREAD */
76
77/* Define if you have the Berkeley style revoke(2) system call. */
78#define HAVE_REVOKE 1
79
80/* Define if you have the Berkeley style strsep(3) function. */
81#define HAVE_STRSEP 1
82
83/* Define if you have <sys/mman.h> */
84#define HAVE_SYS_MMAN_H 1
85
86/* Define if you have <sys/select.h> */
87#define HAVE_SYS_SELECT_H 1
88
89/* Define if you have the System V style pty calls. */
90#define HAVE_SYS5_PTY 1
91
92/* Define if you want to compile in the Tcl interpreter. */
93/* #undef HAVE_TCL_INTERP */
94
95/* Define is appropriate zvt is available */
96/* #undef HAVE_ZVT */
97
98/* Define if your sprintf returns a pointer, not a length. */
99/* #undef SPRINTF_RET_CHARPNT */
100
101/* Define when using db1 */
102#define USE_DB1 1
103
104/* Define when using db4 logging */
105/* #undef USE_DB4_LOGGING */
106
107/* Define when dynamically loading DB 3 */
108/* #undef USE_DYNAMIC_LOADING */
109
110/* Define when iconv can be used */
111#define USE_ICONV 1
112
113/* Define when perl's setenv should be used */
114/* #undef USE_PERL_SETENV */
115
116/* Define when using S-Lang */
117/* #undef USE_SLANG_CURSES */
118
119/* Define when using wide characters */
120/* #undef USE_WIDECHAR */
121
122/* Define if you have <ncurses.h> */
123/* #undef HAVE_NCURSES_H */
124
125/* Define when fprintf prototype not in an obvious place */
126/* #undef NEED_FPRINTF_PROTO */
127
128/* Define to 1 if you have the `bsearch' function. */
129#define HAVE_BSEARCH 1
130
131/* Define to 1 if you have the <dlfcn.h> header file. */
132#define HAVE_DLFCN_H 1
133
134/* Define to 1 if you have the `fork' function. */
135#define HAVE_FORK 1
136
137/* Define to 1 if you have the `gethostname' function. */
138#define HAVE_GETHOSTNAME 1
139
140/* Define to 1 if you have the `getpagesize' function. */
141#define HAVE_GETPAGESIZE 1
142
143/* Define to 1 if you have the <inttypes.h> header file. */
144#define HAVE_INTTYPES_H 1
145
146/* Define to 1 if you have the `iswblank' function. */
147#define HAVE_ISWBLANK 1
148
149/* Define to 1 if you have the `memcpy' function. */
150#define HAVE_MEMCPY 1
151
152/* Define to 1 if you have the `memchr' function. */
153#define HAVE_MEMCHR 1
154
155/* Define to 1 if you have the <memory.h> header file. */
156#define HAVE_MEMORY_H 1
157
158/* Define to 1 if you have the `memset' function. */
159#define HAVE_MEMSET 1
160
161/* Define to 1 if you have the `mkstemp' function. */
162#define HAVE_MKSTEMP 1
163
164/* Define to 1 if you have a working `mmap' system call. */
165#define HAVE_MMAP 1
166
167/* Define to 1 if you have the <ncursesw/ncurses.h> header file. */
168/* #undef HAVE_NCURSESW_NCURSES_H */
169
170/* Define to 1 if you have the <ncurses.h> header file. */
171/* #undef HAVE_NCURSES_H */
172
173/* Define to 1 if you have the `select' function. */
174#define HAVE_SELECT 1
175
176/* Define to 1 if you have the `setenv' function. */
177#define HAVE_SETENV 1
178
179/* Define to 1 if you have the `snprintf' function. */
180#define HAVE_SNPRINTF 1
181
182/* Define to 1 if you have the <stdint.h> header file. */
183#define HAVE_STDINT_H 1
184
185/* Define to 1 if you have the <stdlib.h> header file. */
186#define HAVE_STDLIB_H 1
187
188/* Define to 1 if you have the `strdup' function. */
189#define HAVE_STRDUP 1
190
191/* Define to 1 if you have the <strings.h> header file. */
192#define HAVE_STRINGS_H 1
193
194/* Define to 1 if you have the <string.h> header file. */
195#define HAVE_STRING_H 1
196
197/* Define to 1 if you have the `strpbrk' function. */
198#define HAVE_STRPBRK 1
199
200/* Define to 1 if you have the `strsep' function. */
201#define HAVE_STRSEP 1
202
203/* Define to 1 if `st_blksize' is member of `struct stat'. */
204#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
205
206/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use
207   `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */
208#define HAVE_ST_BLKSIZE 1
209
210/* Define to 1 if you have the <sys/stat.h> header file. */
211#define HAVE_SYS_STAT_H 1
212
213/* Define to 1 if you have the <sys/types.h> header file. */
214#define HAVE_SYS_TYPES_H 1
215
216/* Define to 1 if you have the <unistd.h> header file. */
217#define HAVE_UNISTD_H 1
218
219/* Define to 1 if you have the `unsetenv' function. */
220#define HAVE_UNSETENV 1
221
222/* Define to 1 if you have the `vfork' function. */
223#define HAVE_VFORK 1
224
225/* Define to 1 if you have the <vfork.h> header file. */
226/* #undef HAVE_VFORK_H */
227
228/* Define to 1 if you have the `vsnprintf' function. */
229#define HAVE_VSNPRINTF 1
230
231/* Define to 1 if `fork' works. */
232#define HAVE_WORKING_FORK 1
233
234/* Define to 1 if `vfork' works. */
235#define HAVE_WORKING_VFORK 1
236
237/* Name of package */
238#define PACKAGE "vi"
239
240/* Define to the address where bug reports for this package should be sent. */
241#define PACKAGE_BUGREPORT ""
242
243/* Define to the full name of this package. */
244#define PACKAGE_NAME ""
245
246/* Define to the full name and version of this package. */
247#define PACKAGE_STRING ""
248
249/* Define to the one symbol short name of this package. */
250#define PACKAGE_TARNAME ""
251
252/* Define to the version of this package. */
253#define PACKAGE_VERSION ""
254
255/* Define to 1 if you have the ANSI C header files. */
256#define STDC_HEADERS 1
257
258/* Define to 1 if your <sys/time.h> declares `struct tm'. */
259/* #undef TM_IN_SYS_TIME */
260
261/* Version number of package */
262#define VERSION "1.81.6"
263
264/* Define to 1 if your processor stores words with the most significant byte
265   first (like Motorola and SPARC, unlike Intel and VAX). */
266/* #undef WORDS_BIGENDIAN */
267
268/* Define to empty if `const' does not conform to ANSI C. */
269/* #undef const */
270
271/* Define to `int' if <sys/types.h> does not define. */
272/* #undef mode_t */
273
274/* Define to `long int' if <sys/types.h> does not define. */
275/* #undef off_t */
276
277/* Define to `int' if <sys/types.h> does not define. */
278/* #undef pid_t */
279
280/* Define to `unsigned int' if <sys/types.h> does not define. */
281/* #undef size_t */
282
283/* Define to `int' if <sys/types.h> does not define. */
284/* #undef ssize_t */
285
286/* Define as `fork' if `vfork' does not work. */
287/* #undef vfork */
288