Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / usr.bin / vi / config.h
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 $ */
5
6 /* Define to empty if the keyword does not work.  */
7 /* #undef const */
8
9 /* Define if you have a working `mmap' system call.  */
10 #define HAVE_MMAP 1
11
12 /* Define if your struct stat has st_blksize.  */
13 #define HAVE_ST_BLKSIZE 1
14
15 /* Define if you have <vfork.h>.  */
16 /* #undef HAVE_VFORK_H */
17
18 /* Define to `int' if <sys/types.h> doesn't define.  */
19 /* #undef mode_t */
20
21 /* Define to `long' if <sys/types.h> doesn't define.  */
22 /* #undef off_t */
23
24 /* Define to `int' if <sys/types.h> doesn't define.  */
25 /* #undef pid_t */
26
27 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
28 /* #undef size_t */
29
30 /* Define if you have the ANSI C header files.  */
31 #define STDC_HEADERS 1
32
33 /* Define if your <sys/time.h> declares struct tm.  */
34 /* #undef TM_IN_SYS_TIME */
35
36 /* Define vfork as fork if vfork does not work.  */
37 /* #undef vfork */
38
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 */
42
43 /* Define to `int' if <sys/types.h> doesn't define.  */
44 /* #undef ssize_t */
45
46 /* Define if you want a debugging version. */
47 /* #undef DEBUG */
48
49 /* Define if you have a System V-style (broken) gettimeofday. */
50 /* #undef HAVE_BROKEN_GETTIMEOFDAY */
51
52 /* Define if you have a Ultrix-style (broken) vdisable. */
53 /* #undef HAVE_BROKEN_VDISABLE */
54
55 /* Define if you have a BSD version of curses. */
56 #ifndef SYSV_CURSES
57 #define HAVE_BSD_CURSES 1
58 #endif
59
60 /* Define if you have the curses(3) addnstr function. */
61 #define HAVE_CURSES_ADDNSTR 1
62
63 /* Define if you have the curses(3) beep function. */
64 #ifdef SYSV_CURSES
65 #define HAVE_CURSES_BEEP 1
66 #endif
67
68 /* Define if you have the curses(3) flash function. */
69 #ifdef SYSV_CURSES
70 #define HAVE_CURSES_FLASH 1
71 #endif
72
73 /* Define if you have the curses(3) idlok function. */
74 #define HAVE_CURSES_IDLOK 1
75
76 /* Define if you have the curses(3) keypad function. */
77 #ifdef SYSV_CURSES
78 #define HAVE_CURSES_KEYPAD 1
79 #endif
80
81 /* Define if you have the curses(3) newterm function. */
82 #ifdef SYSV_CURSES
83 #define HAVE_CURSES_NEWTERM 1
84 #endif
85
86 /* Define if you have the curses(3) setupterm function. */
87 #ifdef SYSV_CURSES
88 #define HAVE_CURSES_SETUPTERM 1
89 #endif
90
91 /* Define if you have the curses(3) tigetstr/tigetnum functions. */
92 #ifdef SYSV_CURSES
93 #define HAVE_CURSES_TIGETSTR 1
94 #endif
95
96 /* Define if you have the chsize(2) system call. */
97 /* #undef HAVE_FTRUNCATE_CHSIZE */
98
99 /* Define if you have the ftruncate(2) system call. */
100 #define HAVE_FTRUNCATE_FTRUNCATE 1
101
102 /* Define if you have fcntl(2) style locking. */
103 /* #undef HAVE_LOCK_FCNTL */
104
105 /* Define if you have flock(2) style locking. */
106 #define HAVE_LOCK_FLOCK 1
107
108 /* Define if you want to compile in the Perl interpreter. */
109 /* #undef HAVE_PERL_INTERP */   /* XXX: SET IN Makefile CFLAGS */
110
111 /* Define if your Perl is at least 5.003_01. */
112 /* #undef HAVE_PERL_5_003_01 */ /* XXX: SET IN Makefile CFLAGS */
113
114 /* Define if you have the Berkeley style revoke(2) system call. */
115 #define HAVE_REVOKE 1
116
117 /* Define if you have <sys/mman.h> */
118 #define HAVE_SYS_MMAN_H 1
119
120 /* Define if you have <sys/select.h> */
121 /* #undef HAVE_SYS_SELECT_H 1 */
122
123 /* Define if you have the System V style pty calls. */
124 /* #undef HAVE_SYS5_PTY */
125
126 /* Define if you want to compile in the Tcl interpreter. */
127 /* #define HAVE_TCL_INTERP */   /* XXX: SET IN Makefile CFLAGS */
128
129 /* Define if your sprintf returns a pointer, not a length. */
130 /* #undef SPRINTF_RET_CHARPNT */
131
132 /* Define if you have the bsearch function.  */
133 #define HAVE_BSEARCH 1
134
135 /* Define if you have the gethostname function.  */
136 #define HAVE_GETHOSTNAME 1
137
138 /* Define if you have the getopt function.  */
139 #define HAVE_GETOPT 1
140
141 /* Define if you have the getpagesize function.  */
142 #define HAVE_GETPAGESIZE 1
143
144 /* Define if you have the memchr function.  */
145 #define HAVE_MEMCHR 1
146
147 /* Define if you have the memcpy function.  */
148 #define HAVE_MEMCPY 1
149
150 /* Define if you have the memmove function.  */
151 #define HAVE_MEMMOVE 1
152
153 /* Define if you have the memset function.  */
154 #define HAVE_MEMSET 1
155
156 /* Define if you have the mkstemp function.  */
157 #define HAVE_MKSTEMP 1
158
159 /* Define if you have the mmap function.  */
160 #define HAVE_MMAP 1
161
162 /* Define if you have the select function.  */
163 #define HAVE_SELECT 1
164
165 /* Define if you have the setenv function.  */
166 #define HAVE_SETENV 1
167
168 /* Define if you have the snprintf function.  */
169 #define HAVE_SNPRINTF 1
170
171 /* Define if you have the strdup function.  */
172 #define HAVE_STRDUP 1
173
174 /* Define if you have the strerror function.  */
175 #define HAVE_STRERROR 1
176
177 /* Define if you have the strpbrk function.  */
178 #define HAVE_STRPBRK 1
179
180 /* Define if you have the strsep function.  */
181 #define HAVE_STRSEP 1
182
183 /* Define if you have the strtol function.  */
184 #define HAVE_STRTOL 1
185
186 /* Define if you have the strtoul function.  */
187 #define HAVE_STRTOUL 1
188
189 /* Define if you have the unsetenv function.  */
190 #define HAVE_UNSETENV 1
191
192 /* Define if you have the valloc function.  */
193 #define HAVE_VALLOC 1
194
195 /* Define if you have the vsnprintf function.  */
196 #define HAVE_VSNPRINTF 1