1 /* config.h. Generated automatically by configure. */ 2 /* config.h.in. Generated automatically from configure.in by autoheader. */ 3 4 /* Define to empty if the keyword does not work. */ 5 /* #undef const */ 6 7 /* Define if you have a working `mmap' system call. */ 8 #define HAVE_MMAP 1 9 10 /* Define if your struct stat has st_blksize. */ 11 #define HAVE_ST_BLKSIZE 1 12 13 /* Define if you have <vfork.h>. */ 14 /* #undef HAVE_VFORK_H */ 15 16 /* Define to `int' if <sys/types.h> doesn't define. */ 17 /* #undef mode_t */ 18 19 /* Define to `long' if <sys/types.h> doesn't define. */ 20 /* #undef off_t */ 21 22 /* Define to `int' if <sys/types.h> doesn't define. */ 23 /* #undef pid_t */ 24 25 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 26 /* #undef size_t */ 27 28 /* Define if you have the ANSI C header files. */ 29 #define STDC_HEADERS 1 30 31 /* Define if your <sys/time.h> declares struct tm. */ 32 /* #undef TM_IN_SYS_TIME */ 33 34 /* Define vfork as fork if vfork does not work. */ 35 /* #undef vfork */ 36 37 /* Define if your processor stores words with the most significant 38 byte first (like Motorola and SPARC, unlike Intel and VAX). */ 39 /* #undef WORDS_BIGENDIAN */ 40 41 /* Define to `int' if <sys/types.h> doesn't define. */ 42 /* #undef ssize_t */ 43 44 /* Define if you want a debugging version. */ 45 /* #undef DEBUG */ 46 47 /* Define if you have a System V-style (broken) gettimeofday. */ 48 /* #undef HAVE_BROKEN_GETTIMEOFDAY */ 49 50 /* Define if you have a Ultrix-style (broken) vdisable. */ 51 /* #undef HAVE_BROKEN_VDISABLE */ 52 53 /* Define if you have a BSD version of curses. */ 54 #ifndef SYSV_CURSES 55 #define HAVE_BSD_CURSES 1 56 #endif 57 58 /* Define if you have the curses(3) addnstr function. */ 59 #define HAVE_CURSES_ADDNSTR 1 60 61 /* Define if you have the curses(3) beep function. */ 62 #ifdef SYSV_CURSES 63 #define HAVE_CURSES_BEEP 1 64 #endif 65 66 /* Define if you have the curses(3) flash function. */ 67 #ifdef SYSV_CURSES 68 #define HAVE_CURSES_FLASH 1 69 #endif 70 71 /* Define if you have the curses(3) idlok function. */ 72 #define HAVE_CURSES_IDLOK 1 73 74 /* Define if you have the curses(3) keypad function. */ 75 #ifdef SYSV_CURSES 76 #define HAVE_CURSES_KEYPAD 1 77 #endif 78 79 /* Define if you have the curses(3) newterm function. */ 80 #ifdef SYSV_CURSES 81 #define HAVE_CURSES_NEWTERM 1 82 #endif 83 84 /* Define if you have the curses(3) setupterm function. */ 85 #ifdef SYSV_CURSES 86 #define HAVE_CURSES_SETUPTERM 1 87 #endif 88 89 /* Define if you have the curses(3) tigetstr/tigetnum functions. */ 90 #ifdef SYSV_CURSES 91 #define HAVE_CURSES_TIGETSTR 1 92 #endif 93 94 /* Define if you have the chsize(2) system call. */ 95 /* #undef HAVE_FTRUNCATE_CHSIZE */ 96 97 /* Define if you have the ftruncate(2) system call. */ 98 #define HAVE_FTRUNCATE_FTRUNCATE 1 99 100 /* Define if you have fcntl(2) style locking. */ 101 /* #undef HAVE_LOCK_FCNTL */ 102 103 /* Define if you have flock(2) style locking. */ 104 #define HAVE_LOCK_FLOCK 1 105 106 /* Define if you want to compile in the Perl interpreter. */ 107 /* #undef HAVE_PERL_INTERP */ /* XXX: SET IN Makefile CFLAGS */ 108 109 /* Define if your Perl is at least 5.003_01. */ 110 /* #undef HAVE_PERL_5_003_01 */ /* XXX: SET IN Makefile CFLAGS */ 111 112 /* Define if you have the Berkeley style revoke(2) system call. */ 113 #define HAVE_REVOKE 1 114 115 /* Define if you have <sys/mman.h> */ 116 #define HAVE_SYS_MMAN_H 1 117 118 /* Define if you have <sys/select.h> */ 119 #define HAVE_SYS_SELECT_H 1 120 121 /* Define if you have the System V style pty calls. */ 122 /* #undef HAVE_SYS5_PTY */ 123 124 /* Define if you want to compile in the Tcl interpreter. */ 125 /* #define HAVE_TCL_INTERP */ /* XXX: SET IN Makefile CFLAGS */ 126 127 /* Define if your sprintf returns a pointer, not a length. */ 128 /* #undef SPRINTF_RET_CHARPNT */ 129 130 /* Define if you have the bsearch function. */ 131 #define HAVE_BSEARCH 1 132 133 /* Define if you have the gethostname function. */ 134 #define HAVE_GETHOSTNAME 1 135 136 /* Define if you have the getopt function. */ 137 #define HAVE_GETOPT 1 138 139 /* Define if you have the getpagesize function. */ 140 #define HAVE_GETPAGESIZE 1 141 142 /* Define if you have the memchr function. */ 143 #define HAVE_MEMCHR 1 144 145 /* Define if you have the memcpy function. */ 146 #define HAVE_MEMCPY 1 147 148 /* Define if you have the memmove function. */ 149 #define HAVE_MEMMOVE 1 150 151 /* Define if you have the memset function. */ 152 #define HAVE_MEMSET 1 153 154 /* Define if you have the mkstemp function. */ 155 #define HAVE_MKSTEMP 1 156 157 /* Define if you have the mmap function. */ 158 #define HAVE_MMAP 1 159 160 /* Define if you have the select function. */ 161 #define HAVE_SELECT 1 162 163 /* Define if you have the setenv function. */ 164 #define HAVE_SETENV 1 165 166 /* Define if you have the snprintf function. */ 167 #define HAVE_SNPRINTF 1 168 169 /* Define if you have the strdup function. */ 170 #define HAVE_STRDUP 1 171 172 /* Define if you have the strerror function. */ 173 #define HAVE_STRERROR 1 174 175 /* Define if you have the strpbrk function. */ 176 #define HAVE_STRPBRK 1 177 178 /* Define if you have the strsep function. */ 179 #define HAVE_STRSEP 1 180 181 /* Define if you have the strtol function. */ 182 #define HAVE_STRTOL 1 183 184 /* Define if you have the strtoul function. */ 185 #define HAVE_STRTOUL 1 186 187 /* Define if you have the unsetenv function. */ 188 #define HAVE_UNSETENV 1 189 190 /* Define if you have the valloc function. */ 191 #define HAVE_VALLOC 1 192 193 /* Define if you have the vsnprintf function. */ 194 #define HAVE_VSNPRINTF 1 195