optionally use bundled db
[nvi.git] / dist / acconfig.h
blob1e622756fb659b5696f7fd35fde318d8a26c0e15
1 /* $Id: acconfig.h,v 8.34 2002/01/19 23:01:35 skimo Exp $ (Berkeley) $Date: 2002/01/19 23:01:35 $ */
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 gcc. */
58 #undef HAVE_GCC
60 /* Define if you have fcntl(2) style locking. */
61 #undef HAVE_LOCK_FCNTL
63 /* Define if you have flock(2) style locking. */
64 #undef HAVE_LOCK_FLOCK
66 /* Define is appropriate pango is available */
67 #undef HAVE_PANGO
69 /* Define if you want to compile in the Perl interpreter. */
70 #undef HAVE_PERL_INTERP
72 /* Define if using pthread. */
73 #undef HAVE_PTHREAD
75 /* Define if you have the Berkeley style revoke(2) system call. */
76 #undef HAVE_REVOKE
78 /* Define if you have the Berkeley style strsep(3) function. */
79 #undef HAVE_STRSEP
81 /* Define if you have <sys/mman.h> */
82 #undef HAVE_SYS_MMAN_H
84 /* Define if you have <sys/select.h> */
85 #undef HAVE_SYS_SELECT_H
87 /* Define if you have the System V style pty calls. */
88 #undef HAVE_SYS5_PTY
90 /* Define if you want to compile in the Tcl interpreter. */
91 #undef HAVE_TCL_INTERP
93 /* Define is appropriate zvt is available */
94 #undef HAVE_ZVT
96 /* Define if your sprintf returns a pointer, not a length. */
97 #undef SPRINTF_RET_CHARPNT
99 /* Define when using bundled db */
100 #undef USE_BUNDLED_DB
102 /* Define when using db4 logging */
103 #undef USE_DB4_LOGGING
105 /* Define when dynamically loading DB 3 */
106 #undef USE_DYNAMIC_LOADING
108 /* Define when iconv can be used */
109 #undef USE_ICONV
111 /* Define when perl's setenv should be used */
112 #undef USE_PERL_SETENV
114 /* Define when using S-Lang */
115 #undef USE_SLANG_CURSES
117 /* Define when using wide characters */
118 #undef USE_WIDECHAR
120 /* Define if you have <ncurses.h> */
121 #undef HAVE_NCURSES_H
123 /* Define when fprintf prototype not in an obvious place */
124 #undef NEED_FPRINTF_PROTO