Merge commit 'crater/master'
[dragonfly.git] / usr.bin / vi / config.h
blob92f2184dadb0337e0fd97a8d0c997b0140cdcda1
1 /* config.h. Generated automatically by configure. */
2 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* $FreeBSD: src/usr.bin/vi/config.h,v 1.2.6.1 2000/05/06 02:31:49 jlemon Exp $ */
4 /* $DragonFly: src/usr.bin/vi/config.h,v 1.2 2003/06/17 04:29:33 dillon Exp $ */
6 /* Define to empty if the keyword does not work. */
7 /* #undef const */
9 /* Define if you have a working `mmap' system call. */
10 #define HAVE_MMAP 1
12 /* Define if your struct stat has st_blksize. */
13 #define HAVE_ST_BLKSIZE 1
15 /* Define if you have <vfork.h>. */
16 /* #undef HAVE_VFORK_H */
18 /* Define to `int' if <sys/types.h> doesn't define. */
19 /* #undef mode_t */
21 /* Define to `long' if <sys/types.h> doesn't define. */
22 /* #undef off_t */
24 /* Define to `int' if <sys/types.h> doesn't define. */
25 /* #undef pid_t */
27 /* Define to `unsigned' if <sys/types.h> doesn't define. */
28 /* #undef size_t */
30 /* Define if you have the ANSI C header files. */
31 #define STDC_HEADERS 1
33 /* Define if your <sys/time.h> declares struct tm. */
34 /* #undef TM_IN_SYS_TIME */
36 /* Define vfork as fork if vfork does not work. */
37 /* #undef vfork */
39 /* Define if your processor stores words with the most significant
40 byte first (like Motorola and SPARC, unlike Intel and VAX). */
41 /* #undef WORDS_BIGENDIAN */
43 /* Define to `int' if <sys/types.h> doesn't define. */
44 /* #undef ssize_t */
46 /* Define if you want a debugging version. */
47 /* #undef DEBUG */
49 /* Define if you have a System V-style (broken) gettimeofday. */
50 /* #undef HAVE_BROKEN_GETTIMEOFDAY */
52 /* Define if you have a Ultrix-style (broken) vdisable. */
53 /* #undef HAVE_BROKEN_VDISABLE */
55 /* Define if you have a BSD version of curses. */
56 #ifndef SYSV_CURSES
57 #define HAVE_BSD_CURSES 1
58 #endif
60 /* Define if you have the curses(3) addnstr function. */
61 #define HAVE_CURSES_ADDNSTR 1
63 /* Define if you have the curses(3) beep function. */
64 #ifdef SYSV_CURSES
65 #define HAVE_CURSES_BEEP 1
66 #endif
68 /* Define if you have the curses(3) flash function. */
69 #ifdef SYSV_CURSES
70 #define HAVE_CURSES_FLASH 1
71 #endif
73 /* Define if you have the curses(3) idlok function. */
74 #define HAVE_CURSES_IDLOK 1
76 /* Define if you have the curses(3) keypad function. */
77 #ifdef SYSV_CURSES
78 #define HAVE_CURSES_KEYPAD 1
79 #endif
81 /* Define if you have the curses(3) newterm function. */
82 #ifdef SYSV_CURSES
83 #define HAVE_CURSES_NEWTERM 1
84 #endif
86 /* Define if you have the curses(3) setupterm function. */
87 #ifdef SYSV_CURSES
88 #define HAVE_CURSES_SETUPTERM 1
89 #endif
91 /* Define if you have the curses(3) tigetstr/tigetnum functions. */
92 #ifdef SYSV_CURSES
93 #define HAVE_CURSES_TIGETSTR 1
94 #endif
96 /* Define if you have the chsize(2) system call. */
97 /* #undef HAVE_FTRUNCATE_CHSIZE */
99 /* Define if you have the ftruncate(2) system call. */
100 #define HAVE_FTRUNCATE_FTRUNCATE 1
102 /* Define if you have fcntl(2) style locking. */
103 /* #undef HAVE_LOCK_FCNTL */
105 /* Define if you have flock(2) style locking. */
106 #define HAVE_LOCK_FLOCK 1
108 /* Define if you want to compile in the Perl interpreter. */
109 /* #undef HAVE_PERL_INTERP */ /* XXX: SET IN Makefile CFLAGS */
111 /* Define if your Perl is at least 5.003_01. */
112 /* #undef HAVE_PERL_5_003_01 */ /* XXX: SET IN Makefile CFLAGS */
114 /* Define if you have the Berkeley style revoke(2) system call. */
115 #define HAVE_REVOKE 1
117 /* Define if you have <sys/mman.h> */
118 #define HAVE_SYS_MMAN_H 1
120 /* Define if you have <sys/select.h> */
121 /* #undef HAVE_SYS_SELECT_H 1 */
123 /* Define if you have the System V style pty calls. */
124 /* #undef HAVE_SYS5_PTY */
126 /* Define if you want to compile in the Tcl interpreter. */
127 /* #define HAVE_TCL_INTERP */ /* XXX: SET IN Makefile CFLAGS */
129 /* Define if your sprintf returns a pointer, not a length. */
130 /* #undef SPRINTF_RET_CHARPNT */
132 /* Define if you have the bsearch function. */
133 #define HAVE_BSEARCH 1
135 /* Define if you have the gethostname function. */
136 #define HAVE_GETHOSTNAME 1
138 /* Define if you have the getopt function. */
139 #define HAVE_GETOPT 1
141 /* Define if you have the getpagesize function. */
142 #define HAVE_GETPAGESIZE 1
144 /* Define if you have the memchr function. */
145 #define HAVE_MEMCHR 1
147 /* Define if you have the memcpy function. */
148 #define HAVE_MEMCPY 1
150 /* Define if you have the memmove function. */
151 #define HAVE_MEMMOVE 1
153 /* Define if you have the memset function. */
154 #define HAVE_MEMSET 1
156 /* Define if you have the mkstemp function. */
157 #define HAVE_MKSTEMP 1
159 /* Define if you have the mmap function. */
160 #define HAVE_MMAP 1
162 /* Define if you have the select function. */
163 #define HAVE_SELECT 1
165 /* Define if you have the setenv function. */
166 #define HAVE_SETENV 1
168 /* Define if you have the snprintf function. */
169 #define HAVE_SNPRINTF 1
171 /* Define if you have the strdup function. */
172 #define HAVE_STRDUP 1
174 /* Define if you have the strerror function. */
175 #define HAVE_STRERROR 1
177 /* Define if you have the strpbrk function. */
178 #define HAVE_STRPBRK 1
180 /* Define if you have the strsep function. */
181 #define HAVE_STRSEP 1
183 /* Define if you have the strtol function. */
184 #define HAVE_STRTOL 1
186 /* Define if you have the strtoul function. */
187 #define HAVE_STRTOUL 1
189 /* Define if you have the unsetenv function. */
190 #define HAVE_UNSETENV 1
192 /* Define if you have the valloc function. */
193 #define HAVE_VALLOC 1
195 /* Define if you have the vsnprintf function. */
196 #define HAVE_VSNPRINTF 1