only clean out gs when last window goes
[nvi.git] / dist / acconfig.h
blob1a362901d74d08139757a44cee2ae43d03dc1042
1 /* $Id: acconfig.h,v 8.21 2000/07/05 17:58:23 skimo Exp $ (Berkeley) $Date: 2000/07/05 17:58:23 $ */
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 if you want to compile in the Perl interpreter. */
58 #undef HAVE_PERL_INTERP
60 /* Define if using pthread. */
61 #undef HAVE_PTHREAD
63 /* Define if you have the Berkeley style revoke(2) system call. */
64 #undef HAVE_REVOKE
66 /* Define if you have the Berkeley style strsep(3) function. */
67 #undef HAVE_STRSEP
69 /* Define if you have <sys/mman.h> */
70 #undef HAVE_SYS_MMAN_H
72 /* Define if you have <sys/select.h> */
73 #undef HAVE_SYS_SELECT_H
75 /* Define if you have the System V style pty calls. */
76 #undef HAVE_SYS5_PTY
78 /* Define if you want to compile in the Tcl interpreter. */
79 #undef HAVE_TCL_INTERP
81 /* Define if your sprintf returns a pointer, not a length. */
82 #undef SPRINTF_RET_CHARPNT
84 /* Define when dynamically loading DB 3 */
85 #undef USE_DYNAMIC_LOADING
87 /* Define when fprintf prototype not in an obvious place */
88 #undef NEED_FPRINTF_PROTO