summaryrefslogtreecommitdiffstats
path: root/usr.bin/vi/config.h
blob: a8bee6775f81d2837da40d30415ca4ee6cc10441 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
/* config.h.  Generated automatically by configure.  */
/* config.h.in.  Generated automatically from configure.in by autoheader.  */
/* $FreeBSD$ */

/* Define to empty if the keyword does not work.  */
/* #undef const */

/* Define if you have a working `mmap' system call.  */
#define HAVE_MMAP 1

/* Define if your struct stat has st_blksize.  */
#define HAVE_ST_BLKSIZE 1

/* Define if you have <vfork.h>.  */
/* #undef HAVE_VFORK_H */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef mode_t */

/* Define to `long' if <sys/types.h> doesn't define.  */
/* #undef off_t */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef pid_t */

/* Define to `unsigned' if <sys/types.h> doesn't define.  */
/* #undef size_t */

/* Define if you have the ANSI C header files.  */
#define STDC_HEADERS 1

/* Define if your <sys/time.h> declares struct tm.  */
/* #undef TM_IN_SYS_TIME */

/* Define vfork as fork if vfork does not work.  */
/* #undef vfork */

/* Define if your processor stores words with the most significant
   byte first (like Motorola and SPARC, unlike Intel and VAX).  */
/* #undef WORDS_BIGENDIAN */

/* Define to `int' if <sys/types.h> doesn't define.  */
/* #undef ssize_t */

/* Define if you want a debugging version. */
/* #undef DEBUG */

/* Define if you have a System V-style (broken) gettimeofday. */
/* #undef HAVE_BROKEN_GETTIMEOFDAY */

/* Define if you have a Ultrix-style (broken) vdisable. */
/* #undef HAVE_BROKEN_VDISABLE */

/* Define if you have a BSD version of curses. */
#ifndef SYSV_CURSES
#define HAVE_BSD_CURSES 1
#endif

/* Define if you have the curses(3) addnstr function. */
#define HAVE_CURSES_ADDNSTR 1

/* Define if you have the curses(3) beep function. */
#ifdef SYSV_CURSES
#define HAVE_CURSES_BEEP 1
#endif

/* Define if you have the curses(3) flash function. */
#ifdef SYSV_CURSES
#define HAVE_CURSES_FLASH 1
#endif

/* Define if you have the curses(3) idlok function. */
#define HAVE_CURSES_IDLOK 1

/* Define if you have the curses(3) keypad function. */
#ifdef SYSV_CURSES
#define HAVE_CURSES_KEYPAD 1
#endif

/* Define if you have the curses(3) newterm function. */
#ifdef SYSV_CURSES
#define HAVE_CURSES_NEWTERM 1
#endif

/* Define if you have the curses(3) setupterm function. */
#ifdef SYSV_CURSES
#define HAVE_CURSES_SETUPTERM 1
#endif

/* Define if you have the curses(3) tigetstr/tigetnum functions. */
#ifdef SYSV_CURSES
#define HAVE_CURSES_TIGETSTR 1
#endif

/* Define if you have the chsize(2) system call. */
/* #undef HAVE_FTRUNCATE_CHSIZE */

/* Define if you have the ftruncate(2) system call. */
#define HAVE_FTRUNCATE_FTRUNCATE 1

/* Define if you have fcntl(2) style locking. */
/* #undef HAVE_LOCK_FCNTL */

/* Define if you have flock(2) style locking. */
#define HAVE_LOCK_FLOCK 1

/* Define if you want to compile in the Perl interpreter. */
/* #undef HAVE_PERL_INTERP */	/* XXX: SET IN Makefile CFLAGS */

/* Define if your Perl is at least 5.003_01. */
/* #undef HAVE_PERL_5_003_01 */	/* XXX: SET IN Makefile CFLAGS */

/* Define if you have the Berkeley style revoke(2) system call. */
#define HAVE_REVOKE 1

/* Define if you have <sys/mman.h> */
#define HAVE_SYS_MMAN_H 1

/* Define if you have <sys/select.h> */
/* #undef HAVE_SYS_SELECT_H 1 */

/* Define if you have the System V style pty calls. */
/* #undef HAVE_SYS5_PTY */

/* Define if you want to compile in the Tcl interpreter. */
/* #define HAVE_TCL_INTERP */	/* XXX: SET IN Makefile CFLAGS */

/* Define if your sprintf returns a pointer, not a length. */
/* #undef SPRINTF_RET_CHARPNT */

/* Define if you have the bsearch function.  */
#define HAVE_BSEARCH 1

/* Define if you have the gethostname function.  */
#define HAVE_GETHOSTNAME 1

/* Define if you have the getopt function.  */
#define HAVE_GETOPT 1

/* Define if you have the getpagesize function.  */
#define HAVE_GETPAGESIZE 1

/* Define if you have the memchr function.  */
#define HAVE_MEMCHR 1

/* Define if you have the memcpy function.  */
#define HAVE_MEMCPY 1

/* Define if you have the memmove function.  */
#define HAVE_MEMMOVE 1

/* Define if you have the memset function.  */
#define HAVE_MEMSET 1

/* Define if you have the mkstemp function.  */
#define HAVE_MKSTEMP 1

/* Define if you have the mmap function.  */
#define HAVE_MMAP 1

/* Define if you have the select function.  */
#define HAVE_SELECT 1

/* Define if you have the setenv function.  */
#define HAVE_SETENV 1

/* Define if you have the snprintf function.  */
#define HAVE_SNPRINTF 1

/* Define if you have the strdup function.  */
#define HAVE_STRDUP 1

/* Define if you have the strerror function.  */
#define HAVE_STRERROR 1

/* Define if you have the strpbrk function.  */
#define HAVE_STRPBRK 1

/* Define if you have the strsep function.  */
#define HAVE_STRSEP 1

/* Define if you have the strtol function.  */
#define HAVE_STRTOL 1

/* Define if you have the strtoul function.  */
#define HAVE_STRTOUL 1

/* Define if you have the unsetenv function.  */
#define HAVE_UNSETENV 1

/* Define if you have the valloc function.  */
#define HAVE_VALLOC 1

/* Define if you have the vsnprintf function.  */
#define HAVE_VSNPRINTF 1
OpenPOWER on IntegriCloud