diff options
Diffstat (limited to 'other/ssharp/config.h.in')
| -rw-r--r-- | other/ssharp/config.h.in | 741 |
1 files changed, 741 insertions, 0 deletions
diff --git a/other/ssharp/config.h.in b/other/ssharp/config.h.in new file mode 100644 index 0000000..36ea7fb --- /dev/null +++ b/other/ssharp/config.h.in | |||
| @@ -0,0 +1,741 @@ | |||
| 1 | /* config.h.in. Generated automatically from configure.in by autoheader. */ | ||
| 2 | /* $Id: config.h.in,v 1.1.1.1 2001/09/19 14:44:59 stealth Exp $ */ | ||
| 3 | |||
| 4 | #ifndef _CONFIG_H | ||
| 5 | #define _CONFIG_H | ||
| 6 | |||
| 7 | /* Generated automatically from acconfig.h by autoheader. */ | ||
| 8 | /* Please make your changes there */ | ||
| 9 | |||
| 10 | |||
| 11 | /* Define if the `getpgrp' function takes no argument. */ | ||
| 12 | #undef GETPGRP_VOID | ||
| 13 | |||
| 14 | /* Define if your struct stat has st_blksize. */ | ||
| 15 | #undef HAVE_ST_BLKSIZE | ||
| 16 | |||
| 17 | /* Define if you have the strftime function. */ | ||
| 18 | #undef HAVE_STRFTIME | ||
| 19 | |||
| 20 | /* Define as __inline if that's what the C compiler calls it. */ | ||
| 21 | #undef inline | ||
| 22 | |||
| 23 | /* Define if your processor stores words with the most significant | ||
| 24 | byte first (like Motorola and SPARC, unlike Intel and VAX). */ | ||
| 25 | #undef WORDS_BIGENDIAN | ||
| 26 | |||
| 27 | /* Define to a Set Process Title type if your system is */ | ||
| 28 | /* supported by bsd-setproctitle.c */ | ||
| 29 | #undef SPT_TYPE | ||
| 30 | |||
| 31 | /* SCO workaround */ | ||
| 32 | #undef BROKEN_SYS_TERMIO_H | ||
| 33 | #undef HAVE_BOGUS_SYS_QUEUE_H | ||
| 34 | |||
| 35 | /* Define if you have SCO protected password database */ | ||
| 36 | #undef HAVE_SCO_PROTECTED_PW | ||
| 37 | |||
| 38 | /* If your header files don't define LOGIN_PROGRAM, then use this (detected) */ | ||
| 39 | /* from environment and PATH */ | ||
| 40 | #undef LOGIN_PROGRAM_FALLBACK | ||
| 41 | |||
| 42 | /* Define if your password has a pw_class field */ | ||
| 43 | #undef HAVE_PW_CLASS_IN_PASSWD | ||
| 44 | |||
| 45 | /* Define if your system's struct sockaddr_un has a sun_len member */ | ||
| 46 | #undef HAVE_SUN_LEN_IN_SOCKADDR_UN | ||
| 47 | |||
| 48 | /* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ | ||
| 49 | #undef BROKEN_INET_NTOA | ||
| 50 | |||
| 51 | /* Define if your system defines sys_errlist[] */ | ||
| 52 | #undef HAVE_SYS_ERRLIST | ||
| 53 | |||
| 54 | /* Define if your system defines sys_nerr */ | ||
| 55 | #undef HAVE_SYS_NERR | ||
| 56 | |||
| 57 | /* Define if your system choked on IP TOS setting */ | ||
| 58 | #undef IP_TOS_IS_BROKEN | ||
| 59 | |||
| 60 | /* Define if you have the getuserattr function. */ | ||
| 61 | #undef HAVE_GETUSERATTR | ||
| 62 | |||
| 63 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | ||
| 64 | #undef PAM_TTY_KLUDGE | ||
| 65 | |||
| 66 | /* Use PIPES instead of a socketpair() */ | ||
| 67 | #undef USE_PIPES | ||
| 68 | |||
| 69 | /* Define if your snprintf is busted */ | ||
| 70 | #undef BROKEN_SNPRINTF | ||
| 71 | |||
| 72 | /* Define if you are on Cygwin */ | ||
| 73 | #undef HAVE_CYGWIN | ||
| 74 | |||
| 75 | /* Define if you lack native POSIX regex and you are using PCRE */ | ||
| 76 | #undef HAVE_LIBPCRE | ||
| 77 | |||
| 78 | /* Define if you have a broken realpath. */ | ||
| 79 | #undef BROKEN_REALPATH | ||
| 80 | |||
| 81 | /* Define if you are on NeXT */ | ||
| 82 | #undef HAVE_NEXT | ||
| 83 | |||
| 84 | /* Define if you are on NEWS-OS */ | ||
| 85 | #undef HAVE_NEWS4 | ||
| 86 | |||
| 87 | /* Define if you want to enable PAM support */ | ||
| 88 | #undef USE_PAM | ||
| 89 | |||
| 90 | /* Define if you want to enable AIX4's authenticate function */ | ||
| 91 | #undef WITH_AIXAUTHENTICATE | ||
| 92 | |||
| 93 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ | ||
| 94 | #undef WITH_IRIX_ARRAY | ||
| 95 | |||
| 96 | /* Define if you want IRIX project management */ | ||
| 97 | #undef WITH_IRIX_PROJECT | ||
| 98 | |||
| 99 | /* Define if you want IRIX audit trails */ | ||
| 100 | #undef WITH_IRIX_AUDIT | ||
| 101 | |||
| 102 | /* Define if you want IRIX kernel jobs */ | ||
| 103 | #undef WITH_IRIX_JOBS | ||
| 104 | |||
| 105 | /* Location of random number pool */ | ||
| 106 | #undef RANDOM_POOL | ||
| 107 | |||
| 108 | /* Location of PRNGD/EGD random number socket */ | ||
| 109 | #undef PRNGD_SOCKET | ||
| 110 | |||
| 111 | /* Port number of PRNGD/EGD random number socket */ | ||
| 112 | #undef PRNGD_PORT | ||
| 113 | |||
| 114 | /* Builtin PRNG command timeout */ | ||
| 115 | #undef ENTROPY_TIMEOUT_MSEC | ||
| 116 | |||
| 117 | /* Define if your ssl headers are included with #include <openssl/header.h> */ | ||
| 118 | #undef HAVE_OPENSSL | ||
| 119 | |||
| 120 | /* struct timeval */ | ||
| 121 | #undef HAVE_STRUCT_TIMEVAL | ||
| 122 | |||
| 123 | /* struct utmp and struct utmpx fields */ | ||
| 124 | #undef HAVE_HOST_IN_UTMP | ||
| 125 | #undef HAVE_HOST_IN_UTMPX | ||
| 126 | #undef HAVE_ADDR_IN_UTMP | ||
| 127 | #undef HAVE_ADDR_IN_UTMPX | ||
| 128 | #undef HAVE_ADDR_V6_IN_UTMP | ||
| 129 | #undef HAVE_ADDR_V6_IN_UTMPX | ||
| 130 | #undef HAVE_SYSLEN_IN_UTMPX | ||
| 131 | #undef HAVE_PID_IN_UTMP | ||
| 132 | #undef HAVE_TYPE_IN_UTMP | ||
| 133 | #undef HAVE_TYPE_IN_UTMPX | ||
| 134 | #undef HAVE_TV_IN_UTMP | ||
| 135 | #undef HAVE_TV_IN_UTMPX | ||
| 136 | #undef HAVE_ID_IN_UTMP | ||
| 137 | #undef HAVE_ID_IN_UTMPX | ||
| 138 | #undef HAVE_EXIT_IN_UTMP | ||
| 139 | #undef HAVE_TIME_IN_UTMP | ||
| 140 | #undef HAVE_TIME_IN_UTMPX | ||
| 141 | |||
| 142 | /* Define if you don't want to use your system's login() call */ | ||
| 143 | #undef DISABLE_LOGIN | ||
| 144 | |||
| 145 | /* Define if you don't want to use pututline() etc. to write [uw]tmp */ | ||
| 146 | #undef DISABLE_PUTUTLINE | ||
| 147 | |||
| 148 | /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ | ||
| 149 | #undef DISABLE_PUTUTXLINE | ||
| 150 | |||
| 151 | /* Define if you don't want to use lastlog */ | ||
| 152 | #undef DISABLE_LASTLOG | ||
| 153 | |||
| 154 | /* Define if you don't want to use utmp */ | ||
| 155 | #undef DISABLE_UTMP | ||
| 156 | |||
| 157 | /* Define if you don't want to use utmpx */ | ||
| 158 | #undef DISABLE_UTMPX | ||
| 159 | |||
| 160 | /* Define if you don't want to use wtmp */ | ||
| 161 | #undef DISABLE_WTMP | ||
| 162 | |||
| 163 | /* Define if you don't want to use wtmpx */ | ||
| 164 | #undef DISABLE_WTMPX | ||
| 165 | |||
| 166 | /* Define if you want to specify the path to your lastlog file */ | ||
| 167 | #undef CONF_LASTLOG_FILE | ||
| 168 | |||
| 169 | /* Define if you want to specify the path to your utmp file */ | ||
| 170 | #undef CONF_UTMP_FILE | ||
| 171 | |||
| 172 | /* Define if you want to specify the path to your wtmp file */ | ||
| 173 | #undef CONF_WTMP_FILE | ||
| 174 | |||
| 175 | /* Define if you want to specify the path to your utmpx file */ | ||
| 176 | #undef CONF_UTMPX_FILE | ||
| 177 | |||
| 178 | /* Define if you want to specify the path to your wtmpx file */ | ||
| 179 | #undef CONF_WTMPX_FILE | ||
| 180 | |||
| 181 | /* Define is libutil has login() function */ | ||
| 182 | #undef HAVE_LIBUTIL_LOGIN | ||
| 183 | |||
| 184 | /* Define if libc defines __progname */ | ||
| 185 | #undef HAVE___PROGNAME | ||
| 186 | |||
| 187 | /* Define if you want Kerberos 4 support */ | ||
| 188 | #undef KRB4 | ||
| 189 | |||
| 190 | /* Define if you want AFS support */ | ||
| 191 | #undef AFS | ||
| 192 | |||
| 193 | /* Define if you want S/Key support */ | ||
| 194 | #undef SKEY | ||
| 195 | |||
| 196 | /* Define if you want TCP Wrappers support */ | ||
| 197 | #undef LIBWRAP | ||
| 198 | |||
| 199 | /* Define if your libraries define login() */ | ||
| 200 | #undef HAVE_LOGIN | ||
| 201 | |||
| 202 | /* Define if your libraries define daemon() */ | ||
| 203 | #undef HAVE_DAEMON | ||
| 204 | |||
| 205 | /* Define if your libraries define getpagesize() */ | ||
| 206 | #undef HAVE_GETPAGESIZE | ||
| 207 | |||
| 208 | /* Define if xauth is found in your path */ | ||
| 209 | #undef XAUTH_PATH | ||
| 210 | |||
| 211 | /* Define if rsh is found in your path */ | ||
| 212 | #undef RSH_PATH | ||
| 213 | |||
| 214 | /* Define if you want to allow MD5 passwords */ | ||
| 215 | #undef HAVE_MD5_PASSWORDS | ||
| 216 | |||
| 217 | /* Define if you want to disable shadow passwords */ | ||
| 218 | #undef DISABLE_SHADOW | ||
| 219 | |||
| 220 | /* Define if you want to use shadow password expire field */ | ||
| 221 | #undef HAS_SHADOW_EXPIRE | ||
| 222 | |||
| 223 | /* Define if you have Digital Unix Security Integration Architecture */ | ||
| 224 | #undef HAVE_OSF_SIA | ||
| 225 | |||
| 226 | /* Define if you have an old version of PAM which takes only one argument */ | ||
| 227 | /* to pam_strerror */ | ||
| 228 | #undef HAVE_OLD_PAM | ||
| 229 | |||
| 230 | /* Define if you are using Solaris-derived PAM which passes pam_messages */ | ||
| 231 | /* to the conversation function with an extra level of indirection */ | ||
| 232 | #undef PAM_SUN_CODEBASE | ||
| 233 | |||
| 234 | /* Set this to your mail directory if you don't have maillock.h */ | ||
| 235 | #undef MAIL_DIRECTORY | ||
| 236 | |||
| 237 | /* Data types */ | ||
| 238 | #undef HAVE_U_INT | ||
| 239 | #undef HAVE_INTXX_T | ||
| 240 | #undef HAVE_U_INTXX_T | ||
| 241 | #undef HAVE_UINTXX_T | ||
| 242 | #undef HAVE_INT64_T | ||
| 243 | #undef HAVE_U_INT64_T | ||
| 244 | #undef HAVE_SOCKLEN_T | ||
| 245 | #undef HAVE_SIZE_T | ||
| 246 | #undef HAVE_SSIZE_T | ||
| 247 | #undef HAVE_CLOCK_T | ||
| 248 | #undef HAVE_MODE_T | ||
| 249 | #undef HAVE_PID_T | ||
| 250 | #undef HAVE_SA_FAMILY_T | ||
| 251 | #undef HAVE_STRUCT_SOCKADDR_STORAGE | ||
| 252 | #undef HAVE_STRUCT_ADDRINFO | ||
| 253 | #undef HAVE_STRUCT_IN6_ADDR | ||
| 254 | #undef HAVE_STRUCT_SOCKADDR_IN6 | ||
| 255 | |||
| 256 | /* Fields in struct sockaddr_storage */ | ||
| 257 | #undef HAVE_SS_FAMILY_IN_SS | ||
| 258 | #undef HAVE___SS_FAMILY_IN_SS | ||
| 259 | |||
| 260 | /* Define if you have a regcomp() function */ | ||
| 261 | #undef HAVE_REGCOMP | ||
| 262 | |||
| 263 | /* Define if you have /dev/ptmx */ | ||
| 264 | #undef HAVE_DEV_PTMX | ||
| 265 | |||
| 266 | /* Define if you have /dev/ptc */ | ||
| 267 | #undef HAVE_DEV_PTS_AND_PTC | ||
| 268 | |||
| 269 | /* Define if you need to use IP address instead of hostname in $DISPLAY */ | ||
| 270 | #undef IPADDR_IN_DISPLAY | ||
| 271 | |||
| 272 | /* Specify default $PATH */ | ||
| 273 | #undef USER_PATH | ||
| 274 | |||
| 275 | /* Specify location of ssh.pid */ | ||
| 276 | #undef _PATH_SSH_PIDDIR | ||
| 277 | |||
| 278 | /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ | ||
| 279 | #undef IPV4_DEFAULT | ||
| 280 | |||
| 281 | /* If you have no atexit() but xatexit(), and want to use xatexit() */ | ||
| 282 | #undef HAVE_XATEXIT | ||
| 283 | |||
| 284 | /* getaddrinfo is broken (if present) */ | ||
| 285 | #undef BROKEN_GETADDRINFO | ||
| 286 | |||
| 287 | /* Workaround more Linux IPv6 quirks */ | ||
| 288 | #undef DONT_TRY_OTHER_AF | ||
| 289 | |||
| 290 | /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ | ||
| 291 | #undef IPV4_IN_IPV6 | ||
| 292 | |||
| 293 | /* Define if you have BSD auth support */ | ||
| 294 | #undef BSD_AUTH | ||
| 295 | |||
| 296 | /* Define if X11 doesn't support AF_UNIX sockets on that system */ | ||
| 297 | #undef NO_X11_UNIX_SOCKETS | ||
| 298 | |||
| 299 | /* Needed for SCO and NeXT */ | ||
| 300 | #undef BROKEN_SAVED_UIDS | ||
| 301 | |||
| 302 | /* Define if your system glob() function has the GLOB_ALTDIRFUNC extension */ | ||
| 303 | #undef GLOB_HAS_ALTDIRFUNC | ||
| 304 | |||
| 305 | /* Define if your system glob() function has gl_matchc options in glob_t */ | ||
| 306 | #undef GLOB_HAS_GL_MATCHC | ||
| 307 | |||
| 308 | /* Define in your struct dirent expects you to allocate extra space for d_name */ | ||
| 309 | #undef BROKEN_ONE_BYTE_DIRENT_D_NAME | ||
| 310 | |||
| 311 | /* The number of bytes in a char. */ | ||
| 312 | #undef SIZEOF_CHAR | ||
| 313 | |||
| 314 | /* The number of bytes in a int. */ | ||
| 315 | #undef SIZEOF_INT | ||
| 316 | |||
| 317 | /* The number of bytes in a long int. */ | ||
| 318 | #undef SIZEOF_LONG_INT | ||
| 319 | |||
| 320 | /* The number of bytes in a long long int. */ | ||
| 321 | #undef SIZEOF_LONG_LONG_INT | ||
| 322 | |||
| 323 | /* The number of bytes in a short int. */ | ||
| 324 | #undef SIZEOF_SHORT_INT | ||
| 325 | |||
| 326 | /* Define if you have the __b64_ntop function. */ | ||
| 327 | #undef HAVE___B64_NTOP | ||
| 328 | |||
| 329 | /* Define if you have the _getpty function. */ | ||
| 330 | #undef HAVE__GETPTY | ||
| 331 | |||
| 332 | /* Define if you have the arc4random function. */ | ||
| 333 | #undef HAVE_ARC4RANDOM | ||
| 334 | |||
| 335 | /* Define if you have the atexit function. */ | ||
| 336 | #undef HAVE_ATEXIT | ||
| 337 | |||
| 338 | /* Define if you have the b64_ntop function. */ | ||
| 339 | #undef HAVE_B64_NTOP | ||
| 340 | |||
| 341 | /* Define if you have the bcopy function. */ | ||
| 342 | #undef HAVE_BCOPY | ||
| 343 | |||
| 344 | /* Define if you have the bindresvport_sa function. */ | ||
| 345 | #undef HAVE_BINDRESVPORT_SA | ||
| 346 | |||
| 347 | /* Define if you have the clock function. */ | ||
| 348 | #undef HAVE_CLOCK | ||
| 349 | |||
| 350 | /* Define if you have the endutent function. */ | ||
| 351 | #undef HAVE_ENDUTENT | ||
| 352 | |||
| 353 | /* Define if you have the endutxent function. */ | ||
| 354 | #undef HAVE_ENDUTXENT | ||
| 355 | |||
| 356 | /* Define if you have the fchmod function. */ | ||
| 357 | #undef HAVE_FCHMOD | ||
| 358 | |||
| 359 | /* Define if you have the fchown function. */ | ||
| 360 | #undef HAVE_FCHOWN | ||
| 361 | |||
| 362 | /* Define if you have the freeaddrinfo function. */ | ||
| 363 | #undef HAVE_FREEADDRINFO | ||
| 364 | |||
| 365 | /* Define if you have the futimes function. */ | ||
| 366 | #undef HAVE_FUTIMES | ||
| 367 | |||
| 368 | /* Define if you have the gai_strerror function. */ | ||
| 369 | #undef HAVE_GAI_STRERROR | ||
| 370 | |||
| 371 | /* Define if you have the getaddrinfo function. */ | ||
| 372 | #undef HAVE_GETADDRINFO | ||
| 373 | |||
| 374 | /* Define if you have the getcwd function. */ | ||
| 375 | #undef HAVE_GETCWD | ||
| 376 | |||
| 377 | /* Define if you have the getgrouplist function. */ | ||
| 378 | #undef HAVE_GETGROUPLIST | ||
| 379 | |||
| 380 | /* Define if you have the getluid function. */ | ||
| 381 | #undef HAVE_GETLUID | ||
| 382 | |||
| 383 | /* Define if you have the getnameinfo function. */ | ||
| 384 | #undef HAVE_GETNAMEINFO | ||
| 385 | |||
| 386 | /* Define if you have the getpwanam function. */ | ||
| 387 | #undef HAVE_GETPWANAM | ||
| 388 | |||
| 389 | /* Define if you have the getrlimit function. */ | ||
| 390 | #undef HAVE_GETRLIMIT | ||
| 391 | |||
| 392 | /* Define if you have the getrusage function. */ | ||
| 393 | #undef HAVE_GETRUSAGE | ||
| 394 | |||
| 395 | /* Define if you have the gettimeofday function. */ | ||
| 396 | #undef HAVE_GETTIMEOFDAY | ||
| 397 | |||
| 398 | /* Define if you have the getttyent function. */ | ||
| 399 | #undef HAVE_GETTTYENT | ||
| 400 | |||
| 401 | /* Define if you have the getusershell function. */ | ||
| 402 | #undef HAVE_GETUSERSHELL | ||
| 403 | |||
| 404 | /* Define if you have the getutent function. */ | ||
| 405 | #undef HAVE_GETUTENT | ||
| 406 | |||
| 407 | /* Define if you have the getutid function. */ | ||
| 408 | #undef HAVE_GETUTID | ||
| 409 | |||
| 410 | /* Define if you have the getutline function. */ | ||
| 411 | #undef HAVE_GETUTLINE | ||
| 412 | |||
| 413 | /* Define if you have the getutxent function. */ | ||
| 414 | #undef HAVE_GETUTXENT | ||
| 415 | |||
| 416 | /* Define if you have the getutxid function. */ | ||
| 417 | #undef HAVE_GETUTXID | ||
| 418 | |||
| 419 | /* Define if you have the getutxline function. */ | ||
| 420 | #undef HAVE_GETUTXLINE | ||
| 421 | |||
| 422 | /* Define if you have the glob function. */ | ||
| 423 | #undef HAVE_GLOB | ||
| 424 | |||
| 425 | /* Define if you have the inet_aton function. */ | ||
| 426 | #undef HAVE_INET_ATON | ||
| 427 | |||
| 428 | /* Define if you have the inet_ntoa function. */ | ||
| 429 | #undef HAVE_INET_NTOA | ||
| 430 | |||
| 431 | /* Define if you have the inet_ntop function. */ | ||
| 432 | #undef HAVE_INET_NTOP | ||
| 433 | |||
| 434 | /* Define if you have the innetgr function. */ | ||
| 435 | #undef HAVE_INNETGR | ||
| 436 | |||
| 437 | /* Define if you have the login function. */ | ||
| 438 | #undef HAVE_LOGIN | ||
| 439 | |||
| 440 | /* Define if you have the login_getcapbool function. */ | ||
| 441 | #undef HAVE_LOGIN_GETCAPBOOL | ||
| 442 | |||
| 443 | /* Define if you have the logout function. */ | ||
| 444 | #undef HAVE_LOGOUT | ||
| 445 | |||
| 446 | /* Define if you have the logwtmp function. */ | ||
| 447 | #undef HAVE_LOGWTMP | ||
| 448 | |||
| 449 | /* Define if you have the md5_crypt function. */ | ||
| 450 | #undef HAVE_MD5_CRYPT | ||
| 451 | |||
| 452 | /* Define if you have the memmove function. */ | ||
| 453 | #undef HAVE_MEMMOVE | ||
| 454 | |||
| 455 | /* Define if you have the mkdtemp function. */ | ||
| 456 | #undef HAVE_MKDTEMP | ||
| 457 | |||
| 458 | /* Define if you have the on_exit function. */ | ||
| 459 | #undef HAVE_ON_EXIT | ||
| 460 | |||
| 461 | /* Define if you have the openpty function. */ | ||
| 462 | #undef HAVE_OPENPTY | ||
| 463 | |||
| 464 | /* Define if you have the pam_getenvlist function. */ | ||
| 465 | #undef HAVE_PAM_GETENVLIST | ||
| 466 | |||
| 467 | /* Define if you have the pututline function. */ | ||
| 468 | #undef HAVE_PUTUTLINE | ||
| 469 | |||
| 470 | /* Define if you have the pututxline function. */ | ||
| 471 | #undef HAVE_PUTUTXLINE | ||
| 472 | |||
| 473 | /* Define if you have the realpath function. */ | ||
| 474 | #undef HAVE_REALPATH | ||
| 475 | |||
| 476 | /* Define if you have the rresvport_af function. */ | ||
| 477 | #undef HAVE_RRESVPORT_AF | ||
| 478 | |||
| 479 | /* Define if you have the setdtablesize function. */ | ||
| 480 | #undef HAVE_SETDTABLESIZE | ||
| 481 | |||
| 482 | /* Define if you have the setegid function. */ | ||
| 483 | #undef HAVE_SETEGID | ||
| 484 | |||
| 485 | /* Define if you have the setenv function. */ | ||
| 486 | #undef HAVE_SETENV | ||
| 487 | |||
| 488 | /* Define if you have the seteuid function. */ | ||
| 489 | #undef HAVE_SETEUID | ||
| 490 | |||
| 491 | /* Define if you have the setlogin function. */ | ||
| 492 | #undef HAVE_SETLOGIN | ||
| 493 | |||
| 494 | /* Define if you have the setluid function. */ | ||
| 495 | #undef HAVE_SETLUID | ||
| 496 | |||
| 497 | /* Define if you have the setproctitle function. */ | ||
| 498 | #undef HAVE_SETPROCTITLE | ||
| 499 | |||
| 500 | /* Define if you have the setresgid function. */ | ||
| 501 | #undef HAVE_SETRESGID | ||
| 502 | |||
| 503 | /* Define if you have the setreuid function. */ | ||
| 504 | #undef HAVE_SETREUID | ||
| 505 | |||
| 506 | /* Define if you have the setrlimit function. */ | ||
| 507 | #undef HAVE_SETRLIMIT | ||
| 508 | |||
| 509 | /* Define if you have the setsid function. */ | ||
| 510 | #undef HAVE_SETSID | ||
| 511 | |||
| 512 | /* Define if you have the setutent function. */ | ||
| 513 | #undef HAVE_SETUTENT | ||
| 514 | |||
| 515 | /* Define if you have the setutxent function. */ | ||
| 516 | #undef HAVE_SETUTXENT | ||
| 517 | |||
| 518 | /* Define if you have the sigaction function. */ | ||
| 519 | #undef HAVE_SIGACTION | ||
| 520 | |||
| 521 | /* Define if you have the sigvec function. */ | ||
| 522 | #undef HAVE_SIGVEC | ||
| 523 | |||
| 524 | /* Define if you have the snprintf function. */ | ||
| 525 | #undef HAVE_SNPRINTF | ||
| 526 | |||
| 527 | /* Define if you have the strerror function. */ | ||
| 528 | #undef HAVE_STRERROR | ||
| 529 | |||
| 530 | /* Define if you have the strlcat function. */ | ||
| 531 | #undef HAVE_STRLCAT | ||
| 532 | |||
| 533 | /* Define if you have the strlcpy function. */ | ||
| 534 | #undef HAVE_STRLCPY | ||
| 535 | |||
| 536 | /* Define if you have the strmode function. */ | ||
| 537 | #undef HAVE_STRMODE | ||
| 538 | |||
| 539 | /* Define if you have the strsep function. */ | ||
| 540 | #undef HAVE_STRSEP | ||
| 541 | |||
| 542 | /* Define if you have the strtok_r function. */ | ||
| 543 | #undef HAVE_STRTOK_R | ||
| 544 | |||
| 545 | /* Define if you have the sysconf function. */ | ||
| 546 | #undef HAVE_SYSCONF | ||
| 547 | |||
| 548 | /* Define if you have the tcgetpgrp function. */ | ||
| 549 | #undef HAVE_TCGETPGRP | ||
| 550 | |||
| 551 | /* Define if you have the time function. */ | ||
| 552 | #undef HAVE_TIME | ||
| 553 | |||
| 554 | /* Define if you have the updwtmp function. */ | ||
| 555 | #undef HAVE_UPDWTMP | ||
| 556 | |||
| 557 | /* Define if you have the utimes function. */ | ||
| 558 | #undef HAVE_UTIMES | ||
| 559 | |||
| 560 | /* Define if you have the utmpname function. */ | ||
| 561 | #undef HAVE_UTMPNAME | ||
| 562 | |||
| 563 | /* Define if you have the utmpxname function. */ | ||
| 564 | #undef HAVE_UTMPXNAME | ||
| 565 | |||
| 566 | /* Define if you have the vhangup function. */ | ||
| 567 | #undef HAVE_VHANGUP | ||
| 568 | |||
| 569 | /* Define if you have the vis function. */ | ||
| 570 | #undef HAVE_VIS | ||
| 571 | |||
| 572 | /* Define if you have the vsnprintf function. */ | ||
| 573 | #undef HAVE_VSNPRINTF | ||
| 574 | |||
| 575 | /* Define if you have the waitpid function. */ | ||
| 576 | #undef HAVE_WAITPID | ||
| 577 | |||
| 578 | /* Define if you have the <bstring.h> header file. */ | ||
| 579 | #undef HAVE_BSTRING_H | ||
| 580 | |||
| 581 | /* Define if you have the <crypt.h> header file. */ | ||
| 582 | #undef HAVE_CRYPT_H | ||
| 583 | |||
| 584 | /* Define if you have the <endian.h> header file. */ | ||
| 585 | #undef HAVE_ENDIAN_H | ||
| 586 | |||
| 587 | /* Define if you have the <floatingpoint.h> header file. */ | ||
| 588 | #undef HAVE_FLOATINGPOINT_H | ||
| 589 | |||
| 590 | /* Define if you have the <getopt.h> header file. */ | ||
| 591 | #undef HAVE_GETOPT_H | ||
| 592 | |||
| 593 | /* Define if you have the <glob.h> header file. */ | ||
| 594 | #undef HAVE_GLOB_H | ||
| 595 | |||
| 596 | /* Define if you have the <krb.h> header file. */ | ||
| 597 | #undef HAVE_KRB_H | ||
| 598 | |||
| 599 | /* Define if you have the <lastlog.h> header file. */ | ||
| 600 | #undef HAVE_LASTLOG_H | ||
| 601 | |||
| 602 | /* Define if you have the <libutil.h> header file. */ | ||
| 603 | #undef HAVE_LIBUTIL_H | ||
| 604 | |||
| 605 | /* Define if you have the <limits.h> header file. */ | ||
| 606 | #undef HAVE_LIMITS_H | ||
| 607 | |||
| 608 | /* Define if you have the <login.h> header file. */ | ||
| 609 | #undef HAVE_LOGIN_H | ||
| 610 | |||
| 611 | /* Define if you have the <login_cap.h> header file. */ | ||
| 612 | #undef HAVE_LOGIN_CAP_H | ||
| 613 | |||
| 614 | /* Define if you have the <maillock.h> header file. */ | ||
| 615 | #undef HAVE_MAILLOCK_H | ||
| 616 | |||
| 617 | /* Define if you have the <netdb.h> header file. */ | ||
| 618 | #undef HAVE_NETDB_H | ||
| 619 | |||
| 620 | /* Define if you have the <netgroup.h> header file. */ | ||
| 621 | #undef HAVE_NETGROUP_H | ||
| 622 | |||
| 623 | /* Define if you have the <netinet/in_systm.h> header file. */ | ||
| 624 | #undef HAVE_NETINET_IN_SYSTM_H | ||
| 625 | |||
| 626 | /* Define if you have the <paths.h> header file. */ | ||
| 627 | #undef HAVE_PATHS_H | ||
| 628 | |||
| 629 | /* Define if you have the <poll.h> header file. */ | ||
| 630 | #undef HAVE_POLL_H | ||
| 631 | |||
| 632 | /* Define if you have the <pty.h> header file. */ | ||
| 633 | #undef HAVE_PTY_H | ||
| 634 | |||
| 635 | /* Define if you have the <regex.h> header file. */ | ||
| 636 | #undef HAVE_REGEX_H | ||
| 637 | |||
| 638 | /* Define if you have the <security/pam_appl.h> header file. */ | ||
| 639 | #undef HAVE_SECURITY_PAM_APPL_H | ||
| 640 | |||
| 641 | /* Define if you have the <shadow.h> header file. */ | ||
| 642 | #undef HAVE_SHADOW_H | ||
| 643 | |||
| 644 | /* Define if you have the <stddef.h> header file. */ | ||
| 645 | #undef HAVE_STDDEF_H | ||
| 646 | |||
| 647 | /* Define if you have the <sys/bitypes.h> header file. */ | ||
| 648 | #undef HAVE_SYS_BITYPES_H | ||
| 649 | |||
| 650 | /* Define if you have the <sys/bsdtty.h> header file. */ | ||
| 651 | #undef HAVE_SYS_BSDTTY_H | ||
| 652 | |||
| 653 | /* Define if you have the <sys/cdefs.h> header file. */ | ||
| 654 | #undef HAVE_SYS_CDEFS_H | ||
| 655 | |||
| 656 | /* Define if you have the <sys/poll.h> header file. */ | ||
| 657 | #undef HAVE_SYS_POLL_H | ||
| 658 | |||
| 659 | /* Define if you have the <sys/queue.h> header file. */ | ||
| 660 | #undef HAVE_SYS_QUEUE_H | ||
| 661 | |||
| 662 | /* Define if you have the <sys/select.h> header file. */ | ||
| 663 | #undef HAVE_SYS_SELECT_H | ||
| 664 | |||
| 665 | /* Define if you have the <sys/stat.h> header file. */ | ||
| 666 | #undef HAVE_SYS_STAT_H | ||
| 667 | |||
| 668 | /* Define if you have the <sys/stropts.h> header file. */ | ||
| 669 | #undef HAVE_SYS_STROPTS_H | ||
| 670 | |||
| 671 | /* Define if you have the <sys/sysmacros.h> header file. */ | ||
| 672 | #undef HAVE_SYS_SYSMACROS_H | ||
| 673 | |||
| 674 | /* Define if you have the <sys/time.h> header file. */ | ||
| 675 | #undef HAVE_SYS_TIME_H | ||
| 676 | |||
| 677 | /* Define if you have the <sys/ttcompat.h> header file. */ | ||
| 678 | #undef HAVE_SYS_TTCOMPAT_H | ||
| 679 | |||
| 680 | /* Define if you have the <sys/un.h> header file. */ | ||
| 681 | #undef HAVE_SYS_UN_H | ||
| 682 | |||
| 683 | /* Define if you have the <time.h> header file. */ | ||
| 684 | #undef HAVE_TIME_H | ||
| 685 | |||
| 686 | /* Define if you have the <ttyent.h> header file. */ | ||
| 687 | #undef HAVE_TTYENT_H | ||
| 688 | |||
| 689 | /* Define if you have the <usersec.h> header file. */ | ||
| 690 | #undef HAVE_USERSEC_H | ||
| 691 | |||
| 692 | /* Define if you have the <util.h> header file. */ | ||
| 693 | #undef HAVE_UTIL_H | ||
| 694 | |||
| 695 | /* Define if you have the <utime.h> header file. */ | ||
| 696 | #undef HAVE_UTIME_H | ||
| 697 | |||
| 698 | /* Define if you have the <utmp.h> header file. */ | ||
| 699 | #undef HAVE_UTMP_H | ||
| 700 | |||
| 701 | /* Define if you have the <utmpx.h> header file. */ | ||
| 702 | #undef HAVE_UTMPX_H | ||
| 703 | |||
| 704 | /* Define if you have the <vis.h> header file. */ | ||
| 705 | #undef HAVE_VIS_H | ||
| 706 | |||
| 707 | /* Define if you have the des library (-ldes). */ | ||
| 708 | #undef HAVE_LIBDES | ||
| 709 | |||
| 710 | /* Define if you have the des425 library (-ldes425). */ | ||
| 711 | #undef HAVE_LIBDES425 | ||
| 712 | |||
| 713 | /* Define if you have the dl library (-ldl). */ | ||
| 714 | #undef HAVE_LIBDL | ||
| 715 | |||
| 716 | /* Define if you have the krb library (-lkrb). */ | ||
| 717 | #undef HAVE_LIBKRB | ||
| 718 | |||
| 719 | /* Define if you have the krb4 library (-lkrb4). */ | ||
| 720 | #undef HAVE_LIBKRB4 | ||
| 721 | |||
| 722 | /* Define if you have the nsl library (-lnsl). */ | ||
| 723 | #undef HAVE_LIBNSL | ||
| 724 | |||
| 725 | /* Define if you have the pam library (-lpam). */ | ||
| 726 | #undef HAVE_LIBPAM | ||
| 727 | |||
| 728 | /* Define if you have the resolv library (-lresolv). */ | ||
| 729 | #undef HAVE_LIBRESOLV | ||
| 730 | |||
| 731 | /* Define if you have the socket library (-lsocket). */ | ||
| 732 | #undef HAVE_LIBSOCKET | ||
| 733 | |||
| 734 | /* Define if you have the z library (-lz). */ | ||
| 735 | #undef HAVE_LIBZ | ||
| 736 | |||
| 737 | /* ******************* Shouldn't need to edit below this line ************** */ | ||
| 738 | |||
| 739 | #include "defines.h" | ||
| 740 | |||
| 741 | #endif /* _CONFIG_H */ | ||
