summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2016-08-06 10:49:58 +0100
committerColin Watson <cjwatson@debian.org>2016-08-06 10:49:58 +0100
commita8ed8d256b2e2c05b0c15565a7938028c5192277 (patch)
tree87abbdc914a38b43e4e5bb9581ad1f46eabbf88e /config.h.in
parentf0329aac23c61e1a5197d6d57349a63f459bccb0 (diff)
parent99522ba7ec6963a05c04a156bf20e3ba3605987c (diff)
Import openssh_7.3p1.orig.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in35
1 files changed, 31 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 89bf1b0ff..39d018f4c 100644
--- a/config.h.in
+++ b/config.h.in
@@ -75,7 +75,7 @@
75/* Define if your snprintf is busted */ 75/* Define if your snprintf is busted */
76#undef BROKEN_SNPRINTF 76#undef BROKEN_SNPRINTF
77 77
78/* FreeBSD strnvis argument order is swapped compared to OpenBSD */ 78/* missing VIS_ALL */
79#undef BROKEN_STRNVIS 79#undef BROKEN_STRNVIS
80 80
81/* tcgetattr with ICANON may hang */ 81/* tcgetattr with ICANON may hang */
@@ -400,6 +400,15 @@
400/* Define to 1 if you have the `endutxent' function. */ 400/* Define to 1 if you have the `endutxent' function. */
401#undef HAVE_ENDUTXENT 401#undef HAVE_ENDUTXENT
402 402
403/* Define to 1 if you have the `err' function. */
404#undef HAVE_ERR
405
406/* Define to 1 if you have the `errx' function. */
407#undef HAVE_ERRX
408
409/* Define to 1 if you have the <err.h> header file. */
410#undef HAVE_ERR_H
411
403/* Define if your system has /etc/default/login */ 412/* Define if your system has /etc/default/login */
404#undef HAVE_ETC_DEFAULT_LOGIN 413#undef HAVE_ETC_DEFAULT_LOGIN
405 414
@@ -667,6 +676,9 @@
667/* Define to 1 if you have the `krb5_get_error_message' function. */ 676/* Define to 1 if you have the `krb5_get_error_message' function. */
668#undef HAVE_KRB5_GET_ERROR_MESSAGE 677#undef HAVE_KRB5_GET_ERROR_MESSAGE
669 678
679/* Define to 1 if you have the <langinfo.h> header file. */
680#undef HAVE_LANGINFO_H
681
670/* Define to 1 if you have the <lastlog.h> header file. */ 682/* Define to 1 if you have the <lastlog.h> header file. */
671#undef HAVE_LASTLOG_H 683#undef HAVE_LASTLOG_H
672 684
@@ -757,6 +769,9 @@
757/* Define to 1 if you have the `mblen' function. */ 769/* Define to 1 if you have the `mblen' function. */
758#undef HAVE_MBLEN 770#undef HAVE_MBLEN
759 771
772/* Define to 1 if you have the `mbtowc' function. */
773#undef HAVE_MBTOWC
774
760/* Define to 1 if you have the `md5_crypt' function. */ 775/* Define to 1 if you have the `md5_crypt' function. */
761#undef HAVE_MD5_CRYPT 776#undef HAVE_MD5_CRYPT
762 777
@@ -802,6 +817,9 @@
802/* Define to 1 if you have the `ngetaddrinfo' function. */ 817/* Define to 1 if you have the `ngetaddrinfo' function. */
803#undef HAVE_NGETADDRINFO 818#undef HAVE_NGETADDRINFO
804 819
820/* Define to 1 if you have the `nl_langinfo' function. */
821#undef HAVE_NL_LANGINFO
822
805/* Define to 1 if you have the `nsleep' function. */ 823/* Define to 1 if you have the `nsleep' function. */
806#undef HAVE_NSLEEP 824#undef HAVE_NSLEEP
807 825
@@ -962,6 +980,9 @@
962/* Define to 1 if you have the `setpcred' function. */ 980/* Define to 1 if you have the `setpcred' function. */
963#undef HAVE_SETPCRED 981#undef HAVE_SETPCRED
964 982
983/* Define to 1 if you have the `setpflags' function. */
984#undef HAVE_SETPFLAGS
985
965/* Define to 1 if you have the `setppriv' function. */ 986/* Define to 1 if you have the `setppriv' function. */
966#undef HAVE_SETPPRIV 987#undef HAVE_SETPPRIV
967 988
@@ -1352,6 +1373,15 @@
1352/* Define to 1 if you have the `waitpid' function. */ 1373/* Define to 1 if you have the `waitpid' function. */
1353#undef HAVE_WAITPID 1374#undef HAVE_WAITPID
1354 1375
1376/* Define to 1 if you have the `warn' function. */
1377#undef HAVE_WARN
1378
1379/* Define to 1 if you have the <wchar.h> header file. */
1380#undef HAVE_WCHAR_H
1381
1382/* Define to 1 if you have the `wcwidth' function. */
1383#undef HAVE_WCWIDTH
1384
1355/* Define to 1 if you have the `_getlong' function. */ 1385/* Define to 1 if you have the `_getlong' function. */
1356#undef HAVE__GETLONG 1386#undef HAVE__GETLONG
1357 1387
@@ -1447,9 +1477,6 @@
1447/* compiler does not accept __attribute__ on return types */ 1477/* compiler does not accept __attribute__ on return types */
1448#undef NO_ATTRIBUTE_ON_RETURN_TYPE 1478#undef NO_ATTRIBUTE_ON_RETURN_TYPE
1449 1479
1450/* Define if the concept of ports only accessible to superusers isn't known */
1451#undef NO_IPPORT_RESERVED_CONCEPT
1452
1453/* Define if you don't want to use lastlog in session.c */ 1480/* Define if you don't want to use lastlog in session.c */
1454#undef NO_SSH_LASTLOG 1481#undef NO_SSH_LASTLOG
1455 1482