fix use of RE_W{START,STOP} in wide char version
[nvi.git] / dist / acconfig.h
blobb68ea4fc42d66c40aebba29d5ce84caf638c5bab
1 /* $Id: acconfig.h,v 8.25 2000/09/02 12:31:43 skimo Exp $ (Berkeley) $Date: 2000/09/02 12:31:43 $ */
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 the curses(3) waddnstr function. */
19 #undef HAVE_CURSES_WADDNSTR
21 /* Define if you have the curses(3) beep function. */
22 #undef HAVE_CURSES_BEEP
24 /* Define if you have the curses(3) flash function. */
25 #undef HAVE_CURSES_FLASH
27 /* Define if you have the curses(3) idlok function. */
28 #undef HAVE_CURSES_IDLOK
30 /* Define if you have the curses(3) keypad function. */
31 #undef HAVE_CURSES_KEYPAD
33 /* Define if you have the curses(3) newterm function. */
34 #undef HAVE_CURSES_NEWTERM
36 /* Define if you have the curses(3) setupterm function. */
37 #undef HAVE_CURSES_SETUPTERM
39 /* Define if you have the curses(3) tigetstr/tigetnum functions. */
40 #undef HAVE_CURSES_TIGETSTR
42 /* Define if you have the DB __hash_open call in the C library. */
43 #undef HAVE_DB_HASH_OPEN
45 /* Define if you have the chsize(2) system call. */
46 #undef HAVE_FTRUNCATE_CHSIZE
48 /* Define if you have the ftruncate(2) system call. */
49 #undef HAVE_FTRUNCATE_FTRUNCATE
51 /* Define if you have fcntl(2) style locking. */
52 #undef HAVE_LOCK_FCNTL
54 /* Define if you have flock(2) style locking. */
55 #undef HAVE_LOCK_FLOCK
57 /* Define is appropriate pango is available */
58 #undef HAVE_PANGO
60 /* Define if you want to compile in the Perl interpreter. */
61 #undef HAVE_PERL_INTERP
63 /* Define if using pthread. */
64 #undef HAVE_PTHREAD
66 /* Define if you have the Berkeley style revoke(2) system call. */
67 #undef HAVE_REVOKE
69 /* Define if you have the Berkeley style strsep(3) function. */
70 #undef HAVE_STRSEP
72 /* Define if you have <sys/mman.h> */
73 #undef HAVE_SYS_MMAN_H
75 /* Define if you have <sys/select.h> */
76 #undef HAVE_SYS_SELECT_H
78 /* Define if you have the System V style pty calls. */
79 #undef HAVE_SYS5_PTY
81 /* Define if you want to compile in the Tcl interpreter. */
82 #undef HAVE_TCL_INTERP
84 /* Define is appropriate zvt is available */
85 #undef HAVE_ZVT
87 /* Define if your sprintf returns a pointer, not a length. */
88 #undef SPRINTF_RET_CHARPNT
90 /* Define when dynamically loading DB 3 */
91 #undef USE_DYNAMIC_LOADING
93 /* Define when using S-Lang */
94 #undef USE_SLANG_CURSES
96 /* Define when using wide characters */
97 #undef USE_WIDECHAR
99 /* Define when fprintf prototype not in an obvious place */
100 #undef NEED_FPRINTF_PROTO