some CHAR_T cleanups
[nvi.git] / dist / acconfig.h
blob805e1786608a16c46fe80fa6895eab2418056b22
1 /* $Id: acconfig.h,v 8.28 2001/05/01 19:14:59 skimo Exp $ (Berkeley) $Date: 2001/05/01 19:14:59 $ */
3 /* Define to `int' if <sys/types.h> doesn't define. */
4 #undef ssize_t
6 /* Define if you want a debugging version. */
7 #undef DEBUG
9 /* Define if you have a System V-style (broken) gettimeofday. */
10 #undef HAVE_BROKEN_GETTIMEOFDAY
12 /* Define if you have a Ultrix-style (broken) vdisable. */
13 #undef HAVE_BROKEN_VDISABLE
15 /* Define if you have a BSD version of curses. */
16 #undef HAVE_BSD_CURSES
18 /* Define if you have wide ncurses(3). */
19 #undef HAVE_NCURSESW
21 /* Define if you have the curses(3) waddnwstr function. */
22 #undef HAVE_CURSES_ADDNWSTR
24 /* Define if you have the curses(3) waddnstr function. */
25 #undef HAVE_CURSES_WADDNSTR
27 /* Define if you have the curses(3) beep function. */
28 #undef HAVE_CURSES_BEEP
30 /* Define if you have the curses(3) flash function. */
31 #undef HAVE_CURSES_FLASH
33 /* Define if you have the curses(3) idlok function. */
34 #undef HAVE_CURSES_IDLOK
36 /* Define if you have the curses(3) keypad function. */
37 #undef HAVE_CURSES_KEYPAD
39 /* Define if you have the curses(3) newterm function. */
40 #undef HAVE_CURSES_NEWTERM
42 /* Define if you have the curses(3) setupterm function. */
43 #undef HAVE_CURSES_SETUPTERM
45 /* Define if you have the curses(3) tigetstr/tigetnum functions. */
46 #undef HAVE_CURSES_TIGETSTR
48 /* Define if you have the DB __hash_open call in the C library. */
49 #undef HAVE_DB_HASH_OPEN
51 /* Define if you have the chsize(2) system call. */
52 #undef HAVE_FTRUNCATE_CHSIZE
54 /* Define if you have the ftruncate(2) system call. */
55 #undef HAVE_FTRUNCATE_FTRUNCATE
57 /* Define if you have fcntl(2) style locking. */
58 #undef HAVE_LOCK_FCNTL
60 /* Define if you have flock(2) style locking. */
61 #undef HAVE_LOCK_FLOCK
63 /* Define if you want to compile in the Perl interpreter. */
64 #undef HAVE_PERL_INTERP
66 /* Define if using pthread. */
67 #undef HAVE_PTHREAD
69 /* Define if you have the Berkeley style revoke(2) system call. */
70 #undef HAVE_REVOKE
72 /* Define if you have the Berkeley style strsep(3) function. */
73 #undef HAVE_STRSEP
75 /* Define if you have <sys/mman.h> */
76 #undef HAVE_SYS_MMAN_H
78 /* Define if you have <sys/select.h> */
79 #undef HAVE_SYS_SELECT_H
81 /* Define if you have the System V style pty calls. */
82 #undef HAVE_SYS5_PTY
84 /* Define if you want to compile in the Tcl interpreter. */
85 #undef HAVE_TCL_INTERP
87 /* Define is appropriate zvt is available */
88 #undef HAVE_ZVT
90 /* Define if your sprintf returns a pointer, not a length. */
91 #undef SPRINTF_RET_CHARPNT
93 /* Define when dynamically loading DB 3 */
94 #undef USE_DYNAMIC_LOADING
96 /* Define when using S-Lang */
97 #undef USE_SLANG_CURSES
99 /* Define when using wide characters */
100 #undef USE_WIDECHAR
102 /* Define if you have <ncurses.h> */
103 #undef HAVE_NCURSES_H
105 /* Define when fprintf prototype not in an obvious place */
106 #undef NEED_FPRINTF_PROTO