summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-08-24 12:49:36 +0100
committerColin Watson <cjwatson@debian.org>2018-08-24 12:49:36 +0100
commite6547182a54f0f268ee36e7c99319eeddffbaff2 (patch)
tree417527229ad3f3764ba71ea383f478a168895087 /config.h.in
parented6ae9c1a014a08ff5db3d768f01f2e427eeb476 (diff)
parent71508e06fab14bc415a79a08f5535ad7bffa93d9 (diff)
Import openssh_7.8p1.orig.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in19
1 files changed, 11 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 572087407..7940b4c86 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
@@ -1776,7 +1779,7 @@
1776/* Define if you want to enable AIX4's authenticate function */ 1779/* Define if you want to enable AIX4's authenticate function */
1777#undef WITH_AIXAUTHENTICATE 1780#undef WITH_AIXAUTHENTICATE
1778 1781
1779/* Define if you have/want arrays (cluster-wide session managment, not C 1782/* Define if you have/want arrays (cluster-wide session management, not C
1780 arrays) */ 1783 arrays) */
1781#undef WITH_IRIX_ARRAY 1784#undef WITH_IRIX_ARRAY
1782 1785