1 /* @(#)acconfig.h 8.18 (Berkeley) 7/2/96 */ 2 3 /* Define to `int' if <sys/types.h> doesn't define. */ 4 #undef ssize_t 5 6 /* Define if you want a debugging version. */ 7 #undef DEBUG 8 9 /* Define if you have a System V-style (broken) gettimeofday. */ 10 #undef HAVE_BROKEN_GETTIMEOFDAY 11 12 /* Define if you have a Ultrix-style (broken) vdisable. */ 13 #undef HAVE_BROKEN_VDISABLE 14 15 /* Define if you have a BSD version of curses. */ 16 #undef HAVE_BSD_CURSES 17 18 /* Define if you have the curses(3) addnstr function. */ 19 #undef HAVE_CURSES_ADDNSTR 20 21 /* Define if you have the curses(3) beep function. */ 22 #undef HAVE_CURSES_BEEP 23 24 /* Define if you have the curses(3) flash function. */ 25 #undef HAVE_CURSES_FLASH 26 27 /* Define if you have the curses(3) idlok function. */ 28 #undef HAVE_CURSES_IDLOK 29 30 /* Define if you have the curses(3) keypad function. */ 31 #undef HAVE_CURSES_KEYPAD 32 33 /* Define if you have the curses(3) newterm function. */ 34 #undef HAVE_CURSES_NEWTERM 35 36 /* Define if you have the curses(3) setupterm function. */ 37 #undef HAVE_CURSES_SETUPTERM 38 39 /* Define if you have the curses(3) tigetstr/tigetnum functions. */ 40 #undef HAVE_CURSES_TIGETSTR 41 42 /* Define if you have the DB __hash_open call in the C library. */ 43 #undef HAVE_DB_HASH_OPEN 44 45 /* Define if you have the chsize(2) system call. */ 46 #undef HAVE_FTRUNCATE_CHSIZE 47 48 /* Define if you have the ftruncate(2) system call. */ 49 #undef HAVE_FTRUNCATE_FTRUNCATE 50 51 /* Define if you have fcntl(2) style locking. */ 52 #undef HAVE_LOCK_FCNTL 53 54 /* Define if you have flock(2) style locking. */ 55 #undef HAVE_LOCK_FLOCK 56 57 /* Define if you want to compile in the Perl interpreter. */ 58 #undef HAVE_PERL_INTERP 59 60 /* Define if your Perl is at least 5.003_01. */ 61 #undef HAVE_PERL_5_003_01 62 63 /* Define if you have the Berkeley style revoke(2) system call. */ 64 #undef HAVE_REVOKE 65 66 /* Define if you have the Berkeley style strsep(3) function. */ 67 #undef HAVE_STRSEP 68 69 /* Define if you have <sys/mman.h> */ 70 #undef HAVE_SYS_MMAN_H 71 72 /* Define if you have <sys/select.h> */ 73 #undef HAVE_SYS_SELECT_H 74 75 /* Define if you have the System V style pty calls. */ 76 #undef HAVE_SYS5_PTY 77 78 /* Define if you want to compile in the Tcl interpreter. */ 79 #undef HAVE_TCL_INTERP 80 81 /* Define if your sprintf returns a pointer, not a length. */ 82 #undef SPRINTF_RET_CHARPNT 83