diff options
| author | SkyperTHC | 2026-03-03 06:28:55 +0000 |
|---|---|---|
| committer | SkyperTHC | 2026-03-03 06:28:55 +0000 |
| commit | 5d3573ef7a109ee70416fe94db098fe6a769a798 (patch) | |
| tree | dc2d5b294c9db8ab2db7433511f94e1c4bb8b698 /other/openssh-2.1.1p4/config.h | |
| parent | c6c59dc73cc4586357f93ab38ecf459e98675cc5 (diff) | |
packetstorm sync
Diffstat (limited to 'other/openssh-2.1.1p4/config.h')
| -rw-r--r-- | other/openssh-2.1.1p4/config.h | 521 |
1 files changed, 521 insertions, 0 deletions
diff --git a/other/openssh-2.1.1p4/config.h b/other/openssh-2.1.1p4/config.h new file mode 100644 index 0000000..7c1f633 --- /dev/null +++ b/other/openssh-2.1.1p4/config.h | |||
| @@ -0,0 +1,521 @@ | |||
| 1 | /* config.h. Generated automatically by configure. */ | ||
| 2 | /* config.h.in. Generated automatically from configure.in by autoheader. */ | ||
| 3 | #ifndef _CONFIG_H | ||
| 4 | #define _CONFIG_H | ||
| 5 | |||
| 6 | /* Generated automatically from acconfig.h by autoheader. */ | ||
| 7 | /* Please make your changes there */ | ||
| 8 | |||
| 9 | |||
| 10 | /* Define as __inline if that's what the C compiler calls it. */ | ||
| 11 | /* #undef inline */ | ||
| 12 | |||
| 13 | /* Define if your system defines sys_errlist[] */ | ||
| 14 | #define HAVE_SYS_ERRLIST 1 | ||
| 15 | |||
| 16 | /* Define if your system choked on IP TOS setting */ | ||
| 17 | /* #undef IP_TOS_IS_BROKEN */ | ||
| 18 | |||
| 19 | /* Define if you have the getuserattr function. */ | ||
| 20 | /* #undef HAVE_GETUSERATTR */ | ||
| 21 | |||
| 22 | /* Work around problematic Linux PAM modules handling of PAM_TTY */ | ||
| 23 | #define PAM_TTY_KLUDGE 1 | ||
| 24 | |||
| 25 | /* Define if your snprintf is busted */ | ||
| 26 | /* #undef BROKEN_SNPRINTF */ | ||
| 27 | |||
| 28 | /* Define if you are on NeXT */ | ||
| 29 | /* #undef HAVE_NEXT */ | ||
| 30 | |||
| 31 | /* Define if you want to disable PAM support */ | ||
| 32 | /* #undef DISABLE_PAM */ | ||
| 33 | |||
| 34 | /* Define if you want to enable AIX4's authenticate function */ | ||
| 35 | /* #undef WITH_AIXAUTHENTICATE */ | ||
| 36 | |||
| 37 | /* Define if you have/want arrays (cluster-wide session managment, not C arrays) */ | ||
| 38 | /* #undef WITH_IRIX_ARRAY */ | ||
| 39 | |||
| 40 | /* Define if you want IRIX project management */ | ||
| 41 | /* #undef WITH_IRIX_PROJECT */ | ||
| 42 | |||
| 43 | /* Define if you want IRIX audit trails */ | ||
| 44 | /* #undef WITH_IRIX_AUDIT */ | ||
| 45 | |||
| 46 | /* Location of random number pool */ | ||
| 47 | #define RANDOM_POOL "/dev/urandom" | ||
| 48 | |||
| 49 | /* Location of EGD random number socket */ | ||
| 50 | /* #undef EGD_SOCKET */ | ||
| 51 | |||
| 52 | /* Builtin PRNG command timeout */ | ||
| 53 | #define ENTROPY_TIMEOUT_MSEC 200 | ||
| 54 | |||
| 55 | /* Define if your ssl headers are included with #include <openssl/header.h> */ | ||
| 56 | /* #undef HAVE_OPENSSL */ | ||
| 57 | |||
| 58 | /* struct utmp and struct utmpx fields */ | ||
| 59 | #define HAVE_HOST_IN_UTMP 1 | ||
| 60 | #define HAVE_HOST_IN_UTMPX 1 | ||
| 61 | #define HAVE_ADDR_IN_UTMP 1 | ||
| 62 | #define HAVE_ADDR_IN_UTMPX 1 | ||
| 63 | #define HAVE_ADDR_V6_IN_UTMP 1 | ||
| 64 | #define HAVE_ADDR_V6_IN_UTMPX 1 | ||
| 65 | /* #undef HAVE_SYSLEN_IN_UTMPX */ | ||
| 66 | #define HAVE_PID_IN_UTMP 1 | ||
| 67 | #define HAVE_TYPE_IN_UTMP 1 | ||
| 68 | #define HAVE_TYPE_IN_UTMPX 1 | ||
| 69 | #define HAVE_TV_IN_UTMP 1 | ||
| 70 | #define HAVE_TV_IN_UTMPX 1 | ||
| 71 | #define HAVE_ID_IN_UTMP 1 | ||
| 72 | #define HAVE_ID_IN_UTMPX 1 | ||
| 73 | #define HAVE_EXIT_IN_UTMP 1 | ||
| 74 | /* #undef HAVE_TIME_IN_UTMP */ | ||
| 75 | /* #undef HAVE_TIME_IN_UTMPX */ | ||
| 76 | |||
| 77 | /* Define if you don't want to use your system's login() call */ | ||
| 78 | /* #undef DISABLE_LOGIN */ | ||
| 79 | |||
| 80 | /* Define if you don't want to use pututline() etc. to write [uw]tmp */ | ||
| 81 | /* #undef DISABLE_PUTUTLINE */ | ||
| 82 | |||
| 83 | /* Define if you don't want to use pututxline() etc. to write [uw]tmpx */ | ||
| 84 | /* #undef DISABLE_PUTUTXLINE */ | ||
| 85 | |||
| 86 | /* Define if you don't want to use lastlog */ | ||
| 87 | /* #undef DISABLE_LASTLOG */ | ||
| 88 | |||
| 89 | /* Define if you don't want to use utmp */ | ||
| 90 | /* #undef DISABLE_UTMP */ | ||
| 91 | |||
| 92 | /* Define if you don't want to use utmpx */ | ||
| 93 | #define DISABLE_UTMPX 1 | ||
| 94 | |||
| 95 | /* Define if you don't want to use wtmp */ | ||
| 96 | /* #undef DISABLE_WTMP */ | ||
| 97 | |||
| 98 | /* Define if you don't want to use wtmpx */ | ||
| 99 | #define DISABLE_WTMPX 1 | ||
| 100 | |||
| 101 | /* Define if you want to specify the path to your lastlog file */ | ||
| 102 | /* #undef CONF_LASTLOG_FILE */ | ||
| 103 | |||
| 104 | /* Define if you want to specify the path to your utmp file */ | ||
| 105 | /* #undef CONF_UTMP_FILE */ | ||
| 106 | |||
| 107 | /* Define if you want to specify the path to your wtmp file */ | ||
| 108 | /* #undef CONF_WTMP_FILE */ | ||
| 109 | |||
| 110 | /* Define if you want to specify the path to your utmpx file */ | ||
| 111 | /* #undef CONF_UTMPX_FILE */ | ||
| 112 | |||
| 113 | /* Define if you want to specify the path to your wtmpx file */ | ||
| 114 | /* #undef CONF_WTMPX_FILE */ | ||
| 115 | |||
| 116 | /* Define is libutil has login() function */ | ||
| 117 | #define HAVE_LIBUTIL_LOGIN 1 | ||
| 118 | |||
| 119 | /* Define if libc defines __progname */ | ||
| 120 | #define HAVE___PROGNAME 1 | ||
| 121 | |||
| 122 | /* Define if you want Kerberos 4 support */ | ||
| 123 | /* #undef KRB4 */ | ||
| 124 | |||
| 125 | /* Define if you want AFS support */ | ||
| 126 | /* #undef AFS */ | ||
| 127 | |||
| 128 | /* Define if you want S/Key support */ | ||
| 129 | /* #undef SKEY */ | ||
| 130 | |||
| 131 | /* Define if you want TCP Wrappers support */ | ||
| 132 | /* #undef LIBWRAP */ | ||
| 133 | |||
| 134 | /* Define if your libraries define login() */ | ||
| 135 | #define HAVE_LOGIN 1 | ||
| 136 | |||
| 137 | /* Define if your libraries define daemon() */ | ||
| 138 | #define HAVE_DAEMON 1 | ||
| 139 | |||
| 140 | /* Define if your libraries define getpagesize() */ | ||
| 141 | #define HAVE_GETPAGESIZE 1 | ||
| 142 | |||
| 143 | /* Define if xauth is found in your path */ | ||
| 144 | #define XAUTH_PATH "/usr/X11R6/bin/xauth" | ||
| 145 | |||
| 146 | /* Define if rsh is found in your path */ | ||
| 147 | #define RSH_PATH "/usr/bin/rsh" | ||
| 148 | |||
| 149 | /* Define if you want to allow MD5 passwords */ | ||
| 150 | /* #undef HAVE_MD5_PASSWORDS */ | ||
| 151 | |||
| 152 | /* Define if you want to disable shadow passwords */ | ||
| 153 | /* #undef DISABLE_SHADOW */ | ||
| 154 | |||
| 155 | /* Define if you want to use shadow password expire field */ | ||
| 156 | /* #undef HAS_SHADOW_EXPIRE */ | ||
| 157 | |||
| 158 | /* Define if you want have trusted HPUX */ | ||
| 159 | /* #undef HAVE_HPUX_TRUSTED_SYSTEM_PW */ | ||
| 160 | |||
| 161 | /* Define if you have Digital Unix Security Integration Architecture */ | ||
| 162 | /* #undef HAVE_OSF_SIA */ | ||
| 163 | |||
| 164 | /* Define if you have an old version of PAM which takes only one argument */ | ||
| 165 | /* to pam_strerror */ | ||
| 166 | /* #undef HAVE_OLD_PAM */ | ||
| 167 | |||
| 168 | /* Set this to your mail directory if you don't have maillock.h */ | ||
| 169 | #define MAIL_DIRECTORY "/var/spool/mail" | ||
| 170 | |||
| 171 | /* Data types */ | ||
| 172 | #define HAVE_INTXX_T 1 | ||
| 173 | #define HAVE_U_INTXX_T 1 | ||
| 174 | /* #undef HAVE_UINTXX_T */ | ||
| 175 | #define HAVE_SOCKLEN_T 1 | ||
| 176 | #define HAVE_SIZE_T 1 | ||
| 177 | #define HAVE_SSIZE_T 1 | ||
| 178 | #define HAVE_MODE_T 1 | ||
| 179 | #define HAVE_PID_T 1 | ||
| 180 | #define HAVE_SA_FAMILY_T 1 | ||
| 181 | #define HAVE_STRUCT_SOCKADDR_STORAGE 1 | ||
| 182 | #define HAVE_STRUCT_ADDRINFO 1 | ||
| 183 | #define HAVE_STRUCT_IN6_ADDR 1 | ||
| 184 | #define HAVE_STRUCT_SOCKADDR_IN6 1 | ||
| 185 | |||
| 186 | /* Fields in struct sockaddr_storage */ | ||
| 187 | /* #undef HAVE_SS_FAMILY_IN_SS */ | ||
| 188 | #define HAVE___SS_FAMILY_IN_SS 1 | ||
| 189 | |||
| 190 | /* Define if you have /dev/ptmx */ | ||
| 191 | /* #undef HAVE_DEV_PTMX */ | ||
| 192 | |||
| 193 | /* Define if you have /dev/ptc */ | ||
| 194 | /* #undef HAVE_DEV_PTS_AND_PTC */ | ||
| 195 | |||
| 196 | /* Define if you need to use IP address instead of hostname in $DISPLAY */ | ||
| 197 | /* #undef IPADDR_IN_DISPLAY */ | ||
| 198 | |||
| 199 | /* Specify default $PATH */ | ||
| 200 | /* #undef USER_PATH */ | ||
| 201 | |||
| 202 | /* Specify location of ssh.pid */ | ||
| 203 | #define PIDDIR "/var/run" | ||
| 204 | |||
| 205 | /* Use IPv4 for connection by default, IPv6 can still if explicity asked */ | ||
| 206 | /* #undef IPV4_DEFAULT */ | ||
| 207 | |||
| 208 | /* getaddrinfo is broken (if present) */ | ||
| 209 | /* #undef BROKEN_GETADDRINFO */ | ||
| 210 | |||
| 211 | /* Workaround more Linux IPv6 quirks */ | ||
| 212 | #define DONT_TRY_OTHER_AF 1 | ||
| 213 | |||
| 214 | /* Detect IPv4 in IPv6 mapped addresses and treat as IPv4 */ | ||
| 215 | #define IPV4_IN_IPV6 1 | ||
| 216 | |||
| 217 | /* The number of bytes in a char. */ | ||
| 218 | #define SIZEOF_CHAR 1 | ||
| 219 | |||
| 220 | /* The number of bytes in a int. */ | ||
| 221 | #define SIZEOF_INT 4 | ||
| 222 | |||
| 223 | /* The number of bytes in a long int. */ | ||
| 224 | #define SIZEOF_LONG_INT 4 | ||
| 225 | |||
| 226 | /* The number of bytes in a long long int. */ | ||
| 227 | #define SIZEOF_LONG_LONG_INT 8 | ||
| 228 | |||
| 229 | /* The number of bytes in a short int. */ | ||
| 230 | #define SIZEOF_SHORT_INT 2 | ||
| 231 | |||
| 232 | /* Define if you have the __b64_ntop function. */ | ||
| 233 | /* #undef HAVE___B64_NTOP */ | ||
| 234 | |||
| 235 | /* Define if you have the _getpty function. */ | ||
| 236 | /* #undef HAVE__GETPTY */ | ||
| 237 | |||
| 238 | /* Define if you have the arc4random function. */ | ||
| 239 | /* #undef HAVE_ARC4RANDOM */ | ||
| 240 | |||
| 241 | /* Define if you have the atexit function. */ | ||
| 242 | #define HAVE_ATEXIT 1 | ||
| 243 | |||
| 244 | /* Define if you have the b64_ntop function. */ | ||
| 245 | /* #undef HAVE_B64_NTOP */ | ||
| 246 | |||
| 247 | /* Define if you have the bcopy function. */ | ||
| 248 | #define HAVE_BCOPY 1 | ||
| 249 | |||
| 250 | /* Define if you have the bindresvport_af function. */ | ||
| 251 | /* #undef HAVE_BINDRESVPORT_AF */ | ||
| 252 | |||
| 253 | /* Define if you have the clock function. */ | ||
| 254 | #define HAVE_CLOCK 1 | ||
| 255 | |||
| 256 | /* Define if you have the entutent function. */ | ||
| 257 | /* #undef HAVE_ENTUTENT */ | ||
| 258 | |||
| 259 | /* Define if you have the entutxent function. */ | ||
| 260 | /* #undef HAVE_ENTUTXENT */ | ||
| 261 | |||
| 262 | /* Define if you have the freeaddrinfo function. */ | ||
| 263 | #define HAVE_FREEADDRINFO 1 | ||
| 264 | |||
| 265 | /* Define if you have the gai_strerror function. */ | ||
| 266 | #define HAVE_GAI_STRERROR 1 | ||
| 267 | |||
| 268 | /* Define if you have the getaddrinfo function. */ | ||
| 269 | #define HAVE_GETADDRINFO 1 | ||
| 270 | |||
| 271 | /* Define if you have the getnameinfo function. */ | ||
| 272 | #define HAVE_GETNAMEINFO 1 | ||
| 273 | |||
| 274 | /* Define if you have the getpwanam function. */ | ||
| 275 | /* #undef HAVE_GETPWANAM */ | ||
| 276 | |||
| 277 | /* Define if you have the getrusage function. */ | ||
| 278 | #define HAVE_GETRUSAGE 1 | ||
| 279 | |||
| 280 | /* Define if you have the gettimeofday function. */ | ||
| 281 | #define HAVE_GETTIMEOFDAY 1 | ||
| 282 | |||
| 283 | /* Define if you have the getutent function. */ | ||
| 284 | #define HAVE_GETUTENT 1 | ||
| 285 | |||
| 286 | /* Define if you have the getutid function. */ | ||
| 287 | #define HAVE_GETUTID 1 | ||
| 288 | |||
| 289 | /* Define if you have the getutline function. */ | ||
| 290 | #define HAVE_GETUTLINE 1 | ||
| 291 | |||
| 292 | /* Define if you have the getutxent function. */ | ||
| 293 | #define HAVE_GETUTXENT 1 | ||
| 294 | |||
| 295 | /* Define if you have the getutxid function. */ | ||
| 296 | #define HAVE_GETUTXID 1 | ||
| 297 | |||
| 298 | /* Define if you have the getutxline function. */ | ||
| 299 | #define HAVE_GETUTXLINE 1 | ||
| 300 | |||
| 301 | /* Define if you have the inet_aton function. */ | ||
| 302 | #define HAVE_INET_ATON 1 | ||
| 303 | |||
| 304 | /* Define if you have the innetgr function. */ | ||
| 305 | #define HAVE_INNETGR 1 | ||
| 306 | |||
| 307 | /* Define if you have the login function. */ | ||
| 308 | #define HAVE_LOGIN 1 | ||
| 309 | |||
| 310 | /* Define if you have the logout function. */ | ||
| 311 | #define HAVE_LOGOUT 1 | ||
| 312 | |||
| 313 | /* Define if you have the logwtmp function. */ | ||
| 314 | #define HAVE_LOGWTMP 1 | ||
| 315 | |||
| 316 | /* Define if you have the md5_crypt function. */ | ||
| 317 | /* #undef HAVE_MD5_CRYPT */ | ||
| 318 | |||
| 319 | /* Define if you have the memmove function. */ | ||
| 320 | #define HAVE_MEMMOVE 1 | ||
| 321 | |||
| 322 | /* Define if you have the mkdtemp function. */ | ||
| 323 | /* #undef HAVE_MKDTEMP */ | ||
| 324 | |||
| 325 | /* Define if you have the on_exit function. */ | ||
| 326 | #define HAVE_ON_EXIT 1 | ||
| 327 | |||
| 328 | /* Define if you have the openpty function. */ | ||
| 329 | #define HAVE_OPENPTY 1 | ||
| 330 | |||
| 331 | /* Define if you have the pam_getenvlist function. */ | ||
| 332 | #define HAVE_PAM_GETENVLIST 1 | ||
| 333 | |||
| 334 | /* Define if you have the pututline function. */ | ||
| 335 | #define HAVE_PUTUTLINE 1 | ||
| 336 | |||
| 337 | /* Define if you have the pututxline function. */ | ||
| 338 | #define HAVE_PUTUTXLINE 1 | ||
| 339 | |||
| 340 | /* Define if you have the rresvport_af function. */ | ||
| 341 | /* #undef HAVE_RRESVPORT_AF */ | ||
| 342 | |||
| 343 | /* Define if you have the setenv function. */ | ||
| 344 | #define HAVE_SETENV 1 | ||
| 345 | |||
| 346 | /* Define if you have the seteuid function. */ | ||
| 347 | #define HAVE_SETEUID 1 | ||
| 348 | |||
| 349 | /* Define if you have the setlogin function. */ | ||
| 350 | /* #undef HAVE_SETLOGIN */ | ||
| 351 | |||
| 352 | /* Define if you have the setproctitle function. */ | ||
| 353 | /* #undef HAVE_SETPROCTITLE */ | ||
| 354 | |||
| 355 | /* Define if you have the setreuid function. */ | ||
| 356 | #define HAVE_SETREUID 1 | ||
| 357 | |||
| 358 | /* Define if you have the setutent function. */ | ||
| 359 | #define HAVE_SETUTENT 1 | ||
| 360 | |||
| 361 | /* Define if you have the setutxent function. */ | ||
| 362 | #define HAVE_SETUTXENT 1 | ||
| 363 | |||
| 364 | /* Define if you have the sigaction function. */ | ||
| 365 | #define HAVE_SIGACTION 1 | ||
| 366 | |||
| 367 | /* Define if you have the sigvec function. */ | ||
| 368 | #define HAVE_SIGVEC 1 | ||
| 369 | |||
| 370 | /* Define if you have the snprintf function. */ | ||
| 371 | #define HAVE_SNPRINTF 1 | ||
| 372 | |||
| 373 | /* Define if you have the strerror function. */ | ||
| 374 | #define HAVE_STRERROR 1 | ||
| 375 | |||
| 376 | /* Define if you have the strlcat function. */ | ||
| 377 | /* #undef HAVE_STRLCAT */ | ||
| 378 | |||
| 379 | /* Define if you have the strlcpy function. */ | ||
| 380 | /* #undef HAVE_STRLCPY */ | ||
| 381 | |||
| 382 | /* Define if you have the strsep function. */ | ||
| 383 | #define HAVE_STRSEP 1 | ||
| 384 | |||
| 385 | /* Define if you have the time function. */ | ||
| 386 | #define HAVE_TIME 1 | ||
| 387 | |||
| 388 | /* Define if you have the updwtmp function. */ | ||
| 389 | #define HAVE_UPDWTMP 1 | ||
| 390 | |||
| 391 | /* Define if you have the utmpname function. */ | ||
| 392 | #define HAVE_UTMPNAME 1 | ||
| 393 | |||
| 394 | /* Define if you have the utmpxname function. */ | ||
| 395 | #define HAVE_UTMPXNAME 1 | ||
| 396 | |||
| 397 | /* Define if you have the vhangup function. */ | ||
| 398 | #define HAVE_VHANGUP 1 | ||
| 399 | |||
| 400 | /* Define if you have the vsnprintf function. */ | ||
| 401 | #define HAVE_VSNPRINTF 1 | ||
| 402 | |||
| 403 | /* Define if you have the <bstring.h> header file. */ | ||
| 404 | /* #undef HAVE_BSTRING_H */ | ||
| 405 | |||
| 406 | /* Define if you have the <endian.h> header file. */ | ||
| 407 | #define HAVE_ENDIAN_H 1 | ||
| 408 | |||
| 409 | /* Define if you have the <floatingpoint.h> header file. */ | ||
| 410 | /* #undef HAVE_FLOATINGPOINT_H */ | ||
| 411 | |||
| 412 | /* Define if you have the <krb.h> header file. */ | ||
| 413 | /* #undef HAVE_KRB_H */ | ||
| 414 | |||
| 415 | /* Define if you have the <lastlog.h> header file. */ | ||
| 416 | #define HAVE_LASTLOG_H 1 | ||
| 417 | |||
| 418 | /* Define if you have the <limits.h> header file. */ | ||
| 419 | #define HAVE_LIMITS_H 1 | ||
| 420 | |||
| 421 | /* Define if you have the <login.h> header file. */ | ||
| 422 | /* #undef HAVE_LOGIN_H */ | ||
| 423 | |||
| 424 | /* Define if you have the <maillock.h> header file. */ | ||
| 425 | /* #undef HAVE_MAILLOCK_H */ | ||
| 426 | |||
| 427 | /* Define if you have the <netdb.h> header file. */ | ||
| 428 | #define HAVE_NETDB_H 1 | ||
| 429 | |||
| 430 | /* Define if you have the <netgroup.h> header file. */ | ||
| 431 | /* #undef HAVE_NETGROUP_H */ | ||
| 432 | |||
| 433 | /* Define if you have the <netinet/in_systm.h> header file. */ | ||
| 434 | #define HAVE_NETINET_IN_SYSTM_H 1 | ||
| 435 | |||
| 436 | /* Define if you have the <paths.h> header file. */ | ||
| 437 | #define HAVE_PATHS_H 1 | ||
| 438 | |||
| 439 | /* Define if you have the <poll.h> header file. */ | ||
| 440 | #define HAVE_POLL_H 1 | ||
| 441 | |||
| 442 | /* Define if you have the <pty.h> header file. */ | ||
| 443 | #define HAVE_PTY_H 1 | ||
| 444 | |||
| 445 | /* Define if you have the <security/pam_appl.h> header file. */ | ||
| 446 | #define HAVE_SECURITY_PAM_APPL_H 1 | ||
| 447 | |||
| 448 | /* Define if you have the <shadow.h> header file. */ | ||
| 449 | #define HAVE_SHADOW_H 1 | ||
| 450 | |||
| 451 | /* Define if you have the <stddef.h> header file. */ | ||
| 452 | #define HAVE_STDDEF_H 1 | ||
| 453 | |||
| 454 | /* Define if you have the <sys/bitypes.h> header file. */ | ||
| 455 | #define HAVE_SYS_BITYPES_H 1 | ||
| 456 | |||
| 457 | /* Define if you have the <sys/bsdtty.h> header file. */ | ||
| 458 | /* #undef HAVE_SYS_BSDTTY_H */ | ||
| 459 | |||
| 460 | /* Define if you have the <sys/cdefs.h> header file. */ | ||
| 461 | #define HAVE_SYS_CDEFS_H 1 | ||
| 462 | |||
| 463 | /* Define if you have the <sys/poll.h> header file. */ | ||
| 464 | #define HAVE_SYS_POLL_H 1 | ||
| 465 | |||
| 466 | /* Define if you have the <sys/select.h> header file. */ | ||
| 467 | #define HAVE_SYS_SELECT_H 1 | ||
| 468 | |||
| 469 | /* Define if you have the <sys/stat.h> header file. */ | ||
| 470 | #define HAVE_SYS_STAT_H 1 | ||
| 471 | |||
| 472 | /* Define if you have the <sys/stropts.h> header file. */ | ||
| 473 | #define HAVE_SYS_STROPTS_H 1 | ||
| 474 | |||
| 475 | /* Define if you have the <sys/sysmacros.h> header file. */ | ||
| 476 | #define HAVE_SYS_SYSMACROS_H 1 | ||
| 477 | |||
| 478 | /* Define if you have the <sys/time.h> header file. */ | ||
| 479 | #define HAVE_SYS_TIME_H 1 | ||
| 480 | |||
| 481 | /* Define if you have the <sys/ttcompat.h> header file. */ | ||
| 482 | /* #undef HAVE_SYS_TTCOMPAT_H */ | ||
| 483 | |||
| 484 | /* Define if you have the <time.h> header file. */ | ||
| 485 | #define HAVE_TIME_H 1 | ||
| 486 | |||
| 487 | /* Define if you have the <usersec.h> header file. */ | ||
| 488 | /* #undef HAVE_USERSEC_H */ | ||
| 489 | |||
| 490 | /* Define if you have the <util.h> header file. */ | ||
| 491 | /* #undef HAVE_UTIL_H */ | ||
| 492 | |||
| 493 | /* Define if you have the <utmp.h> header file. */ | ||
| 494 | #define HAVE_UTMP_H 1 | ||
| 495 | |||
| 496 | /* Define if you have the <utmpx.h> header file. */ | ||
| 497 | #define HAVE_UTMPX_H 1 | ||
| 498 | |||
| 499 | /* Define if you have the dl library (-ldl). */ | ||
| 500 | #define HAVE_LIBDL 1 | ||
| 501 | |||
| 502 | /* Define if you have the krb library (-lkrb). */ | ||
| 503 | /* #undef HAVE_LIBKRB */ | ||
| 504 | |||
| 505 | /* Define if you have the nsl library (-lnsl). */ | ||
| 506 | #define HAVE_LIBNSL 1 | ||
| 507 | |||
| 508 | /* Define if you have the resolv library (-lresolv). */ | ||
| 509 | /* #undef HAVE_LIBRESOLV */ | ||
| 510 | |||
| 511 | /* Define if you have the socket library (-lsocket). */ | ||
| 512 | /* #undef HAVE_LIBSOCKET */ | ||
| 513 | |||
| 514 | /* Define if you have the z library (-lz). */ | ||
| 515 | #define HAVE_LIBZ 1 | ||
| 516 | |||
| 517 | /* ******************* Shouldn't need to edit below this line ************** */ | ||
| 518 | |||
| 519 | #include "defines.h" | ||
| 520 | |||
| 521 | #endif /* _CONFIG_H */ | ||
