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