| 1 |
/* config.h.in. Generated from configure.in by autoheader. */ |
| 2 |
/* $Id: acconfig.h,v 1.2 2002/06/21 23:37:13 hiroo Exp $ */ |
| 3 |
|
| 4 |
/* Define `socklen_t' to int if <sys/socket.h> does not define. */ |
| 5 |
#undef socklen_t |
| 6 |
|
| 7 |
/* Define to `long' if <sys/types.h> does not define. */ |
| 8 |
#undef time_t |
| 9 |
|
| 10 |
/* |
| 11 |
* Defined if you allow creating a file in an arbitrary path |
| 12 |
* which is the traditional feature. |
| 13 |
*/ |
| 14 |
#undef WNN_ALLOW_UNSAFE_PATH |
| 15 |
|
| 16 |
/* Define if the signal function returns void. */ |
| 17 |
#undef RETSIGTYPE_VOID |
| 18 |
|
| 19 |
/* Define to 1 if you have the `bcmp' function. */ |
| 20 |
#undef HAVE_BCMP |
| 21 |
|
| 22 |
/* Define to 1 if you have the `bcopy' function. */ |
| 23 |
#undef HAVE_BCOPY |
| 24 |
|
| 25 |
/* Define to 1 if you have the `bzero' function. */ |
| 26 |
#undef HAVE_BZERO |
| 27 |
|
| 28 |
/* Define to 1 if you have the `closesocket' function. */ |
| 29 |
#undef HAVE_CLOSESOCKET |
| 30 |
|
| 31 |
/* Define to 1 if you have the <curses.h> header file. */ |
| 32 |
#undef HAVE_CURSES_H |
| 33 |
|
| 34 |
/* Define to 1 if you have the <dlfcn.h> header file. */ |
| 35 |
#undef HAVE_DLFCN_H |
| 36 |
|
| 37 |
/* Define to 1 if you have the `drand48' function. */ |
| 38 |
#undef HAVE_DRAND48 |
| 39 |
|
| 40 |
/* Define to 1 if you have the `fchmod' function. */ |
| 41 |
#undef HAVE_FCHMOD |
| 42 |
|
| 43 |
/* Define to 1 if you have the <fcntl.h> header file. */ |
| 44 |
#undef HAVE_FCNTL_H |
| 45 |
|
| 46 |
/* Define to 1 if you have the `getdtablesize' function. */ |
| 47 |
#undef HAVE_GETDTABLESIZE |
| 48 |
|
| 49 |
/* Define to 1 if you have the `gethostname' function. */ |
| 50 |
#undef HAVE_GETHOSTNAME |
| 51 |
|
| 52 |
/* Define to 1 if you have the `getopt' function. */ |
| 53 |
#undef HAVE_GETOPT |
| 54 |
|
| 55 |
/* Define to 1 if you have the `getrlimit' function. */ |
| 56 |
#undef HAVE_GETRLIMIT |
| 57 |
|
| 58 |
/* Define to 1 if you have the `index' function. */ |
| 59 |
#undef HAVE_INDEX |
| 60 |
|
| 61 |
/* Define to 1 if you have the <inttypes.h> header file. */ |
| 62 |
#undef HAVE_INTTYPES_H |
| 63 |
|
| 64 |
/* Define to 1 if you have the `bind' library (-lbind). */ |
| 65 |
#undef HAVE_LIBBIND |
| 66 |
|
| 67 |
/* Define to 1 if you have the `crypt' library (-lcrypt). */ |
| 68 |
#undef HAVE_LIBCRYPT |
| 69 |
|
| 70 |
/* Define to 1 if you have the `nsl' library (-lnsl). */ |
| 71 |
#undef HAVE_LIBNSL |
| 72 |
|
| 73 |
/* Define to 1 if you have the `socket' library (-lsocket). */ |
| 74 |
#undef HAVE_LIBSOCKET |
| 75 |
|
| 76 |
/* Define to 1 if you have the <malloc.h> header file. */ |
| 77 |
#undef HAVE_MALLOC_H |
| 78 |
|
| 79 |
/* Define to 1 if you have the `memcpy' function. */ |
| 80 |
#undef HAVE_MEMCPY |
| 81 |
|
| 82 |
/* Define to 1 if you have the `memmove' function. */ |
| 83 |
#undef HAVE_MEMMOVE |
| 84 |
|
| 85 |
/* Define to 1 if you have the <memory.h> header file. */ |
| 86 |
#undef HAVE_MEMORY_H |
| 87 |
|
| 88 |
/* Define to 1 if you have the `memset' function. */ |
| 89 |
#undef HAVE_MEMSET |
| 90 |
|
| 91 |
/* Define to 1 if you have the `mkdir' function. */ |
| 92 |
#undef HAVE_MKDIR |
| 93 |
|
| 94 |
/* Define to 1 if you have the <ncurses.h> header file. */ |
| 95 |
#undef HAVE_NCURSES_H |
| 96 |
|
| 97 |
/* Define to 1 if you have the `random' function. */ |
| 98 |
#undef HAVE_RANDOM |
| 99 |
|
| 100 |
/* Define to 1 if you have the `recv' function. */ |
| 101 |
#undef HAVE_RECV |
| 102 |
|
| 103 |
/* Define to 1 if you have the `rindex' function. */ |
| 104 |
#undef HAVE_RINDEX |
| 105 |
|
| 106 |
/* Define to 1 if you have the `select' function. */ |
| 107 |
#undef HAVE_SELECT |
| 108 |
|
| 109 |
/* Define to 1 if you have the `send' function. */ |
| 110 |
#undef HAVE_SEND |
| 111 |
|
| 112 |
/* Define to 1 if you have the `setenv' function. */ |
| 113 |
#undef HAVE_SETENV |
| 114 |
|
| 115 |
/* Define to 1 if you have the `setpgrp' function. */ |
| 116 |
#undef HAVE_SETPGRP |
| 117 |
|
| 118 |
/* Define to 1 if you have the `setsockopt' function. */ |
| 119 |
#undef HAVE_SETSOCKOPT |
| 120 |
|
| 121 |
/* Define to 1 if you have the <sgtty.h> header file. */ |
| 122 |
#undef HAVE_SGTTY_H |
| 123 |
|
| 124 |
/* Define to 1 if you have the `snprintf' function. */ |
| 125 |
#undef HAVE_SNPRINTF |
| 126 |
|
| 127 |
/* Define to 1 if you have the `socket' function. */ |
| 128 |
#undef HAVE_SOCKET |
| 129 |
|
| 130 |
/* Define to 1 if you have the <stdint.h> header file. */ |
| 131 |
#undef HAVE_STDINT_H |
| 132 |
|
| 133 |
/* Define to 1 if you have the <stdlib.h> header file. */ |
| 134 |
#undef HAVE_STDLIB_H |
| 135 |
|
| 136 |
/* Define to 1 if you have the `strchr' function. */ |
| 137 |
#undef HAVE_STRCHR |
| 138 |
|
| 139 |
/* Define to 1 if you have the <strings.h> header file. */ |
| 140 |
#undef HAVE_STRINGS_H |
| 141 |
|
| 142 |
/* Define to 1 if you have the <string.h> header file. */ |
| 143 |
#undef HAVE_STRING_H |
| 144 |
|
| 145 |
/* Define to 1 if you have the `strrchr' function. */ |
| 146 |
#undef HAVE_STRRCHR |
| 147 |
|
| 148 |
/* Define to 1 if you have the `syslog' function. */ |
| 149 |
#undef HAVE_SYSLOG |
| 150 |
|
| 151 |
/* Define to 1 if you have the <syslog.h> header file. */ |
| 152 |
#undef HAVE_SYSLOG_H |
| 153 |
|
| 154 |
/* Define to 1 if you have the <sys/file.h> header file. */ |
| 155 |
#undef HAVE_SYS_FILE_H |
| 156 |
|
| 157 |
/* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| 158 |
#undef HAVE_SYS_IOCTL_H |
| 159 |
|
| 160 |
/* Define to 1 if you have the <sys/param.h> header file. */ |
| 161 |
#undef HAVE_SYS_PARAM_H |
| 162 |
|
| 163 |
/* Define to 1 if you have the <sys/stat.h> header file. */ |
| 164 |
#undef HAVE_SYS_STAT_H |
| 165 |
|
| 166 |
/* Define to 1 if you have the <sys/time.h> header file. */ |
| 167 |
#undef HAVE_SYS_TIME_H |
| 168 |
|
| 169 |
/* Define to 1 if you have the <sys/types.h> header file. */ |
| 170 |
#undef HAVE_SYS_TYPES_H |
| 171 |
|
| 172 |
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */ |
| 173 |
#undef HAVE_SYS_WAIT_H |
| 174 |
|
| 175 |
/* Define to 1 if you have the <termio.h> header file. */ |
| 176 |
#undef HAVE_TERMIO_H |
| 177 |
|
| 178 |
/* Define to 1 if you have the <term.h> header file. */ |
| 179 |
#undef HAVE_TERM_H |
| 180 |
|
| 181 |
/* Define to 1 if you have the <unistd.h> header file. */ |
| 182 |
#undef HAVE_UNISTD_H |
| 183 |
|
| 184 |
/* Define to 1 if you have the `vasprintf' function. */ |
| 185 |
#undef HAVE_VASPRINTF |
| 186 |
|
| 187 |
/* Define to 1 if you have the `vsyslog' function. */ |
| 188 |
#undef HAVE_VSYSLOG |
| 189 |
|
| 190 |
/* Define to 1 if you have the `wait3' function. */ |
| 191 |
#undef HAVE_WAIT3 |
| 192 |
|
| 193 |
/* Define to the address where bug reports for this package should be sent. */ |
| 194 |
#undef PACKAGE_BUGREPORT |
| 195 |
|
| 196 |
/* Define to the full name of this package. */ |
| 197 |
#undef PACKAGE_NAME |
| 198 |
|
| 199 |
/* Define to the full name and version of this package. */ |
| 200 |
#undef PACKAGE_STRING |
| 201 |
|
| 202 |
/* Define to the one symbol short name of this package. */ |
| 203 |
#undef PACKAGE_TARNAME |
| 204 |
|
| 205 |
/* Define to the version of this package. */ |
| 206 |
#undef PACKAGE_VERSION |
| 207 |
|
| 208 |
/* Define as the return type of signal handlers (`int' or `void'). */ |
| 209 |
#undef RETSIGTYPE |
| 210 |
|
| 211 |
/* Define if the signal function returns void. */ |
| 212 |
#undef RETSIGTYPE_VOID |
| 213 |
|
| 214 |
/* Define to 1 if the `setpgrp' function takes no argument. */ |
| 215 |
#undef SETPGRP_VOID |
| 216 |
|
| 217 |
/* Define to 1 if you have the ANSI C header files. */ |
| 218 |
#undef STDC_HEADERS |
| 219 |
|
| 220 |
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 221 |
#undef TIME_WITH_SYS_TIME |
| 222 |
|
| 223 |
/* Define to `int' if <sys/types.h> does not define. */ |
| 224 |
#undef mode_t |
| 225 |
|
| 226 |
/* Define to `long' if <sys/types.h> does not define. */ |
| 227 |
#undef time_t |