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