summaryrefslogtreecommitdiffstats
path: root/contrib/nvi/build/acconfig.h
blob: 567f9ee60070edb8e512c76b5b4b593f9652cf44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
/* @(#)acconfig.h	8.18 (Berkeley) 7/2/96 */

/* Define to `int' if <sys/types.h> doesn't define.  */
#undef ssize_t

/* Define if you want a debugging version. */
#undef DEBUG

/* Define if you have a System V-style (broken) gettimeofday. */
#undef HAVE_BROKEN_GETTIMEOFDAY

/* Define if you have a Ultrix-style (broken) vdisable. */
#undef HAVE_BROKEN_VDISABLE

/* Define if you have a BSD version of curses. */
#undef HAVE_BSD_CURSES

/* Define if you have the curses(3) addnstr function. */
#undef HAVE_CURSES_ADDNSTR

/* Define if you have the curses(3) beep function. */
#undef HAVE_CURSES_BEEP

/* Define if you have the curses(3) flash function. */
#undef HAVE_CURSES_FLASH

/* Define if you have the curses(3) idlok function. */
#undef HAVE_CURSES_IDLOK

/* Define if you have the curses(3) keypad function. */
#undef HAVE_CURSES_KEYPAD

/* Define if you have the curses(3) newterm function. */
#undef HAVE_CURSES_NEWTERM

/* Define if you have the curses(3) setupterm function. */
#undef HAVE_CURSES_SETUPTERM

/* Define if you have the curses(3) tigetstr/tigetnum functions. */
#undef HAVE_CURSES_TIGETSTR

/* Define if you have the DB __hash_open call in the C library. */
#undef HAVE_DB_HASH_OPEN

/* Define if you have the chsize(2) system call. */
#undef HAVE_FTRUNCATE_CHSIZE

/* Define if you have the ftruncate(2) system call. */
#undef HAVE_FTRUNCATE_FTRUNCATE

/* Define if you have fcntl(2) style locking. */
#undef HAVE_LOCK_FCNTL

/* Define if you have flock(2) style locking. */
#undef HAVE_LOCK_FLOCK

/* Define if you want to compile in the Perl interpreter. */
#undef HAVE_PERL_INTERP

/* Define if your Perl is at least 5.003_01. */
#undef HAVE_PERL_5_003_01

/* Define if you have the Berkeley style revoke(2) system call. */
#undef HAVE_REVOKE

/* Define if you have the Berkeley style strsep(3) function. */
#undef HAVE_STRSEP

/* Define if you have <sys/mman.h> */
#undef HAVE_SYS_MMAN_H

/* Define if you have <sys/select.h> */
#undef HAVE_SYS_SELECT_H

/* Define if you have the System V style pty calls. */
#undef HAVE_SYS5_PTY

/* Define if you want to compile in the Tcl interpreter. */
#undef HAVE_TCL_INTERP

/* Define if your sprintf returns a pointer, not a length. */
#undef SPRINTF_RET_CHARPNT
OpenPOWER on IntegriCloud