check for newer ncurses
[nvi.git] / dist / config.h.in
blob77bd808af7b1d0ef2856b270ddc8f3a581bea8e7
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
3 /* Define to empty if the keyword does not work. */
4 #undef const
6 /* Define if you have a working `mmap' system call. */
7 #undef HAVE_MMAP
9 /* Define if your struct stat has st_blksize. */
10 #undef HAVE_ST_BLKSIZE
12 /* Define if you have <vfork.h>. */
13 #undef HAVE_VFORK_H
15 /* Define to `int' if <sys/types.h> doesn't define. */
16 #undef mode_t
18 /* Define to `long' if <sys/types.h> doesn't define. */
19 #undef off_t
21 /* Define to `int' if <sys/types.h> doesn't define. */
22 #undef pid_t
24 /* Define to `unsigned' if <sys/types.h> doesn't define. */
25 #undef size_t
27 /* Define if you have the ANSI C header files. */
28 #undef STDC_HEADERS
30 /* Define if your <sys/time.h> declares struct tm. */
31 #undef TM_IN_SYS_TIME
33 /* Define vfork as fork if vfork does not work. */
34 #undef vfork
36 /* Define if your processor stores words with the most significant
37 byte first (like Motorola and SPARC, unlike Intel and VAX). */
38 #undef WORDS_BIGENDIAN
40 /* Define to `int' if <sys/types.h> doesn't define. */
41 #undef ssize_t
43 /* Define if you want a debugging version. */
44 #undef DEBUG
46 /* Define if you have a System V-style (broken) gettimeofday. */
47 #undef HAVE_BROKEN_GETTIMEOFDAY
49 /* Define if you have a Ultrix-style (broken) vdisable. */
50 #undef HAVE_BROKEN_VDISABLE
52 /* Define if you have a BSD version of curses. */
53 #undef HAVE_BSD_CURSES
55 /* Define if you have the curses(3) waddnstr function. */
56 #undef HAVE_CURSES_WADDNSTR
58 /* Define if you have the curses(3) beep function. */
59 #undef HAVE_CURSES_BEEP
61 /* Define if you have the curses(3) flash function. */
62 #undef HAVE_CURSES_FLASH
64 /* Define if you have the curses(3) idlok function. */
65 #undef HAVE_CURSES_IDLOK
67 /* Define if you have the curses(3) keypad function. */
68 #undef HAVE_CURSES_KEYPAD
70 /* Define if you have the curses(3) newterm function. */
71 #undef HAVE_CURSES_NEWTERM
73 /* Define if you have the curses(3) setupterm function. */
74 #undef HAVE_CURSES_SETUPTERM
76 /* Define if you have the curses(3) tigetstr/tigetnum functions. */
77 #undef HAVE_CURSES_TIGETSTR
79 /* Define if you have the chsize(2) system call. */
80 #undef HAVE_FTRUNCATE_CHSIZE
82 /* Define if you have the ftruncate(2) system call. */
83 #undef HAVE_FTRUNCATE_FTRUNCATE
85 /* Define if you have fcntl(2) style locking. */
86 #undef HAVE_LOCK_FCNTL
88 /* Define if you have flock(2) style locking. */
89 #undef HAVE_LOCK_FLOCK
91 /* Define if you want to compile in the Perl interpreter. */
92 #undef HAVE_PERL_INTERP
94 /* Define if using pthread. */
95 #undef HAVE_PTHREAD
97 /* Define if you have the Berkeley style revoke(2) system call. */
98 #undef HAVE_REVOKE
100 /* Define if you have <sys/mman.h> */
101 #undef HAVE_SYS_MMAN_H
103 /* Define if you have <sys/select.h> */
104 #undef HAVE_SYS_SELECT_H
106 /* Define if you have the System V style pty calls. */
107 #undef HAVE_SYS5_PTY
109 /* Define if you want to compile in the Tcl interpreter. */
110 #undef HAVE_TCL_INTERP
112 /* Define is appropriate zvt is available */
113 #undef HAVE_ZVT
115 /* Define if your sprintf returns a pointer, not a length. */
116 #undef SPRINTF_RET_CHARPNT
118 /* Define when dynamically loading DB 3 */
119 #undef USE_DYNAMIC_LOADING
121 /* Define when using wide characters */
122 #undef USE_WIDECHAR
124 /* Define when fprintf prototype not in an obvious place */
125 #undef NEED_FPRINTF_PROTO
127 /* Define if you have the bsearch function. */
128 #undef HAVE_BSEARCH
130 /* Define if you have the gethostname function. */
131 #undef HAVE_GETHOSTNAME
133 /* Define if you have the getpagesize function. */
134 #undef HAVE_GETPAGESIZE
136 /* Define if you have the memchr function. */
137 #undef HAVE_MEMCHR
139 /* Define if you have the memset function. */
140 #undef HAVE_MEMSET
142 /* Define if you have the mkstemp function. */
143 #undef HAVE_MKSTEMP
145 /* Define if you have the mmap function. */
146 #undef HAVE_MMAP
148 /* Define if you have the select function. */
149 #undef HAVE_SELECT
151 /* Define if you have the setenv function. */
152 #undef HAVE_SETENV
154 /* Define if you have the strdup function. */
155 #undef HAVE_STRDUP
157 /* Define if you have the strpbrk function. */
158 #undef HAVE_STRPBRK
160 /* Define if you have the strsep function. */
161 #undef HAVE_STRSEP
163 /* Define if you have the unsetenv function. */
164 #undef HAVE_UNSETENV
166 /* Define if you have the vsnprintf function. */
167 #undef HAVE_VSNPRINTF
169 /* Define if you have the <ncurses.h> header file. */
170 #undef HAVE_NCURSES_H
172 /* Define if you have the <ncursesw/ncurses.h> header file. */
173 #undef HAVE_NCURSESW_NCURSES_H
175 /* Define if you have the <unistd.h> header file. */
176 #undef HAVE_UNISTD_H
178 /* Name of package */
179 #undef PACKAGE
181 /* Version number of package */
182 #undef VERSION