| 1 | /* include/config.h. Generated from config.h.in by configure. */ |
| 2 | /* include/config.h.in. Generated from configure.ac by autoheader. */ |
| 3 | |
| 4 | #if HAVE_NBTOOL_CONFIG_H |
| 5 | #include "nbtool_config.h" |
| 6 | #define arc4random random |
| 7 | #define arc4random_stir() srandom(time(NULL)) |
| 8 | #undef PACKAGE_NAME |
| 9 | #undef PACKAGE_STRING |
| 10 | #undef PACKAGE_TARNAME |
| 11 | #undef PACKAGE_VERSION |
| 12 | #undef PACKAGE_BUGREPORT |
| 13 | #endif |
| 14 | |
| 15 | #ifndef RCSID |
| 16 | #define RCSID(msg) \ |
| 17 | static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg } |
| 18 | #endif |
| 19 | |
| 20 | /* Maximum values on all known systems */ |
| 21 | #define MaxHostNameLen (64+4) |
| 22 | #define MaxPathLen (1024+4) |
| 23 | |
| 24 | |
| 25 | |
| 26 | #ifdef BUILD_KRB5_LIB |
| 27 | #ifndef KRB5_LIB |
| 28 | #ifdef _WIN32_ |
| 29 | #define KRB5_LIB_FUNCTION __declspec(dllexport) |
| 30 | #define KRB5_LIB_CALL __stdcall |
| 31 | #define KRB5_LIB_VARIABLE __declspec(dllexport) |
| 32 | #else |
| 33 | #define KRB5_LIB_FUNCTION |
| 34 | #define KRB5_LIB_CALL |
| 35 | #define KRB5_LIB_VARIABLE |
| 36 | #endif |
| 37 | #endif |
| 38 | #endif |
| 39 | |
| 40 | |
| 41 | #ifdef BUILD_ROKEN_LIB |
| 42 | #ifndef ROKEN_LIB |
| 43 | #ifdef _WIN32_ |
| 44 | #define ROKEN_LIB_FUNCTION __declspec(dllexport) |
| 45 | #define ROKEN_LIB_CALL __stdcall |
| 46 | #define ROKEN_LIB_VARIABLE __declspec(dllexport) |
| 47 | #else |
| 48 | #define ROKEN_LIB_FUNCTION |
| 49 | #define ROKEN_LIB_CALL |
| 50 | #define ROKEN_LIB_VARIABLE |
| 51 | #endif |
| 52 | #endif |
| 53 | #endif |
| 54 | |
| 55 | |
| 56 | #ifdef BUILD_GSSAPI_LIB |
| 57 | #ifndef GSSAPI_LIB |
| 58 | #ifdef _WIN32_ |
| 59 | #define GSSAPI_LIB_FUNCTION __declspec(dllexport) |
| 60 | #define GSSAPI_LIB_CALL __stdcall |
| 61 | #define GSSAPI_LIB_VARIABLE __declspec(dllexport) |
| 62 | #else |
| 63 | #define GSSAPI_LIB_FUNCTION |
| 64 | #define GSSAPI_LIB_CALL |
| 65 | #define GSSAPI_LIB_VARIABLE |
| 66 | #endif |
| 67 | #endif |
| 68 | #endif |
| 69 | |
| 70 | |
| 71 | /* Define if you want authentication support in telnet. */ |
| 72 | #define AUTHENTICATION 1 |
| 73 | |
| 74 | /* path to bin */ |
| 75 | #define BINDIR "/usr/bin" |
| 76 | |
| 77 | /* Define if realloc(NULL) doesn't work. */ |
| 78 | /* #undef BROKEN_REALLOC */ |
| 79 | |
| 80 | /* Define if you want support for DCE/DFS PAG's. */ |
| 81 | /* #undef DCE */ |
| 82 | |
| 83 | /* Define if you want to use DES encryption in telnet. */ |
| 84 | #define DES_ENCRYPTION 1 |
| 85 | |
| 86 | /* Define this to enable diagnostics in telnet. */ |
| 87 | #define DIAGNOSTICS 1 |
| 88 | |
| 89 | /* Define to enable DIGEST. */ |
| 90 | #define DIGEST 1 |
| 91 | |
| 92 | /* Define if want to use the weak AFS string to key functions. */ |
| 93 | #define ENABLE_AFS_STRING_TO_KEY 1 |
| 94 | |
| 95 | /* Define if you want have a thread safe libraries */ |
| 96 | #define ENABLE_PTHREAD_SUPPORT 1 |
| 97 | |
| 98 | /* Define if you want encryption support in telnet. */ |
| 99 | #define ENCRYPTION 1 |
| 100 | |
| 101 | /* define if sys/param.h defines the endiness */ |
| 102 | #define ENDIANESS_IN_SYS_PARAM_H 1 |
| 103 | |
| 104 | /* Define this if you want support for broken ENV_{VAR,VAL} telnets. */ |
| 105 | /* #undef ENV_HACK */ |
| 106 | |
| 107 | /* define if prototype of gethostbyaddr is compatible with struct hostent |
| 108 | *gethostbyaddr(const void *, size_t, int) */ |
| 109 | /* #undef GETHOSTBYADDR_PROTO_COMPATIBLE */ |
| 110 | |
| 111 | /* define if prototype of gethostbyname is compatible with struct hostent |
| 112 | *gethostbyname(const char *) */ |
| 113 | #define GETHOSTBYNAME_PROTO_COMPATIBLE 1 |
| 114 | |
| 115 | /* define if prototype of getservbyname is compatible with struct servent |
| 116 | *getservbyname(const char *, const char *) */ |
| 117 | #define GETSERVBYNAME_PROTO_COMPATIBLE 1 |
| 118 | |
| 119 | /* define if prototype of getsockname is compatible with int getsockname(int, |
| 120 | struct sockaddr*, socklen_t*) */ |
| 121 | #define GETSOCKNAME_PROTO_COMPATIBLE 1 |
| 122 | |
| 123 | /* Define if you have the `altzone' variable. */ |
| 124 | /* #undef HAVE_ALTZONE */ |
| 125 | |
| 126 | /* Define to 1 if you have the `arc4random' function. */ |
| 127 | #define HAVE_ARC4RANDOM 1 |
| 128 | |
| 129 | /* Define to 1 if you have the <arpa/inet.h> header file. */ |
| 130 | #define HAVE_ARPA_INET_H 1 |
| 131 | |
| 132 | /* Define to 1 if you have the <arpa/nameser.h> header file. */ |
| 133 | #define HAVE_ARPA_NAMESER_H 1 |
| 134 | |
| 135 | /* Define to 1 if you have the <arpa/telnet.h> header file. */ |
| 136 | #define HAVE_ARPA_TELNET_H 1 |
| 137 | |
| 138 | /* Define to 1 if you have the <asl.h> header file. */ |
| 139 | /* #undef HAVE_ASL_H */ |
| 140 | |
| 141 | /* Define to 1 if you have the `asnprintf' function. */ |
| 142 | /* #undef HAVE_ASNPRINTF */ |
| 143 | |
| 144 | /* Define to 1 if you have the `asprintf' function. */ |
| 145 | #define HAVE_ASPRINTF 1 |
| 146 | |
| 147 | /* Define to 1 if you have the `atexit' function. */ |
| 148 | #define HAVE_ATEXIT 1 |
| 149 | |
| 150 | /* Define to 1 if you have the `backtrace' function. */ |
| 151 | /* #undef HAVE_BACKTRACE */ |
| 152 | |
| 153 | /* Define to 1 if you have the <bind/bitypes.h> header file. */ |
| 154 | /* #undef HAVE_BIND_BITYPES_H */ |
| 155 | |
| 156 | /* Define to 1 if you have the <bsdsetjmp.h> header file. */ |
| 157 | /* #undef HAVE_BSDSETJMP_H */ |
| 158 | |
| 159 | /* Define to 1 if you have the `bswap16' function. */ |
| 160 | #define HAVE_BSWAP16 1 |
| 161 | |
| 162 | /* Define to 1 if you have the `bswap32' function. */ |
| 163 | #define HAVE_BSWAP32 1 |
| 164 | |
| 165 | /* Define to 1 if you have the `bswap64' function. */ |
| 166 | #define HAVE_BSWAP64 1 |
| 167 | |
| 168 | /* Define to 1 if you have the <capability.h> header file. */ |
| 169 | /* #undef HAVE_CAPABILITY_H */ |
| 170 | |
| 171 | /* whether capng is available for privilege reduction */ |
| 172 | /* #undef HAVE_CAPNG */ |
| 173 | |
| 174 | /* Define to 1 if you have the `cap_set_proc' function. */ |
| 175 | /* #undef HAVE_CAP_SET_PROC */ |
| 176 | |
| 177 | /* Define to 1 if you have the `cgetent' function. */ |
| 178 | #define HAVE_CGETENT 1 |
| 179 | |
| 180 | /* Define if you have the function `chown'. */ |
| 181 | #define HAVE_CHOWN 1 |
| 182 | |
| 183 | /* Define if you have the function `closefrom'. */ |
| 184 | #define HAVE_CLOSEFROM 1 |
| 185 | |
| 186 | /* Define to 1 if you have the <CommonCrypto/CommonCryptor.h> header file. */ |
| 187 | /* #undef HAVE_COMMONCRYPTO_COMMONCRYPTOR_H */ |
| 188 | |
| 189 | /* Define to 1 if you have the <CommonCrypto/CommonDigest.h> header file. */ |
| 190 | /* #undef HAVE_COMMONCRYPTO_COMMONDIGEST_H */ |
| 191 | |
| 192 | /* Define to 1 if you have the <config.h> header file. */ |
| 193 | /* #undef HAVE_CONFIG_H */ |
| 194 | |
| 195 | /* Define if you have the function `copyhostent'. */ |
| 196 | /* #undef HAVE_COPYHOSTENT */ |
| 197 | |
| 198 | /* Define to 1 if you have the `crypt' function. */ |
| 199 | #define HAVE_CRYPT 1 |
| 200 | |
| 201 | /* Define to 1 if you have the <crypt.h> header file. */ |
| 202 | /* #undef HAVE_CRYPT_H */ |
| 203 | |
| 204 | /* Define to 1 if you have the <curses.h> header file. */ |
| 205 | #define HAVE_CURSES_H 1 |
| 206 | |
| 207 | /* Define if you have the function `daemon'. */ |
| 208 | #define HAVE_DAEMON 1 |
| 209 | |
| 210 | /* define if you have a berkeley db1/2 library */ |
| 211 | #define HAVE_DB1 1 |
| 212 | |
| 213 | /* define if you have a berkeley db3/4/5 library */ |
| 214 | /* #undef HAVE_DB3 */ |
| 215 | |
| 216 | /* Define to 1 if you have the <db3/db.h> header file. */ |
| 217 | /* #undef HAVE_DB3_DB_H */ |
| 218 | |
| 219 | /* Define to 1 if you have the <db4/db.h> header file. */ |
| 220 | /* #undef HAVE_DB4_DB_H */ |
| 221 | |
| 222 | /* Define to 1 if you have the <db5/db.h> header file. */ |
| 223 | /* #undef HAVE_DB5_DB_H */ |
| 224 | |
| 225 | /* Define to 1 if you have the <db6/db.h> header file. */ |
| 226 | /* #undef HAVE_DB6_DB_H */ |
| 227 | |
| 228 | /* Define if you have user supplied header location */ |
| 229 | /* #undef HAVE_DBHEADER */ |
| 230 | |
| 231 | /* Define to 1 if you have the `dbm_firstkey' function. */ |
| 232 | #define HAVE_DBM_FIRSTKEY 1 |
| 233 | |
| 234 | /* Define to 1 if you have the <dbm.h> header file. */ |
| 235 | /* #undef HAVE_DBM_H */ |
| 236 | |
| 237 | /* Define to 1 if you have the `dbopen' function. */ |
| 238 | #define HAVE_DBOPEN 1 |
| 239 | |
| 240 | /* Define to 1 if you have the `db_create' function. */ |
| 241 | /* #undef HAVE_DB_CREATE */ |
| 242 | |
| 243 | /* Define to 1 if you have the <db.h> header file. */ |
| 244 | #define HAVE_DB_H 1 |
| 245 | |
| 246 | /* define if you have ndbm compat in db */ |
| 247 | /* #undef HAVE_DB_NDBM */ |
| 248 | |
| 249 | /* Define to 1 if you have the declaration of `altzone', and to 0 if you |
| 250 | don't. */ |
| 251 | /* #undef HAVE_DECL_ALTZONE */ |
| 252 | |
| 253 | /* Define to 1 if you have the declaration of `environ', and to 0 if you |
| 254 | don't. */ |
| 255 | #define HAVE_DECL_ENVIRON 0 |
| 256 | |
| 257 | /* Define to 1 if you have the declaration of `h_errlist', and to 0 if you |
| 258 | don't. */ |
| 259 | #define HAVE_DECL_H_ERRLIST 0 |
| 260 | |
| 261 | /* Define to 1 if you have the declaration of `h_errno', and to 0 if you |
| 262 | don't. */ |
| 263 | #define HAVE_DECL_H_ERRNO 1 |
| 264 | |
| 265 | /* Define to 1 if you have the declaration of `h_nerr', and to 0 if you don't. |
| 266 | */ |
| 267 | #define HAVE_DECL_H_NERR 0 |
| 268 | |
| 269 | /* Define to 1 if you have the declaration of `optarg', and to 0 if you don't. |
| 270 | */ |
| 271 | #define HAVE_DECL_OPTARG 1 |
| 272 | |
| 273 | /* Define to 1 if you have the declaration of `opterr', and to 0 if you don't. |
| 274 | */ |
| 275 | #define HAVE_DECL_OPTERR 1 |
| 276 | |
| 277 | /* Define to 1 if you have the declaration of `optind', and to 0 if you don't. |
| 278 | */ |
| 279 | #define HAVE_DECL_OPTIND 1 |
| 280 | |
| 281 | /* Define to 1 if you have the declaration of `optopt', and to 0 if you don't. |
| 282 | */ |
| 283 | #define HAVE_DECL_OPTOPT 1 |
| 284 | |
| 285 | /* Define to 1 if you have the declaration of `timezone', and to 0 if you |
| 286 | don't. */ |
| 287 | #define HAVE_DECL_TIMEZONE 1 |
| 288 | |
| 289 | /* Define to 1 if you have the declaration of `_res', and to 0 if you don't. |
| 290 | */ |
| 291 | #define HAVE_DECL__RES 1 |
| 292 | |
| 293 | /* Define to 1 if you have the declaration of `__progname', and to 0 if you |
| 294 | don't. */ |
| 295 | #define HAVE_DECL___PROGNAME 0 |
| 296 | |
| 297 | /* Define to 1 if you have the <dirent.h> header file. */ |
| 298 | #define HAVE_DIRENT_H 1 |
| 299 | |
| 300 | /* have a dirfd function/macro */ |
| 301 | #define HAVE_DIRFD 1 |
| 302 | |
| 303 | /* Define if DIR has field dd_fd. */ |
| 304 | #define HAVE_DIR_DD_FD 1 |
| 305 | |
| 306 | /* Define to 1 if you have the `dispatch_async_f' function. */ |
| 307 | /* #undef HAVE_DISPATCH_ASYNC_F */ |
| 308 | |
| 309 | /* Define to 1 if you have the <dispatch/dispatch.h> header file. */ |
| 310 | /* #undef HAVE_DISPATCH_DISPATCH_H */ |
| 311 | |
| 312 | /* Define to 1 if you have the `dladdr' function. */ |
| 313 | #define HAVE_DLADDR 1 |
| 314 | |
| 315 | /* Define to 1 if you have the <dlfcn.h> header file. */ |
| 316 | #define HAVE_DLFCN_H 1 |
| 317 | |
| 318 | /* Define to 1 if you have the `dlopen' function. */ |
| 319 | #define HAVE_DLOPEN 1 |
| 320 | |
| 321 | /* Define to 1 if you have the <dns.h> header file. */ |
| 322 | /* #undef HAVE_DNS_H */ |
| 323 | |
| 324 | /* Define to 1 if you have the `dns_search' function. */ |
| 325 | /* #undef HAVE_DNS_SEARCH */ |
| 326 | |
| 327 | /* Define to 1 if you have the `dn_expand' function. */ |
| 328 | #define HAVE_DN_EXPAND 1 |
| 329 | |
| 330 | /* Define to 1 if you have the `door_create' function. */ |
| 331 | /* #undef HAVE_DOOR_CREATE */ |
| 332 | |
| 333 | /* Define if you have the function `ecalloc'. */ |
| 334 | #define HAVE_ECALLOC 1 |
| 335 | |
| 336 | /* Define to 1 if you have the <editline/readline.h> header file. */ |
| 337 | /* #undef HAVE_EDITLINE_READLINE_H */ |
| 338 | |
| 339 | /* Define to 1 if you have the <editline/readline.h > header file. */ |
| 340 | /* #undef HAVE_EDITLINE_READLINE_H_ */ |
| 341 | |
| 342 | /* Define if you have the function `emalloc'. */ |
| 343 | #define HAVE_EMALLOC 1 |
| 344 | |
| 345 | /* Define if you have the function `erealloc'. */ |
| 346 | #define HAVE_EREALLOC 1 |
| 347 | |
| 348 | /* Define if you have the function `err'. */ |
| 349 | #define HAVE_ERR 1 |
| 350 | |
| 351 | /* Define to 1 if you have the <errno.h> header file. */ |
| 352 | #define HAVE_ERRNO_H 1 |
| 353 | |
| 354 | /* Define if you have the function `errx'. */ |
| 355 | #define HAVE_ERRX 1 |
| 356 | |
| 357 | /* Define to 1 if you have the <err.h> header file. */ |
| 358 | #define HAVE_ERR_H 1 |
| 359 | |
| 360 | /* Define if you have the function `estrdup'. */ |
| 361 | #define HAVE_ESTRDUP 1 |
| 362 | |
| 363 | /* Define to 1 if you have the <execinfo.h> header file. */ |
| 364 | #define HAVE_EXECINFO_H 1 |
| 365 | |
| 366 | /* Define if you have the function `fchown'. */ |
| 367 | #define HAVE_FCHOWN 1 |
| 368 | |
| 369 | /* Define to 1 if you have the `fcntl' function. */ |
| 370 | #define HAVE_FCNTL 1 |
| 371 | |
| 372 | /* Define to 1 if you have the <fcntl.h> header file. */ |
| 373 | #define HAVE_FCNTL_H 1 |
| 374 | |
| 375 | /* Define if you have the function `flock'. */ |
| 376 | #define HAVE_FLOCK 1 |
| 377 | |
| 378 | /* Define if you have the function `fnmatch'. */ |
| 379 | #define HAVE_FNMATCH 1 |
| 380 | |
| 381 | /* Define to 1 if you have the <fnmatch.h> header file. */ |
| 382 | #define HAVE_FNMATCH_H 1 |
| 383 | |
| 384 | /* Define to 1 if you have the `fork' function. */ |
| 385 | #define HAVE_FORK 1 |
| 386 | |
| 387 | /* Have -framework Security */ |
| 388 | /* #undef HAVE_FRAMEWORK_SECURITY */ |
| 389 | |
| 390 | /* Define to 1 if you have the `freeaddrinfo' function. */ |
| 391 | #define HAVE_FREEADDRINFO 1 |
| 392 | |
| 393 | /* Define if you have the function `freehostent'. */ |
| 394 | /* #undef HAVE_FREEHOSTENT */ |
| 395 | |
| 396 | /* Define to 1 if you have the `gai_strerror' function. */ |
| 397 | #define HAVE_GAI_STRERROR 1 |
| 398 | |
| 399 | /* Define if os support gcd. */ |
| 400 | /* #undef HAVE_GCD */ |
| 401 | |
| 402 | /* Define to 1 if you have the <gdbm/ndbm.h> header file. */ |
| 403 | /* #undef HAVE_GDBM_NDBM_H */ |
| 404 | |
| 405 | /* Define to 1 if you have the `getaddrinfo' function. */ |
| 406 | #define HAVE_GETADDRINFO 1 |
| 407 | |
| 408 | /* Define to 1 if you have the `getauxval' function. */ |
| 409 | /* #undef HAVE_GETAUXVAL */ |
| 410 | |
| 411 | /* Define to 1 if you have the `getconfattr' function. */ |
| 412 | /* #undef HAVE_GETCONFATTR */ |
| 413 | |
| 414 | /* Define if you have the function `getcwd'. */ |
| 415 | #define HAVE_GETCWD 1 |
| 416 | |
| 417 | /* Define if you have the function `getdtablesize'. */ |
| 418 | #define HAVE_GETDTABLESIZE 1 |
| 419 | |
| 420 | /* Define if you have the function `getegid'. */ |
| 421 | #define HAVE_GETEGID 1 |
| 422 | |
| 423 | /* Define if you have the function `geteuid'. */ |
| 424 | #define HAVE_GETEUID 1 |
| 425 | |
| 426 | /* Define if you have the function `getgid'. */ |
| 427 | #define HAVE_GETGID 1 |
| 428 | |
| 429 | /* Define to 1 if you have the `gethostbyname' function. */ |
| 430 | #define HAVE_GETHOSTBYNAME 1 |
| 431 | |
| 432 | /* Define to 1 if you have the `gethostbyname2' function. */ |
| 433 | #define HAVE_GETHOSTBYNAME2 1 |
| 434 | |
| 435 | /* Define if you have the function `gethostname'. */ |
| 436 | #define HAVE_GETHOSTNAME 1 |
| 437 | |
| 438 | /* Define if you have the function `getifaddrs'. */ |
| 439 | #define HAVE_GETIFADDRS 1 |
| 440 | |
| 441 | /* Define if you have the function `getipnodebyaddr'. */ |
| 442 | /* #undef HAVE_GETIPNODEBYADDR */ |
| 443 | |
| 444 | /* Define if you have the function `getipnodebyname'. */ |
| 445 | /* #undef HAVE_GETIPNODEBYNAME */ |
| 446 | |
| 447 | /* Define to 1 if you have the `getlogin' function. */ |
| 448 | #define HAVE_GETLOGIN 1 |
| 449 | |
| 450 | /* Define if you have a working getmsg. */ |
| 451 | /* #undef HAVE_GETMSG */ |
| 452 | |
| 453 | /* Define to 1 if you have the `getnameinfo' function. */ |
| 454 | #define HAVE_GETNAMEINFO 1 |
| 455 | |
| 456 | /* Define if you have the function `getopt'. */ |
| 457 | #define HAVE_GETOPT 1 |
| 458 | |
| 459 | /* Define to 1 if you have the `getpagesize' function. */ |
| 460 | #define HAVE_GETPAGESIZE 1 |
| 461 | |
| 462 | /* Define to 1 if you have the `getpeereid' function. */ |
| 463 | #define HAVE_GETPEEREID 1 |
| 464 | |
| 465 | /* Define to 1 if you have the `getpeerucred' function. */ |
| 466 | /* #undef HAVE_GETPEERUCRED */ |
| 467 | |
| 468 | /* Define to 1 if you have the `getprogname' function. */ |
| 469 | #define HAVE_GETPROGNAME 1 |
| 470 | |
| 471 | /* Define to 1 if you have the `getpwnam_r' function. */ |
| 472 | #define HAVE_GETPWNAM_R 1 |
| 473 | |
| 474 | /* Define to 1 if you have the `getpwuid_r' function. */ |
| 475 | #define HAVE_GETPWUID_R 1 |
| 476 | |
| 477 | /* Define to 1 if you have the `getrlimit' function. */ |
| 478 | #define HAVE_GETRLIMIT 1 |
| 479 | |
| 480 | /* Define to 1 if you have the `getsockopt' function. */ |
| 481 | #define HAVE_GETSOCKOPT 1 |
| 482 | |
| 483 | /* Define to 1 if you have the `getspnam' function. */ |
| 484 | /* #undef HAVE_GETSPNAM */ |
| 485 | |
| 486 | /* Define if you have the function `gettimeofday'. */ |
| 487 | #define HAVE_GETTIMEOFDAY 1 |
| 488 | |
| 489 | /* Define to 1 if you have the `getudbnam' function. */ |
| 490 | /* #undef HAVE_GETUDBNAM */ |
| 491 | |
| 492 | /* Define if you have the function `getuid'. */ |
| 493 | #define HAVE_GETUID 1 |
| 494 | |
| 495 | /* Define if you have the function `getusershell'. */ |
| 496 | #define HAVE_GETUSERSHELL 1 |
| 497 | |
| 498 | /* define if you have a glob() that groks GLOB_BRACE, GLOB_NOCHECK, |
| 499 | GLOB_QUOTE, GLOB_TILDE, and GLOB_LIMIT */ |
| 500 | #define HAVE_GLOB 1 |
| 501 | |
| 502 | /* Define to 1 if you have the `grantpt' function. */ |
| 503 | #define HAVE_GRANTPT 1 |
| 504 | |
| 505 | /* Define to 1 if you have the <grp.h> header file. */ |
| 506 | #define HAVE_GRP_H 1 |
| 507 | |
| 508 | /* define to use openssl's libcrypto as the default backend for libhcrypto */ |
| 509 | #define HAVE_HCRYPTO_W_OPENSSL 1 |
| 510 | |
| 511 | /* Define to 1 if you have the `hstrerror' function. */ |
| 512 | #define HAVE_HSTRERROR 1 |
| 513 | |
| 514 | /* Define if you have the `h_errlist' variable. */ |
| 515 | #define HAVE_H_ERRLIST 1 |
| 516 | |
| 517 | /* Define if you have the `h_errno' variable. */ |
| 518 | #define HAVE_H_ERRNO 1 |
| 519 | |
| 520 | /* Define if you have the `h_nerr' variable. */ |
| 521 | #define HAVE_H_NERR 1 |
| 522 | |
| 523 | /* Define to 1 if you have the <ifaddrs.h> header file. */ |
| 524 | #define HAVE_IFADDRS_H 1 |
| 525 | |
| 526 | /* Define if you have the in6addr_loopback variable */ |
| 527 | #define HAVE_IN6ADDR_LOOPBACK 1 |
| 528 | |
| 529 | /* define */ |
| 530 | #define HAVE_INET_ATON 1 |
| 531 | |
| 532 | /* define */ |
| 533 | #define HAVE_INET_NTOP 1 |
| 534 | |
| 535 | /* define */ |
| 536 | #define HAVE_INET_PTON 1 |
| 537 | |
| 538 | /* Define if you have the function `initgroups'. */ |
| 539 | #define HAVE_INITGROUPS 1 |
| 540 | |
| 541 | /* Define if you have the function `innetgr'. */ |
| 542 | #define HAVE_INNETGR 1 |
| 543 | |
| 544 | /* Define to 1 if the system has the type `int16_t'. */ |
| 545 | #define HAVE_INT16_T 1 |
| 546 | |
| 547 | /* Define to 1 if the system has the type `int32_t'. */ |
| 548 | #define HAVE_INT32_T 1 |
| 549 | |
| 550 | /* Define to 1 if the system has the type `int64_t'. */ |
| 551 | #define HAVE_INT64_T 1 |
| 552 | |
| 553 | /* Define to 1 if the system has the type `int8_t'. */ |
| 554 | #define HAVE_INT8_T 1 |
| 555 | |
| 556 | /* Define to 1 if you have the <inttypes.h> header file. */ |
| 557 | #define HAVE_INTTYPES_H 1 |
| 558 | |
| 559 | /* Define to 1 if you have the <io.h> header file. */ |
| 560 | /* #undef HAVE_IO_H */ |
| 561 | |
| 562 | /* Define if you have IPv6. */ |
| 563 | #define HAVE_IPV6 1 |
| 564 | |
| 565 | /* Define if you have the function `iruserok'. */ |
| 566 | #define HAVE_IRUSEROK 1 |
| 567 | |
| 568 | /* Define to 1 if you have the `issetugid' function. */ |
| 569 | #define HAVE_ISSETUGID 1 |
| 570 | |
| 571 | /* Define if you want to use the Kerberos Credentials Manager. */ |
| 572 | #define HAVE_KCM 1 |
| 573 | |
| 574 | /* Define to 1 if you have the `kill' function. */ |
| 575 | #define HAVE_KILL 1 |
| 576 | |
| 577 | /* Define to 1 if you have the `util' library (-lutil). */ |
| 578 | #define HAVE_LIBUTIL 1 |
| 579 | |
| 580 | /* Define to 1 if you have the <libutil.h> header file. */ |
| 581 | /* #undef HAVE_LIBUTIL_H */ |
| 582 | |
| 583 | /* Define to 1 if you have the <limits.h> header file. */ |
| 584 | #define HAVE_LIMITS_H 1 |
| 585 | |
| 586 | /* define if you have the LMDB library */ |
| 587 | /* #undef HAVE_LMDB */ |
| 588 | |
| 589 | /* Define to 1 if you have the `loadquery' function. */ |
| 590 | /* #undef HAVE_LOADQUERY */ |
| 591 | |
| 592 | /* Define to 1 if you have the <locale.h> header file. */ |
| 593 | #define HAVE_LOCALE_H 1 |
| 594 | |
| 595 | /* Define if you have the function `localtime_r'. */ |
| 596 | #define HAVE_LOCALTIME_R 1 |
| 597 | |
| 598 | /* Define to 1 if you have the `logout' function. */ |
| 599 | #define HAVE_LOGOUT 1 |
| 600 | |
| 601 | /* Define to 1 if you have the `logwtmp' function. */ |
| 602 | #define HAVE_LOGWTMP 1 |
| 603 | |
| 604 | /* Define to 1 if the system has the type `long long'. */ |
| 605 | #define HAVE_LONG_LONG 1 |
| 606 | |
| 607 | /* Define if you have the function `lstat'. */ |
| 608 | #define HAVE_LSTAT 1 |
| 609 | |
| 610 | /* Define to 1 if you have the <maillock.h> header file. */ |
| 611 | /* #undef HAVE_MAILLOCK_H */ |
| 612 | |
| 613 | /* Define if you have the function `memmove'. */ |
| 614 | #define HAVE_MEMMOVE 1 |
| 615 | |
| 616 | /* Define to 1 if you have the <memory.h> header file. */ |
| 617 | #define HAVE_MEMORY_H 1 |
| 618 | |
| 619 | /* Define if you have the function `memset_s'. */ |
| 620 | /* #undef HAVE_MEMSET_S */ |
| 621 | |
| 622 | /* Define if you have the function `mkstemp'. */ |
| 623 | #define HAVE_MKSTEMP 1 |
| 624 | |
| 625 | /* Define to 1 if you have the `mktime' function. */ |
| 626 | #define HAVE_MKTIME 1 |
| 627 | |
| 628 | /* Define to 1 if you have a working `mmap' system call. */ |
| 629 | #define HAVE_MMAP 1 |
| 630 | |
| 631 | /* define if you have a ndbm library */ |
| 632 | #define HAVE_NDBM 1 |
| 633 | |
| 634 | /* Define to 1 if you have the <ndbm.h> header file. */ |
| 635 | #define HAVE_NDBM_H 1 |
| 636 | |
| 637 | /* Define to 1 if you have the <netdb.h> header file. */ |
| 638 | #define HAVE_NETDB_H 1 |
| 639 | |
| 640 | /* Define to 1 if you have the <netgroup.h> header file. */ |
| 641 | #define HAVE_NETGROUP_H 1 |
| 642 | |
| 643 | /* Define to 1 if you have the <netinet6/in6.h> header file. */ |
| 644 | /* #undef HAVE_NETINET6_IN6_H */ |
| 645 | |
| 646 | /* Define to 1 if you have the <netinet6/in6_var.h> header file. */ |
| 647 | /* #undef HAVE_NETINET6_IN6_VAR_H */ |
| 648 | |
| 649 | /* Define to 1 if you have the <netinet/in6.h> header file. */ |
| 650 | /* #undef HAVE_NETINET_IN6_H */ |
| 651 | |
| 652 | /* Define to 1 if you have the <netinet/in6_machtypes.h> header file. */ |
| 653 | /* #undef HAVE_NETINET_IN6_MACHTYPES_H */ |
| 654 | |
| 655 | /* Define to 1 if you have the <netinet/in.h> header file. */ |
| 656 | #define HAVE_NETINET_IN_H 1 |
| 657 | |
| 658 | /* Define to 1 if you have the <netinet/in_systm.h> header file. */ |
| 659 | #define HAVE_NETINET_IN_SYSTM_H 1 |
| 660 | |
| 661 | /* Define to 1 if you have the <netinet/ip.h> header file. */ |
| 662 | #define HAVE_NETINET_IP_H 1 |
| 663 | |
| 664 | /* Define to 1 if you have the <netinet/tcp.h> header file. */ |
| 665 | #define HAVE_NETINET_TCP_H 1 |
| 666 | |
| 667 | /* Define to 1 if you have the <net/if.h> header file. */ |
| 668 | #define HAVE_NET_IF_H 1 |
| 669 | |
| 670 | /* Define if NDBM really is DB (creates files *.db) */ |
| 671 | #define HAVE_NEW_DB 1 |
| 672 | |
| 673 | /* Define to 1 if you have the `on_exit' function. */ |
| 674 | /* #undef HAVE_ON_EXIT */ |
| 675 | |
| 676 | /* Define to 1 if you have the `openpty' function. */ |
| 677 | #define HAVE_OPENPTY 1 |
| 678 | |
| 679 | /* Define to enable basic OSF C2 support. */ |
| 680 | /* #undef HAVE_OSFC2 */ |
| 681 | |
| 682 | /* Define to 1 if you have the <paths.h> header file. */ |
| 683 | #define HAVE_PATHS_H 1 |
| 684 | |
| 685 | /* Define to 1 if you have the `pidfile' function. */ |
| 686 | #define HAVE_PIDFILE 1 |
| 687 | |
| 688 | /* Define to 1 if you have the `poll' function. */ |
| 689 | #define HAVE_POLL 1 |
| 690 | |
| 691 | /* Define to 1 if you have the <poll.h> header file. */ |
| 692 | #define HAVE_POLL_H 1 |
| 693 | |
| 694 | /* Define to 1 if you have the <pthread.h> header file. */ |
| 695 | #define HAVE_PTHREAD_H 1 |
| 696 | |
| 697 | /* Define to 1 if you have the `ptsname' function. */ |
| 698 | #define HAVE_PTSNAME 1 |
| 699 | |
| 700 | /* Define to 1 if you have the <pty.h> header file. */ |
| 701 | /* #undef HAVE_PTY_H */ |
| 702 | |
| 703 | /* Define if you have the function `putenv'. */ |
| 704 | #define HAVE_PUTENV 1 |
| 705 | |
| 706 | /* Define to 1 if you have the <pwd.h> header file. */ |
| 707 | #define HAVE_PWD_H 1 |
| 708 | |
| 709 | /* Define to 1 if you have the `rand' function. */ |
| 710 | #define HAVE_RAND 1 |
| 711 | |
| 712 | /* Define to 1 if you have the `random' function. */ |
| 713 | #define HAVE_RANDOM 1 |
| 714 | |
| 715 | /* Define if you have the function `rcmd'. */ |
| 716 | #define HAVE_RCMD 1 |
| 717 | |
| 718 | /* Define if you have a readline compatible library. */ |
| 719 | #define HAVE_READLINE 1 |
| 720 | |
| 721 | /* Define to 1 if you have the |
| 722 | <[readline.h])[][]_AH_CHECK_HEADER([readline/readline.h])[][]_AH_CHECK_HEADER([editline/readline.h]> |
| 723 | header file. */ |
| 724 | /* #undef HAVE_READLINE_H */ |
| 725 | |
| 726 | /* Define to 1 if you have the <readline/readline.h> header file. */ |
| 727 | #define HAVE_READLINE_READLINE_H 1 |
| 728 | |
| 729 | /* Define to 1 if you have the <readline/readline.h > header file. */ |
| 730 | /* #undef HAVE_READLINE_READLINE_H_ */ |
| 731 | |
| 732 | /* Define if you have the function `readv'. */ |
| 733 | #define HAVE_READV 1 |
| 734 | |
| 735 | /* Define if you have the function `recvmsg'. */ |
| 736 | #define HAVE_RECVMSG 1 |
| 737 | |
| 738 | /* Define to 1 if you have the <resolv.h> header file. */ |
| 739 | #define HAVE_RESOLV_H 1 |
| 740 | |
| 741 | /* Define to 1 if you have the `res_ndestroy' function. */ |
| 742 | #define HAVE_RES_NDESTROY 1 |
| 743 | |
| 744 | /* Define to 1 if you have the `res_nsearch' function. */ |
| 745 | #define HAVE_RES_NSEARCH 1 |
| 746 | |
| 747 | /* Define to 1 if you have the `res_search' function. */ |
| 748 | #define HAVE_RES_SEARCH 1 |
| 749 | |
| 750 | /* Define to 1 if you have the `revoke' function. */ |
| 751 | #define HAVE_REVOKE 1 |
| 752 | |
| 753 | /* Define to 1 if you have the <rpcsvc/ypclnt.h> header file. */ |
| 754 | #define HAVE_RPCSVC_YPCLNT_H 1 |
| 755 | |
| 756 | /* Define to 1 if you have the <sac.h> header file. */ |
| 757 | /* #undef HAVE_SAC_H */ |
| 758 | |
| 759 | /* Define to 1 if the system has the type `sa_family_t'. */ |
| 760 | #define HAVE_SA_FAMILY_T 1 |
| 761 | |
| 762 | /* Define if you want support for cache in sqlite. */ |
| 763 | #define HAVE_SCC 1 |
| 764 | |
| 765 | /* Define to 1 if you have the <search.h> header file. */ |
| 766 | #define HAVE_SEARCH_H 1 |
| 767 | |
| 768 | /* Define to 1 if you have the <security/pam_modules.h> header file. */ |
| 769 | #define HAVE_SECURITY_PAM_MODULES_H 1 |
| 770 | |
| 771 | /* Define to 1 if you have the `select' function. */ |
| 772 | #define HAVE_SELECT 1 |
| 773 | |
| 774 | /* Define if you have the function `sendmsg'. */ |
| 775 | #define HAVE_SENDMSG 1 |
| 776 | |
| 777 | /* Define if you have the function `setegid'. */ |
| 778 | #define HAVE_SETEGID 1 |
| 779 | |
| 780 | /* Define if you have the function `setenv'. */ |
| 781 | #define HAVE_SETENV 1 |
| 782 | |
| 783 | /* Define if you have the function `seteuid'. */ |
| 784 | #define HAVE_SETEUID 1 |
| 785 | |
| 786 | /* Define to 1 if you have the `setitimer' function. */ |
| 787 | #define HAVE_SETITIMER 1 |
| 788 | |
| 789 | /* Define to 1 if you have the `setlim' function. */ |
| 790 | /* #undef HAVE_SETLIM */ |
| 791 | |
| 792 | /* Define to 1 if you have the `setlogin' function. */ |
| 793 | #define HAVE_SETLOGIN 1 |
| 794 | |
| 795 | /* Define to 1 if you have the `setpcred' function. */ |
| 796 | /* #undef HAVE_SETPCRED */ |
| 797 | |
| 798 | /* Define to 1 if you have the `setpgid' function. */ |
| 799 | #define HAVE_SETPGID 1 |
| 800 | |
| 801 | /* Define to 1 if you have the `setproctitle' function. */ |
| 802 | #define HAVE_SETPROCTITLE 1 |
| 803 | |
| 804 | /* Define to 1 if you have the `setprogname' function. */ |
| 805 | #define HAVE_SETPROGNAME 1 |
| 806 | |
| 807 | /* Define to 1 if you have the `setregid' function. */ |
| 808 | #define HAVE_SETREGID 1 |
| 809 | |
| 810 | /* Define to 1 if you have the `setresgid' function. */ |
| 811 | /* #undef HAVE_SETRESGID */ |
| 812 | |
| 813 | /* Define to 1 if you have the `setresuid' function. */ |
| 814 | /* #undef HAVE_SETRESUID */ |
| 815 | |
| 816 | /* Define to 1 if you have the `setreuid' function. */ |
| 817 | #define HAVE_SETREUID 1 |
| 818 | |
| 819 | /* Define to 1 if you have the `setsid' function. */ |
| 820 | #define HAVE_SETSID 1 |
| 821 | |
| 822 | /* Define to 1 if you have the `setsockopt' function. */ |
| 823 | #define HAVE_SETSOCKOPT 1 |
| 824 | |
| 825 | /* Define to 1 if you have the `setutent' function. */ |
| 826 | #define HAVE_SETUTENT 1 |
| 827 | |
| 828 | /* Define to 1 if you have the `sgi_getcapabilitybyname' function. */ |
| 829 | /* #undef HAVE_SGI_GETCAPABILITYBYNAME */ |
| 830 | |
| 831 | /* Define to 1 if you have the <sgtty.h> header file. */ |
| 832 | #define HAVE_SGTTY_H 1 |
| 833 | |
| 834 | /* Define to 1 if you have the <shadow.h> header file. */ |
| 835 | /* #undef HAVE_SHADOW_H */ |
| 836 | |
| 837 | /* Define to 1 if you have the <siad.h> header file. */ |
| 838 | /* #undef HAVE_SIAD_H */ |
| 839 | |
| 840 | /* Define to 1 if you have the `sigaction' function. */ |
| 841 | #define HAVE_SIGACTION 1 |
| 842 | |
| 843 | /* Define to 1 if you have the <signal.h> header file. */ |
| 844 | #define HAVE_SIGNAL_H 1 |
| 845 | |
| 846 | /* define if you have a working snprintf */ |
| 847 | #define HAVE_SNPRINTF 1 |
| 848 | |
| 849 | /* Define to 1 if you have the `socket' function. */ |
| 850 | #define HAVE_SOCKET 1 |
| 851 | |
| 852 | /* Define to 1 if the system has the type `socklen_t'. */ |
| 853 | #define HAVE_SOCKLEN_T 1 |
| 854 | |
| 855 | /* Define if you want support for sqlite in Heimdal. */ |
| 856 | #define HAVE_SQLITE3 1 |
| 857 | |
| 858 | /* Define to 1 if the system has the type `ssize_t'. */ |
| 859 | #define HAVE_SSIZE_T 1 |
| 860 | |
| 861 | /* Define to 1 if you have the <standards.h> header file. */ |
| 862 | /* #undef HAVE_STANDARDS_H */ |
| 863 | |
| 864 | /* Define to 1 if you have the <stdint.h> header file. */ |
| 865 | #define HAVE_STDINT_H 1 |
| 866 | |
| 867 | /* Define to 1 if you have the <stdlib.h> header file. */ |
| 868 | #define HAVE_STDLIB_H 1 |
| 869 | |
| 870 | /* Define if you have the function `strcasecmp'. */ |
| 871 | #define HAVE_STRCASECMP 1 |
| 872 | |
| 873 | /* Define if you have the function `strdup'. */ |
| 874 | #define HAVE_STRDUP 1 |
| 875 | |
| 876 | /* Define if you have the function `strerror'. */ |
| 877 | #define HAVE_STRERROR 1 |
| 878 | |
| 879 | /* Define if you have the function strerror_r. */ |
| 880 | #define HAVE_STRERROR_R 1 |
| 881 | |
| 882 | /* Define if you have the function `strftime'. */ |
| 883 | #define HAVE_STRFTIME 1 |
| 884 | |
| 885 | /* Define to 1 if you have the <strings.h> header file. */ |
| 886 | #define HAVE_STRINGS_H 1 |
| 887 | |
| 888 | /* Define to 1 if you have the <string.h> header file. */ |
| 889 | #define HAVE_STRING_H 1 |
| 890 | |
| 891 | /* Define if you have the function `strlcat'. */ |
| 892 | #define HAVE_STRLCAT 1 |
| 893 | |
| 894 | /* Define if you have the function `strlcpy'. */ |
| 895 | #define HAVE_STRLCPY 1 |
| 896 | |
| 897 | /* Define if you have the function `strlwr'. */ |
| 898 | /* #undef HAVE_STRLWR */ |
| 899 | |
| 900 | /* Define if you have the function `strncasecmp'. */ |
| 901 | #define HAVE_STRNCASECMP 1 |
| 902 | |
| 903 | /* Define if you have the function `strndup'. */ |
| 904 | #define HAVE_STRNDUP 1 |
| 905 | |
| 906 | /* Define if you have the function `strnlen'. */ |
| 907 | #define HAVE_STRNLEN 1 |
| 908 | |
| 909 | /* Define to 1 if you have the <stropts.h> header file. */ |
| 910 | /* #undef HAVE_STROPTS_H */ |
| 911 | |
| 912 | /* Define if you have the function `strptime'. */ |
| 913 | #define HAVE_STRPTIME 1 |
| 914 | |
| 915 | /* Define if you have the function `strsep'. */ |
| 916 | #define HAVE_STRSEP 1 |
| 917 | |
| 918 | /* Define if you have the function `strsep_copy'. */ |
| 919 | /* #undef HAVE_STRSEP_COPY */ |
| 920 | |
| 921 | /* Define to 1 if you have the `strstr' function. */ |
| 922 | #define HAVE_STRSTR 1 |
| 923 | |
| 924 | /* Define to 1 if you have the `strsvis' function. */ |
| 925 | #define HAVE_STRSVIS 1 |
| 926 | |
| 927 | /* Define to 1 if you have the `strsvisx' function. */ |
| 928 | #define HAVE_STRSVISX 1 |
| 929 | |
| 930 | /* Define if you have the function `strtok_r'. */ |
| 931 | #define HAVE_STRTOK_R 1 |
| 932 | |
| 933 | /* Define if you have the function strtoll. */ |
| 934 | #define HAVE_STRTOLL 1 |
| 935 | |
| 936 | /* Define if you have the function strtoull. */ |
| 937 | #define HAVE_STRTOULL 1 |
| 938 | |
| 939 | /* Define to 1 if the system has the type `struct addrinfo'. */ |
| 940 | #define HAVE_STRUCT_ADDRINFO 1 |
| 941 | |
| 942 | /* Define to 1 if the system has the type `struct ifaddrs'. */ |
| 943 | #define HAVE_STRUCT_IFADDRS 1 |
| 944 | |
| 945 | /* Define to 1 if the system has the type `struct iovec'. */ |
| 946 | #define HAVE_STRUCT_IOVEC 1 |
| 947 | |
| 948 | /* Define to 1 if the system has the type `struct msghdr'. */ |
| 949 | #define HAVE_STRUCT_MSGHDR 1 |
| 950 | |
| 951 | /* Define to 1 if the system has the type `struct sockaddr'. */ |
| 952 | #define HAVE_STRUCT_SOCKADDR 1 |
| 953 | |
| 954 | /* Define if struct sockaddr has field sa_len. */ |
| 955 | #define HAVE_STRUCT_SOCKADDR_SA_LEN 1 |
| 956 | |
| 957 | /* Define to 1 if the system has the type `struct sockaddr_storage'. */ |
| 958 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 |
| 959 | |
| 960 | /* define if you have struct spwd */ |
| 961 | /* #undef HAVE_STRUCT_SPWD */ |
| 962 | |
| 963 | /* Define if struct tm has field tm_gmtoff. */ |
| 964 | #define HAVE_STRUCT_TM_TM_GMTOFF 1 |
| 965 | |
| 966 | /* Define if struct tm has field tm_zone. */ |
| 967 | #define HAVE_STRUCT_TM_TM_ZONE 1 |
| 968 | |
| 969 | /* define if struct winsize is declared in sys/termios.h */ |
| 970 | #define HAVE_STRUCT_WINSIZE 1 |
| 971 | |
| 972 | /* Define to 1 if you have the `strunvis' function. */ |
| 973 | #define HAVE_STRUNVIS 1 |
| 974 | |
| 975 | /* Define if you have the function `strupr'. */ |
| 976 | /* #undef HAVE_STRUPR */ |
| 977 | |
| 978 | /* Define to 1 if you have the `strvis' function. */ |
| 979 | #define HAVE_STRVIS 1 |
| 980 | |
| 981 | /* Define to 1 if you have the `strvisx' function. */ |
| 982 | #define HAVE_STRVISX 1 |
| 983 | |
| 984 | /* Define to 1 if you have the `svis' function. */ |
| 985 | #define HAVE_SVIS 1 |
| 986 | |
| 987 | /* Define if you have the function `swab'. */ |
| 988 | #define HAVE_SWAB 1 |
| 989 | |
| 990 | /* Define to 1 if you have the `sysconf' function. */ |
| 991 | #define HAVE_SYSCONF 1 |
| 992 | |
| 993 | /* Define to 1 if you have the `sysctl' function. */ |
| 994 | #define HAVE_SYSCTL 1 |
| 995 | |
| 996 | /* Define to 1 if you have the `syslog' function. */ |
| 997 | #define HAVE_SYSLOG 1 |
| 998 | |
| 999 | /* Define to 1 if you have the <syslog.h> header file. */ |
| 1000 | #define HAVE_SYSLOG_H 1 |
| 1001 | |
| 1002 | /* Define to 1 if you have the <sys/auxv.h> header file. */ |
| 1003 | /* #undef HAVE_SYS_AUXV_H */ |
| 1004 | |
| 1005 | /* Define to 1 if you have the <sys/bitypes.h> header file. */ |
| 1006 | /* #undef HAVE_SYS_BITYPES_H */ |
| 1007 | |
| 1008 | /* Define to 1 if you have the <sys/bswap.h> header file. */ |
| 1009 | #define HAVE_SYS_BSWAP_H 1 |
| 1010 | |
| 1011 | /* Define to 1 if you have the <sys/capability.h> header file. */ |
| 1012 | /* #undef HAVE_SYS_CAPABILITY_H */ |
| 1013 | |
| 1014 | /* Define to 1 if you have the <sys/category.h> header file. */ |
| 1015 | /* #undef HAVE_SYS_CATEGORY_H */ |
| 1016 | |
| 1017 | /* Define to 1 if you have the <sys/errno.h> header file. */ |
| 1018 | #define HAVE_SYS_ERRNO_H 1 |
| 1019 | |
| 1020 | /* Define to 1 if you have the <sys/file.h> header file. */ |
| 1021 | #define HAVE_SYS_FILE_H 1 |
| 1022 | |
| 1023 | /* Define to 1 if you have the <sys/filio.h> header file. */ |
| 1024 | #define HAVE_SYS_FILIO_H 1 |
| 1025 | |
| 1026 | /* Define to 1 if you have the <sys/ioccom.h> header file. */ |
| 1027 | #define HAVE_SYS_IOCCOM_H 1 |
| 1028 | |
| 1029 | /* Define to 1 if you have the <sys/ioctl.h> header file. */ |
| 1030 | #define HAVE_SYS_IOCTL_H 1 |
| 1031 | |
| 1032 | /* Define to 1 if you have the <sys/mman.h> header file. */ |
| 1033 | #define HAVE_SYS_MMAN_H 1 |
| 1034 | |
| 1035 | /* Define to 1 if you have the <sys/param.h> header file. */ |
| 1036 | #define HAVE_SYS_PARAM_H 1 |
| 1037 | |
| 1038 | /* Define to 1 if you have the <sys/proc.h> header file. */ |
| 1039 | #define HAVE_SYS_PROC_H 1 |
| 1040 | |
| 1041 | /* Define to 1 if you have the <sys/ptyio.h> header file. */ |
| 1042 | /* #undef HAVE_SYS_PTYIO_H */ |
| 1043 | |
| 1044 | /* Define to 1 if you have the <sys/ptyvar.h> header file. */ |
| 1045 | /* #undef HAVE_SYS_PTYVAR_H */ |
| 1046 | |
| 1047 | /* Define to 1 if you have the <sys/pty.h> header file. */ |
| 1048 | /* #undef HAVE_SYS_PTY_H */ |
| 1049 | |
| 1050 | /* Define to 1 if you have the <sys/resource.h> header file. */ |
| 1051 | #define HAVE_SYS_RESOURCE_H 1 |
| 1052 | |
| 1053 | /* Define to 1 if you have the <sys/select.h> header file. */ |
| 1054 | #define HAVE_SYS_SELECT_H 1 |
| 1055 | |
| 1056 | /* Define to 1 if you have the <sys/socket.h> header file. */ |
| 1057 | #define HAVE_SYS_SOCKET_H 1 |
| 1058 | |
| 1059 | /* Define to 1 if you have the <sys/sockio.h> header file. */ |
| 1060 | #define HAVE_SYS_SOCKIO_H 1 |
| 1061 | |
| 1062 | /* Define to 1 if you have the <sys/stat.h> header file. */ |
| 1063 | #define HAVE_SYS_STAT_H 1 |
| 1064 | |
| 1065 | /* Define to 1 if you have the <sys/stream.h> header file. */ |
| 1066 | /* #undef HAVE_SYS_STREAM_H */ |
| 1067 | |
| 1068 | /* Define to 1 if you have the <sys/stropts.h> header file. */ |
| 1069 | /* #undef HAVE_SYS_STROPTS_H */ |
| 1070 | |
| 1071 | /* Define to 1 if you have the <sys/strtty.h> header file. */ |
| 1072 | /* #undef HAVE_SYS_STRTTY_H */ |
| 1073 | |
| 1074 | /* Define to 1 if you have the <sys/str_tty.h> header file. */ |
| 1075 | /* #undef HAVE_SYS_STR_TTY_H */ |
| 1076 | |
| 1077 | /* Define to 1 if you have the <sys/syscall.h> header file. */ |
| 1078 | #define HAVE_SYS_SYSCALL_H 1 |
| 1079 | |
| 1080 | /* Define to 1 if you have the <sys/sysctl.h> header file. */ |
| 1081 | #define HAVE_SYS_SYSCTL_H 1 |
| 1082 | |
| 1083 | /* Define to 1 if you have the <sys/termio.h> header file. */ |
| 1084 | /* #undef HAVE_SYS_TERMIO_H */ |
| 1085 | |
| 1086 | /* Define to 1 if you have the <sys/timeb.h> header file. */ |
| 1087 | #define HAVE_SYS_TIMEB_H 1 |
| 1088 | |
| 1089 | /* Define to 1 if you have the <sys/times.h> header file. */ |
| 1090 | #define HAVE_SYS_TIMES_H 1 |
| 1091 | |
| 1092 | /* Define to 1 if you have the <sys/time.h> header file. */ |
| 1093 | #define HAVE_SYS_TIME_H 1 |
| 1094 | |
| 1095 | /* Define to 1 if you have the <sys/tty.h> header file. */ |
| 1096 | #define HAVE_SYS_TTY_H 1 |
| 1097 | |
| 1098 | /* Define to 1 if you have the <sys/types.h> header file. */ |
| 1099 | #define HAVE_SYS_TYPES_H 1 |
| 1100 | |
| 1101 | /* Define to 1 if you have the <sys/ucred.h> header file. */ |
| 1102 | #define HAVE_SYS_UCRED_H 1 |
| 1103 | |
| 1104 | /* Define to 1 if you have the <sys/uio.h> header file. */ |
| 1105 | #define HAVE_SYS_UIO_H 1 |
| 1106 | |
| 1107 | /* Define to 1 if you have the <sys/un.h> header file. */ |
| 1108 | #define HAVE_SYS_UN_H 1 |
| 1109 | |
| 1110 | /* Define to 1 if you have the <sys/utsname.h> header file. */ |
| 1111 | #define HAVE_SYS_UTSNAME_H 1 |
| 1112 | |
| 1113 | /* Define to 1 if you have the <sys/wait.h> header file. */ |
| 1114 | #define HAVE_SYS_WAIT_H 1 |
| 1115 | |
| 1116 | /* Define to 1 if you have the `tdelete' function. */ |
| 1117 | #define HAVE_TDELETE 1 |
| 1118 | |
| 1119 | /* Define to 1 if you have the <termcap.h> header file. */ |
| 1120 | #define HAVE_TERMCAP_H 1 |
| 1121 | |
| 1122 | /* Define to 1 if you have the <termios.h> header file. */ |
| 1123 | #define HAVE_TERMIOS_H 1 |
| 1124 | |
| 1125 | /* Define to 1 if you have the <termio.h> header file. */ |
| 1126 | /* #undef HAVE_TERMIO_H */ |
| 1127 | |
| 1128 | /* Define to 1 if you have the <term.h> header file. */ |
| 1129 | #define HAVE_TERM_H 1 |
| 1130 | |
| 1131 | /* Define to 1 if you have the `tfind' function. */ |
| 1132 | #define HAVE_TFIND 1 |
| 1133 | |
| 1134 | /* Define to 1 if you have the `tgetent' function. */ |
| 1135 | #define HAVE_TGETENT 1 |
| 1136 | |
| 1137 | /* Define if you have the function `timegm'. */ |
| 1138 | #define HAVE_TIMEGM 1 |
| 1139 | |
| 1140 | /* Define if you have the `timezone' variable. */ |
| 1141 | #define HAVE_TIMEZONE 1 |
| 1142 | |
| 1143 | /* Define to 1 if you have the <time.h> header file. */ |
| 1144 | #define HAVE_TIME_H 1 |
| 1145 | |
| 1146 | /* Define to 1 if you have the <tmpdir.h> header file. */ |
| 1147 | /* #undef HAVE_TMPDIR_H */ |
| 1148 | |
| 1149 | /* Define if you have the function `tsearch'. */ |
| 1150 | #define HAVE_TSEARCH 1 |
| 1151 | |
| 1152 | /* Define to 1 if you have the `ttyname' function. */ |
| 1153 | #define HAVE_TTYNAME 1 |
| 1154 | |
| 1155 | /* Define to 1 if you have the `ttyslot' function. */ |
| 1156 | #define HAVE_TTYSLOT 1 |
| 1157 | |
| 1158 | /* Define to 1 if you have the `twalk' function. */ |
| 1159 | #define HAVE_TWALK 1 |
| 1160 | |
| 1161 | /* Define to 1 if you have the <udb.h> header file. */ |
| 1162 | /* #undef HAVE_UDB_H */ |
| 1163 | |
| 1164 | /* Define to 1 if the system has the type `uint16_t'. */ |
| 1165 | #define HAVE_UINT16_T 1 |
| 1166 | |
| 1167 | /* Define to 1 if the system has the type `uint32_t'. */ |
| 1168 | #define HAVE_UINT32_T 1 |
| 1169 | |
| 1170 | /* Define to 1 if the system has the type `uint64_t'. */ |
| 1171 | #define HAVE_UINT64_T 1 |
| 1172 | |
| 1173 | /* Define to 1 if the system has the type `uint8_t'. */ |
| 1174 | #define HAVE_UINT8_T 1 |
| 1175 | |
| 1176 | /* Define to 1 if the system has the type `uintptr_t'. */ |
| 1177 | #define HAVE_UINTPTR_T 1 |
| 1178 | |
| 1179 | /* Define to 1 if you have the `umask' function. */ |
| 1180 | #define HAVE_UMASK 1 |
| 1181 | |
| 1182 | /* Define to 1 if you have the `uname' function. */ |
| 1183 | #define HAVE_UNAME 1 |
| 1184 | |
| 1185 | /* Define to 1 if you have the <unistd.h> header file. */ |
| 1186 | #define HAVE_UNISTD_H 1 |
| 1187 | |
| 1188 | /* Define to 1 if you have the `unlockpt' function. */ |
| 1189 | #define HAVE_UNLOCKPT 1 |
| 1190 | |
| 1191 | /* Define if you have the function `unsetenv'. */ |
| 1192 | #define HAVE_UNSETENV 1 |
| 1193 | |
| 1194 | /* Define to 1 if you have the `unvis' function. */ |
| 1195 | #define HAVE_UNVIS 1 |
| 1196 | |
| 1197 | /* Define to 1 if you have the <userconf.h> header file. */ |
| 1198 | /* #undef HAVE_USERCONF_H */ |
| 1199 | |
| 1200 | /* Define to 1 if you have the <usersec.h> header file. */ |
| 1201 | /* #undef HAVE_USERSEC_H */ |
| 1202 | |
| 1203 | /* Define to 1 if you have the <util.h> header file. */ |
| 1204 | #define HAVE_UTIL_H 1 |
| 1205 | |
| 1206 | /* Define to 1 if the system has the type `u_int16_t'. */ |
| 1207 | #define HAVE_U_INT16_T 1 |
| 1208 | |
| 1209 | /* Define to 1 if the system has the type `u_int32_t'. */ |
| 1210 | #define HAVE_U_INT32_T 1 |
| 1211 | |
| 1212 | /* Define to 1 if the system has the type `u_int64_t'. */ |
| 1213 | #define HAVE_U_INT64_T 1 |
| 1214 | |
| 1215 | /* Define to 1 if the system has the type `u_int8_t'. */ |
| 1216 | #define HAVE_U_INT8_T 1 |
| 1217 | |
| 1218 | /* Define to 1 if you have the `vasnprintf' function. */ |
| 1219 | /* #undef HAVE_VASNPRINTF */ |
| 1220 | |
| 1221 | /* Define to 1 if you have the `vasprintf' function. */ |
| 1222 | #define HAVE_VASPRINTF 1 |
| 1223 | |
| 1224 | /* Define if you have the function `verr'. */ |
| 1225 | #define HAVE_VERR 1 |
| 1226 | |
| 1227 | /* Define if you have the function `verrx'. */ |
| 1228 | #define HAVE_VERRX 1 |
| 1229 | |
| 1230 | /* Define to 1 if you have the `vhangup' function. */ |
| 1231 | /* #undef HAVE_VHANGUP */ |
| 1232 | |
| 1233 | /* Define to 1 if you have the `vis' function. */ |
| 1234 | #define HAVE_VIS 1 |
| 1235 | |
| 1236 | /* Define to 1 if you have the <vis.h> header file. */ |
| 1237 | #define HAVE_VIS_H 1 |
| 1238 | |
| 1239 | /* define if you have a working vsnprintf */ |
| 1240 | #define HAVE_VSNPRINTF 1 |
| 1241 | |
| 1242 | /* Define if you have the function `vsyslog'. */ |
| 1243 | #define HAVE_VSYSLOG 1 |
| 1244 | |
| 1245 | /* Define if you have the function `vwarn'. */ |
| 1246 | #define HAVE_VWARN 1 |
| 1247 | |
| 1248 | /* Define if you have the function `vwarnx'. */ |
| 1249 | #define HAVE_VWARNX 1 |
| 1250 | |
| 1251 | /* Define to 1 if you have the `waitpid' function. */ |
| 1252 | #define HAVE_WAITPID 1 |
| 1253 | |
| 1254 | /* Define if you have the function `warn'. */ |
| 1255 | #define HAVE_WARN 1 |
| 1256 | |
| 1257 | /* Define if you have the function `warnx'. */ |
| 1258 | #define HAVE_WARNX 1 |
| 1259 | |
| 1260 | /* Define to 1 if you have the <winsock2.h> header file. */ |
| 1261 | /* #undef HAVE_WINSOCK2_H */ |
| 1262 | |
| 1263 | /* Define if you have the function `writev'. */ |
| 1264 | #define HAVE_WRITEV 1 |
| 1265 | |
| 1266 | /* Define to 1 if you have the <ws2tcpip.h> header file. */ |
| 1267 | /* #undef HAVE_WS2TCPIP_H */ |
| 1268 | |
| 1269 | /* define if struct winsize has ws_xpixel */ |
| 1270 | #define HAVE_WS_XPIXEL 1 |
| 1271 | |
| 1272 | /* define if struct winsize has ws_ypixel */ |
| 1273 | #define HAVE_WS_YPIXEL 1 |
| 1274 | |
| 1275 | /* Define to 1 if you have the `yp_get_default_domain' function. */ |
| 1276 | #define HAVE_YP_GET_DEFAULT_DOMAIN 1 |
| 1277 | |
| 1278 | /* Define to 1 if you have the `_getpty' function. */ |
| 1279 | /* #undef HAVE__GETPTY */ |
| 1280 | |
| 1281 | /* Define if you have the `_res' variable. */ |
| 1282 | #define HAVE__RES 1 |
| 1283 | |
| 1284 | /* Define to 1 if you have the `_scrsize' function. */ |
| 1285 | /* #undef HAVE__SCRSIZE */ |
| 1286 | |
| 1287 | /* define if your compiler has __attribute__ */ |
| 1288 | #define HAVE___ATTRIBUTE__ 1 |
| 1289 | |
| 1290 | /* Define if you have the `__progname' variable. */ |
| 1291 | #define HAVE___PROGNAME 1 |
| 1292 | |
| 1293 | /* have __sync_add_and_fetch */ |
| 1294 | #define HAVE___SYNC_ADD_AND_FETCH 1 |
| 1295 | |
| 1296 | /* Define to one of cc, pkcs11, ossl, w32crypto, or hcrypto to set a default |
| 1297 | hcrypto provider */ |
| 1298 | /* #undef HCRYPTO_DEF_PROVIDER */ |
| 1299 | |
| 1300 | /* Set to 1 to allow fallback to hcrypto for unavailable algorithms */ |
| 1301 | #define HCRYPTO_FALLBACK 1 |
| 1302 | |
| 1303 | /* Define if you want support for weak crypto */ |
| 1304 | #define HEIM_WEAK_CRYPTO 1 |
| 1305 | |
| 1306 | /* Enable Kerberos 5 support in applications. */ |
| 1307 | #define KRB5 1 |
| 1308 | |
| 1309 | /* Define to enable kx509. */ |
| 1310 | #define KX509 1 |
| 1311 | |
| 1312 | /* path to lib */ |
| 1313 | #define LIBDIR "/usr/lib" |
| 1314 | |
| 1315 | /* Define if you have the libedit package. */ |
| 1316 | /* #undef LIBEDIT */ |
| 1317 | |
| 1318 | /* path to libexec */ |
| 1319 | #define LIBEXECDIR "/usr/libexec" |
| 1320 | |
| 1321 | /* Define if you have the libintl package. */ |
| 1322 | /* #undef LIBINTL */ |
| 1323 | |
| 1324 | /* path to localstate */ |
| 1325 | #define LOCALSTATEDIR "/var/heimdal" |
| 1326 | |
| 1327 | /* Define to the sub-directory in which libtool stores uninstalled libraries. |
| 1328 | */ |
| 1329 | #define LT_OBJDIR ".libs/" |
| 1330 | |
| 1331 | /* define if the system is missing a prototype for asnprintf() */ |
| 1332 | #define NEED_ASNPRINTF_PROTO 1 |
| 1333 | |
| 1334 | /* define if the system is missing a prototype for asprintf() */ |
| 1335 | /* #undef NEED_ASPRINTF_PROTO */ |
| 1336 | |
| 1337 | /* define if the system is missing a prototype for crypt() */ |
| 1338 | /* #undef NEED_CRYPT_PROTO */ |
| 1339 | |
| 1340 | /* define if the system is missing a prototype for daemon() */ |
| 1341 | #define NEED_DAEMON_PROTO 1 |
| 1342 | |
| 1343 | /* define if the system is missing a prototype for gethostname() */ |
| 1344 | /* #undef NEED_GETHOSTNAME_PROTO */ |
| 1345 | |
| 1346 | /* define if the system is missing a prototype for getusershell() */ |
| 1347 | /* #undef NEED_GETUSERSHELL_PROTO */ |
| 1348 | |
| 1349 | /* define if the system is missing a prototype for glob() */ |
| 1350 | /* #undef NEED_GLOB_PROTO */ |
| 1351 | |
| 1352 | /* define if the system is missing a prototype for hstrerror() */ |
| 1353 | /* #undef NEED_HSTRERROR_PROTO */ |
| 1354 | |
| 1355 | /* define if the system is missing a prototype for inet_aton() */ |
| 1356 | /* #undef NEED_INET_ATON_PROTO */ |
| 1357 | |
| 1358 | /* define if the system is missing a prototype for iruserok() */ |
| 1359 | /* #undef NEED_IRUSEROK_PROTO */ |
| 1360 | |
| 1361 | /* define if the system is missing a prototype for mkstemp() */ |
| 1362 | #define NEED_MKSTEMP_PROTO 1 |
| 1363 | |
| 1364 | /* if your qsort is not a stable sort */ |
| 1365 | /* #undef NEED_QSORT */ |
| 1366 | |
| 1367 | /* define if the system is missing a prototype for SecKeyGetCSPHandle() */ |
| 1368 | /* #undef NEED_SECKEYGETCSPHANDLE_PROTO */ |
| 1369 | |
| 1370 | /* define if the system is missing a prototype for setenv() */ |
| 1371 | /* #undef NEED_SETENV_PROTO */ |
| 1372 | |
| 1373 | /* define if the system is missing a prototype for snprintf() */ |
| 1374 | /* #undef NEED_SNPRINTF_PROTO */ |
| 1375 | |
| 1376 | /* define if the system is missing a prototype for strndup() */ |
| 1377 | /* #undef NEED_STRNDUP_PROTO */ |
| 1378 | |
| 1379 | /* define if the system is missing a prototype for strsep() */ |
| 1380 | /* #undef NEED_STRSEP_PROTO */ |
| 1381 | |
| 1382 | /* define if the system is missing a prototype for strsvisx() */ |
| 1383 | /* #undef NEED_STRSVISX_PROTO */ |
| 1384 | |
| 1385 | /* define if the system is missing a prototype for strsvis() */ |
| 1386 | /* #undef NEED_STRSVIS_PROTO */ |
| 1387 | |
| 1388 | /* define if the system is missing a prototype for strtok_r() */ |
| 1389 | /* #undef NEED_STRTOK_R_PROTO */ |
| 1390 | |
| 1391 | /* define if the system is missing a prototype for strunvis() */ |
| 1392 | /* #undef NEED_STRUNVIS_PROTO */ |
| 1393 | |
| 1394 | /* define if the system is missing a prototype for strvisx() */ |
| 1395 | /* #undef NEED_STRVISX_PROTO */ |
| 1396 | |
| 1397 | /* define if the system is missing a prototype for strvis() */ |
| 1398 | /* #undef NEED_STRVIS_PROTO */ |
| 1399 | |
| 1400 | /* define if the system is missing a prototype for svis() */ |
| 1401 | /* #undef NEED_SVIS_PROTO */ |
| 1402 | |
| 1403 | /* define if the system is missing a prototype for unsetenv() */ |
| 1404 | /* #undef NEED_UNSETENV_PROTO */ |
| 1405 | |
| 1406 | /* define if the system is missing a prototype for unvis() */ |
| 1407 | /* #undef NEED_UNVIS_PROTO */ |
| 1408 | |
| 1409 | /* define if the system is missing a prototype for vasnprintf() */ |
| 1410 | #define NEED_VASNPRINTF_PROTO 1 |
| 1411 | |
| 1412 | /* define if the system is missing a prototype for vasprintf() */ |
| 1413 | /* #undef NEED_VASPRINTF_PROTO */ |
| 1414 | |
| 1415 | /* define if the system is missing a prototype for vis() */ |
| 1416 | /* #undef NEED_VIS_PROTO */ |
| 1417 | |
| 1418 | /* define if the system is missing a prototype for vsnprintf() */ |
| 1419 | /* #undef NEED_VSNPRINTF_PROTO */ |
| 1420 | |
| 1421 | /* Define if you don't wan't support for AFS. */ |
| 1422 | /* #undef NO_AFS */ |
| 1423 | |
| 1424 | /* Define if you don't want to use mmap. */ |
| 1425 | /* #undef NO_MMAP */ |
| 1426 | |
| 1427 | /* Define this to enable old environment option in telnet. */ |
| 1428 | #define OLD_ENVIRON 1 |
| 1429 | |
| 1430 | /* Define if you have the openldap package. */ |
| 1431 | /* #undef OPENLDAP */ |
| 1432 | |
| 1433 | /* Define if you want support for hdb ldap module */ |
| 1434 | /* #undef OPENLDAP_MODULE */ |
| 1435 | |
| 1436 | /* define if prototype of openlog is compatible with void openlog(const char |
| 1437 | *, int, int) */ |
| 1438 | #define OPENLOG_PROTO_COMPATIBLE 1 |
| 1439 | |
| 1440 | /* Define if you want OTP support in applications. */ |
| 1441 | #define OTP 1 |
| 1442 | |
| 1443 | /* Name of package */ |
| 1444 | #define PACKAGE "heimdal" |
| 1445 | |
| 1446 | /* Define to the address where bug reports for this package should be sent. */ |
| 1447 | #define PACKAGE_BUGREPORT "https://github.com/heimdal/heimdal/issues" |
| 1448 | |
| 1449 | /* Define to the full name of this package. */ |
| 1450 | #define PACKAGE_NAME "Heimdal" |
| 1451 | |
| 1452 | /* Define to the full name and version of this package. */ |
| 1453 | #define PACKAGE_STRING "Heimdal 7.1.0" |
| 1454 | |
| 1455 | /* Define to the one symbol short name of this package. */ |
| 1456 | #define PACKAGE_TARNAME "heimdal" |
| 1457 | |
| 1458 | /* Define to the home page for this package. */ |
| 1459 | #define PACKAGE_URL "" |
| 1460 | |
| 1461 | /* Define to the version of this package. */ |
| 1462 | #define PACKAGE_VERSION "7.1.0" |
| 1463 | |
| 1464 | /* path to PKCS11 module */ |
| 1465 | /* #undef PKCS11_MODULE_PATH */ |
| 1466 | |
| 1467 | /* Define to enable PKINIT. */ |
| 1468 | #define PKINIT 1 |
| 1469 | |
| 1470 | /* Define if getlogin has POSIX flavour (and not BSD). */ |
| 1471 | /* #undef POSIX_GETLOGIN */ |
| 1472 | |
| 1473 | /* Define if getpwnam_r has POSIX flavour. */ |
| 1474 | #define POSIX_GETPWNAM_R 1 |
| 1475 | |
| 1476 | /* Define if getpwuid_r has POSIX flavour. */ |
| 1477 | #define POSIX_GETPWUID_R 1 |
| 1478 | |
| 1479 | /* Define if you have the readline package. */ |
| 1480 | /* #undef READLINE */ |
| 1481 | |
| 1482 | /* Define as the return type of signal handlers (`int' or `void'). */ |
| 1483 | #define RETSIGTYPE void |
| 1484 | |
| 1485 | /* path to sbin */ |
| 1486 | #define SBINDIR "/usr/sbin" |
| 1487 | |
| 1488 | /* Define if you want to use samba socket wrappers. */ |
| 1489 | /* #undef SOCKET_WRAPPER_REPLACE */ |
| 1490 | |
| 1491 | /* Define if you have the sqlite3 package. */ |
| 1492 | /* #undef SQLITE3 */ |
| 1493 | |
| 1494 | /* Define to 1 if you have the ANSI C header files. */ |
| 1495 | #define 1 |
| 1496 | |
| 1497 | /* Define if you have streams ptys. */ |
| 1498 | /* #undef STREAMSPTY */ |
| 1499 | |
| 1500 | /* define if prototype of strerror_r is compatible with int strerror_r(int, |
| 1501 | char *, size_t) */ |
| 1502 | #define STRERROR_R_PROTO_COMPATIBLE 1 |
| 1503 | |
| 1504 | /* Enable use of inetd style startup. */ |
| 1505 | #define SUPPORT_INETD 1 |
| 1506 | |
| 1507 | /* path to sysconf */ |
| 1508 | #define SYSCONFDIR "/etc" |
| 1509 | |
| 1510 | /* Define to what version of SunOS you are running. */ |
| 1511 | /* #undef SunOS */ |
| 1512 | |
| 1513 | /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */ |
| 1514 | #define TIME_WITH_SYS_TIME 1 |
| 1515 | |
| 1516 | /* Define to 1 if your <sys/time.h> declares `struct tm'. */ |
| 1517 | /* #undef TM_IN_SYS_TIME */ |
| 1518 | |
| 1519 | /* Version number of package */ |
| 1520 | #define VERSION "7.1.0" |
| 1521 | |
| 1522 | /* Define if signal handlers return void. */ |
| 1523 | #define VOID_RETSIGTYPE 1 |
| 1524 | |
| 1525 | /* define if target is big endian */ |
| 1526 | /* #undef WORDS_BIGENDIAN */ |
| 1527 | |
| 1528 | /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a |
| 1529 | `char[]'. */ |
| 1530 | #define YYTEXT_POINTER 1 |
| 1531 | |
| 1532 | /* Required for functional/sane headers on AIX */ |
| 1533 | /* #undef _ALL_SOURCE */ |
| 1534 | |
| 1535 | /* Enable large inode numbers on Mac OS X 10.5. */ |
| 1536 | #ifndef _DARWIN_USE_64_BIT_INODE |
| 1537 | # define _DARWIN_USE_64_BIT_INODE 1 |
| 1538 | #endif |
| 1539 | |
| 1540 | /* Number of bits in a file offset, on hosts where this is settable. */ |
| 1541 | /* #undef _FILE_OFFSET_BITS */ |
| 1542 | |
| 1543 | /* Define to enable extensions on glibc-based systems such as Linux. */ |
| 1544 | #define _GNU_SOURCE 1 |
| 1545 | |
| 1546 | /* Define for large files, on AIX-style hosts. */ |
| 1547 | /* #undef _LARGE_FILES */ |
| 1548 | |
| 1549 | /* Define to get POSIX getpwnam_r in some systems. */ |
| 1550 | /* #undef _POSIX_PTHREAD_SEMANTICS */ |
| 1551 | |
| 1552 | /* Enable general extensions on Solaris. */ |
| 1553 | /* #undef __EXTENSIONS__ */ |
| 1554 | |
| 1555 | /* Define to empty if `const' does not conform to ANSI C. */ |
| 1556 | /* #undef const */ |
| 1557 | |
| 1558 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1559 | /* #undef gid_t */ |
| 1560 | |
| 1561 | /* Define to `__inline__' or `__inline' if that's what the C compiler |
| 1562 | calls it, or to nothing if 'inline' is not supported under any name. */ |
| 1563 | #ifndef __cplusplus |
| 1564 | /* #undef inline */ |
| 1565 | #endif |
| 1566 | |
| 1567 | /* Define this to what the type mode_t should be. */ |
| 1568 | /* #undef mode_t */ |
| 1569 | |
| 1570 | /* Define to `long int' if <sys/types.h> does not define. */ |
| 1571 | /* #undef off_t */ |
| 1572 | |
| 1573 | /* Define to `int' if <sys/types.h> does not define. */ |
| 1574 | /* #undef pid_t */ |
| 1575 | |
| 1576 | /* Path name delimiter */ |
| 1577 | #define rk_PATH_DELIM '/' |
| 1578 | |
| 1579 | /* Define this to what the type sig_atomic_t should be. */ |
| 1580 | /* #undef sig_atomic_t */ |
| 1581 | |
| 1582 | /* Define to `unsigned int' if <sys/types.h> does not define. */ |
| 1583 | /* #undef size_t */ |
| 1584 | |
| 1585 | /* Define to `int' if <sys/types.h> doesn't define. */ |
| 1586 | /* #undef uid_t */ |
| 1587 | |
| 1588 | #if _AIX |
| 1589 | /* XXX this is gross, but kills about a gazillion warnings */ |
| 1590 | struct ether_addr; |
| 1591 | struct sockaddr; |
| 1592 | struct sockaddr_dl; |
| 1593 | struct sockaddr_in; |
| 1594 | #endif |
| 1595 | |
| 1596 | #ifdef __APPLE__ |
| 1597 | #include <AvailabilityMacros.h> |
| 1598 | #endif |
| 1599 | |
| 1600 | #ifdef ROKEN_RENAME |
| 1601 | #include "roken_rename.h" |
| 1602 | #endif |
| 1603 | |
| 1604 | #ifdef VOID_RETSIGTYPE |
| 1605 | #define SIGRETURN(x) return |
| 1606 | #else |
| 1607 | #define SIGRETURN(x) return (RETSIGTYPE)(x) |
| 1608 | #endif |
| 1609 | |
| 1610 | #ifdef BROKEN_REALLOC |
| 1611 | #define realloc(X, Y) rk_realloc((X), (Y)) |
| 1612 | #endif |
| 1613 | |
| 1614 | |
| 1615 | #ifdef ENDIANESS_IN_SYS_PARAM_H |
| 1616 | # include <sys/types.h> |
| 1617 | # include <sys/param.h> |
| 1618 | # if BYTE_ORDER == BIG_ENDIAN |
| 1619 | # define WORDS_BIGENDIAN 1 |
| 1620 | # endif |
| 1621 | #endif |
| 1622 | |
| 1623 | |
| 1624 | |
| 1625 | |
| 1626 | /* Set this to the default system lead string for telnetd |
| 1627 | * can contain %-escapes: %s=sysname, %m=machine, %r=os-release |
| 1628 | * %v=os-version, %t=tty, %h=hostname, %d=date and time |
| 1629 | */ |
| 1630 | /* #undef USE_IM */ |
| 1631 | |
| 1632 | /* Used with login -p */ |
| 1633 | /* #undef LOGIN_ARGS */ |
| 1634 | |
| 1635 | /* set this to a sensible login */ |
| 1636 | #ifndef LOGIN_PATH |
| 1637 | #define LOGIN_PATH BINDIR "/login" |
| 1638 | #endif |
| 1639 | |
| 1640 | |