diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in index 4c9545c78..93295da07 100644 --- a/config.h.in +++ b/config.h.in | |||
@@ -534,6 +534,9 @@ | |||
534 | /* Define to 1 if you have the `getlastlogxbyname' function. */ | 534 | /* Define to 1 if you have the `getlastlogxbyname' function. */ |
535 | #undef HAVE_GETLASTLOGXBYNAME | 535 | #undef HAVE_GETLASTLOGXBYNAME |
536 | 536 | ||
537 | /* Define to 1 if you have the `getline' function. */ | ||
538 | #undef HAVE_GETLINE | ||
539 | |||
537 | /* Define to 1 if you have the `getluid' function. */ | 540 | /* Define to 1 if you have the `getluid' function. */ |
538 | #undef HAVE_GETLUID | 541 | #undef HAVE_GETLUID |
539 | 542 | ||
@@ -567,6 +570,9 @@ | |||
567 | /* Define to 1 if you have the `getpwanam' function. */ | 570 | /* Define to 1 if you have the `getpwanam' function. */ |
568 | #undef HAVE_GETPWANAM | 571 | #undef HAVE_GETPWANAM |
569 | 572 | ||
573 | /* Define to 1 if you have the `getrandom' function. */ | ||
574 | #undef HAVE_GETRANDOM | ||
575 | |||
570 | /* Define to 1 if you have the `getrlimit' function. */ | 576 | /* Define to 1 if you have the `getrlimit' function. */ |
571 | #undef HAVE_GETRLIMIT | 577 | #undef HAVE_GETRLIMIT |
572 | 578 | ||
@@ -1287,6 +1293,9 @@ | |||
1287 | /* Define to 1 if you have the <sys/ptrace.h> header file. */ | 1293 | /* Define to 1 if you have the <sys/ptrace.h> header file. */ |
1288 | #undef HAVE_SYS_PTRACE_H | 1294 | #undef HAVE_SYS_PTRACE_H |
1289 | 1295 | ||
1296 | /* Define to 1 if you have the <sys/random.h> header file. */ | ||
1297 | #undef HAVE_SYS_RANDOM_H | ||
1298 | |||
1290 | /* Define to 1 if you have the <sys/select.h> header file. */ | 1299 | /* Define to 1 if you have the <sys/select.h> header file. */ |
1291 | #undef HAVE_SYS_SELECT_H | 1300 | #undef HAVE_SYS_SELECT_H |
1292 | 1301 | ||
@@ -1543,7 +1552,7 @@ | |||
1543 | /* Need setpgrp to acquire controlling tty */ | 1552 | /* Need setpgrp to acquire controlling tty */ |
1544 | #undef NEED_SETPGRP | 1553 | #undef NEED_SETPGRP |
1545 | 1554 | ||
1546 | /* compiler does not accept __attribute__ on protoype args */ | 1555 | /* compiler does not accept __attribute__ on prototype args */ |
1547 | #undef NO_ATTRIBUTE_ON_PROTOTYPE_ARGS | 1556 | #undef NO_ATTRIBUTE_ON_PROTOTYPE_ARGS |
1548 | 1557 | ||
1549 | /* compiler does not accept __attribute__ on return types */ | 1558 | /* compiler does not accept __attribute__ on return types */ |
@@ -1670,12 +1679,6 @@ | |||
1670 | /* The size of `short int', as computed by sizeof. */ | 1679 | /* The size of `short int', as computed by sizeof. */ |
1671 | #undef SIZEOF_SHORT_INT | 1680 | #undef SIZEOF_SHORT_INT |
1672 | 1681 | ||
1673 | /* Define if you want S/Key support */ | ||
1674 | #undef SKEY | ||
1675 | |||
1676 | /* Define if your skeychallenge() function takes 4 arguments (NetBSD) */ | ||
1677 | #undef SKEYCHALLENGE_4ARG | ||
1678 | |||
1679 | /* Define as const if snprintf() can declare const char *fmt */ | 1682 | /* Define as const if snprintf() can declare const char *fmt */ |
1680 | #undef SNPRINTF_CONST | 1683 | #undef SNPRINTF_CONST |
1681 | 1684 | ||
@@ -1782,7 +1785,7 @@ | |||
1782 | /* Define if you want to enable AIX4's authenticate function */ | 1785 | /* Define if you want to enable AIX4's authenticate function */ |
1783 | #undef WITH_AIXAUTHENTICATE | 1786 | #undef WITH_AIXAUTHENTICATE |
1784 | 1787 | ||
1785 | /* Define if you have/want arrays (cluster-wide session managment, not C | 1788 | /* Define if you have/want arrays (cluster-wide session management, not C |
1786 | arrays) */ | 1789 | arrays) */ |
1787 | #undef WITH_IRIX_ARRAY | 1790 | #undef WITH_IRIX_ARRAY |
1788 | 1791 | ||