summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-10-09 22:59:48 +0100
committerColin Watson <cjwatson@debian.org>2019-10-09 22:59:48 +0100
commit4213eec74e74de6310c27a40c3e9759a08a73996 (patch)
treee97a6dcafc6763aea7c804e4e113c2750cb1400d /config.h.in
parent102062f825fb26a74295a1c089c00c4c4c76b68a (diff)
parentcdf1d0a9f5d18535e0a18ff34860e81a6d83aa5c (diff)
Import openssh_8.1p1.orig.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in31
1 files changed, 23 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 05b7206df..00fe91741 100644
--- a/config.h.in
+++ b/config.h.in
@@ -45,9 +45,6 @@
45 against it */ 45 against it */
46#undef BROKEN_READ_COMPARISON 46#undef BROKEN_READ_COMPARISON
47 47
48/* realpath does not work with nonexistent files */
49#undef BROKEN_REALPATH
50
51/* Needed for NeXT */ 48/* Needed for NeXT */
52#undef BROKEN_SAVED_UIDS 49#undef BROKEN_SAVED_UIDS
53 50
@@ -519,6 +516,12 @@
519/* Define to 1 if you have the `EVP_sha256' function. */ 516/* Define to 1 if you have the `EVP_sha256' function. */
520#undef HAVE_EVP_SHA256 517#undef HAVE_EVP_SHA256
521 518
519/* Define to 1 if you have the `EVP_sha384' function. */
520#undef HAVE_EVP_SHA384
521
522/* Define to 1 if you have the `EVP_sha512' function. */
523#undef HAVE_EVP_SHA512
524
522/* Define if you have ut_exit in utmp.h */ 525/* Define if you have ut_exit in utmp.h */
523#undef HAVE_EXIT_IN_UTMP 526#undef HAVE_EXIT_IN_UTMP
524 527
@@ -813,6 +816,9 @@
813/* Define to 1 if you have the `pam' library (-lpam). */ 816/* Define to 1 if you have the `pam' library (-lpam). */
814#undef HAVE_LIBPAM 817#undef HAVE_LIBPAM
815 818
819/* Define to 1 if you have the <libproc.h> header file. */
820#undef HAVE_LIBPROC_H
821
816/* Define to 1 if you have the `socket' library (-lsocket). */ 822/* Define to 1 if you have the `socket' library (-lsocket). */
817#undef HAVE_LIBSOCKET 823#undef HAVE_LIBSOCKET
818 824
@@ -889,6 +895,9 @@
889/* Define if you want to allow MD5 passwords */ 895/* Define if you want to allow MD5 passwords */
890#undef HAVE_MD5_PASSWORDS 896#undef HAVE_MD5_PASSWORDS
891 897
898/* Define to 1 if you have the `memmem' function. */
899#undef HAVE_MEMMEM
900
892/* Define to 1 if you have the `memmove' function. */ 901/* Define to 1 if you have the `memmove' function. */
893#undef HAVE_MEMMOVE 902#undef HAVE_MEMMOVE
894 903
@@ -1001,6 +1010,9 @@
1001/* Define if you have /proc/$pid/fd */ 1010/* Define if you have /proc/$pid/fd */
1002#undef HAVE_PROC_PID 1011#undef HAVE_PROC_PID
1003 1012
1013/* Define to 1 if you have the `proc_pidinfo' function. */
1014#undef HAVE_PROC_PIDINFO
1015
1004/* Define to 1 if you have the `pstat' function. */ 1016/* Define to 1 if you have the `pstat' function. */
1005#undef HAVE_PSTAT 1017#undef HAVE_PSTAT
1006 1018
@@ -1029,9 +1041,6 @@
1029/* Define to 1 if you have the `reallocarray' function. */ 1041/* Define to 1 if you have the `reallocarray' function. */
1030#undef HAVE_REALLOCARRAY 1042#undef HAVE_REALLOCARRAY
1031 1043
1032/* Define to 1 if you have the `realpath' function. */
1033#undef HAVE_REALPATH
1034
1035/* Define to 1 if you have the `recallocarray' function. */ 1044/* Define to 1 if you have the `recallocarray' function. */
1036#undef HAVE_RECALLOCARRAY 1045#undef HAVE_RECALLOCARRAY
1037 1046
@@ -1191,12 +1200,18 @@
1191/* Define to 1 if you have the `set_id' function. */ 1200/* Define to 1 if you have the `set_id' function. */
1192#undef HAVE_SET_ID 1201#undef HAVE_SET_ID
1193 1202
1194/* Define to 1 if you have the `SHA256_Update' function. */ 1203/* Define to 1 if you have the `SHA256Update' function. */
1195#undef HAVE_SHA256_UPDATE 1204#undef HAVE_SHA256UPDATE
1196 1205
1197/* Define to 1 if you have the <sha2.h> header file. */ 1206/* Define to 1 if you have the <sha2.h> header file. */
1198#undef HAVE_SHA2_H 1207#undef HAVE_SHA2_H
1199 1208
1209/* Define to 1 if you have the `SHA384Update' function. */
1210#undef HAVE_SHA384UPDATE
1211
1212/* Define to 1 if you have the `SHA512Update' function. */
1213#undef HAVE_SHA512UPDATE
1214
1200/* Define to 1 if you have the <shadow.h> header file. */ 1215/* Define to 1 if you have the <shadow.h> header file. */
1201#undef HAVE_SHADOW_H 1216#undef HAVE_SHADOW_H
1202 1217