summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-10-04 11:23:58 +0100
committerColin Watson <cjwatson@debian.org>2017-10-04 11:23:58 +0100
commit62f54f20bf351468e0124f63cc2902ee40d9b0e9 (patch)
tree3e090f2711b94ca5029d3fa3e8047b1ed1448b1f /config.h.in
parent6fabaf6fd9b07cc8bc6a17c9c4a5b76849cfc874 (diff)
parent66bf74a92131b7effe49fb0eefe5225151869dc5 (diff)
Import openssh_7.6p1.orig.tar.gz
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in42
1 files changed, 37 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index b65420e4a..63fc548b5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -252,6 +252,9 @@
252/* Define to 1 if you have the <bstring.h> header file. */ 252/* Define to 1 if you have the <bstring.h> header file. */
253#undef HAVE_BSTRING_H 253#undef HAVE_BSTRING_H
254 254
255/* calloc(x, 0) returns NULL */
256#undef HAVE_CALLOC
257
255/* Define to 1 if you have the `cap_rights_limit' function. */ 258/* Define to 1 if you have the `cap_rights_limit' function. */
256#undef HAVE_CAP_RIGHTS_LIMIT 259#undef HAVE_CAP_RIGHTS_LIMIT
257 260
@@ -469,6 +472,9 @@
469/* Define to 1 if you have the `freeaddrinfo' function. */ 472/* Define to 1 if you have the `freeaddrinfo' function. */
470#undef HAVE_FREEADDRINFO 473#undef HAVE_FREEADDRINFO
471 474
475/* Define to 1 if you have the `freezero' function. */
476#undef HAVE_FREEZERO
477
472/* Define to 1 if the system has the type `fsblkcnt_t'. */ 478/* Define to 1 if the system has the type `fsblkcnt_t'. */
473#undef HAVE_FSBLKCNT_T 479#undef HAVE_FSBLKCNT_T
474 480
@@ -769,6 +775,10 @@
769/* Define to 1 if you have the <maillock.h> header file. */ 775/* Define to 1 if you have the <maillock.h> header file. */
770#undef HAVE_MAILLOCK_H 776#undef HAVE_MAILLOCK_H
771 777
778/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
779 to 0 otherwise. */
780#undef HAVE_MALLOC
781
772/* Define to 1 if you have the `mblen' function. */ 782/* Define to 1 if you have the `mblen' function. */
773#undef HAVE_MBLEN 783#undef HAVE_MBLEN
774 784
@@ -899,12 +909,19 @@
899/* Define to 1 if you have the <readpassphrase.h> header file. */ 909/* Define to 1 if you have the <readpassphrase.h> header file. */
900#undef HAVE_READPASSPHRASE_H 910#undef HAVE_READPASSPHRASE_H
901 911
912/* Define to 1 if your system has a GNU libc compatible `realloc' function,
913 and to 0 otherwise. */
914#undef HAVE_REALLOC
915
902/* Define to 1 if you have the `reallocarray' function. */ 916/* Define to 1 if you have the `reallocarray' function. */
903#undef HAVE_REALLOCARRAY 917#undef HAVE_REALLOCARRAY
904 918
905/* Define to 1 if you have the `realpath' function. */ 919/* Define to 1 if you have the `realpath' function. */
906#undef HAVE_REALPATH 920#undef HAVE_REALPATH
907 921
922/* Define to 1 if you have the `recallocarray' function. */
923#undef HAVE_RECALLOCARRAY
924
908/* Define to 1 if you have the `recvmsg' function. */ 925/* Define to 1 if you have the `recvmsg' function. */
909#undef HAVE_RECVMSG 926#undef HAVE_RECVMSG
910 927
@@ -1115,6 +1132,9 @@
1115/* Define to 1 if you have the `strsep' function. */ 1132/* Define to 1 if you have the `strsep' function. */
1116#undef HAVE_STRSEP 1133#undef HAVE_STRSEP
1117 1134
1135/* Define to 1 if you have the `strsignal' function. */
1136#undef HAVE_STRSIGNAL
1137
1118/* Define to 1 if you have the `strtoll' function. */ 1138/* Define to 1 if you have the `strtoll' function. */
1119#undef HAVE_STRTOLL 1139#undef HAVE_STRTOLL
1120 1140
@@ -1157,6 +1177,12 @@
1157/* Define to 1 if `st_blksize' is a member of `struct stat'. */ 1177/* Define to 1 if `st_blksize' is a member of `struct stat'. */
1158#undef HAVE_STRUCT_STAT_ST_BLKSIZE 1178#undef HAVE_STRUCT_STAT_ST_BLKSIZE
1159 1179
1180/* Define to 1 if `st_mtim' is a member of `struct stat'. */
1181#undef HAVE_STRUCT_STAT_ST_MTIM
1182
1183/* Define to 1 if `st_mtime' is a member of `struct stat'. */
1184#undef HAVE_STRUCT_STAT_ST_MTIME
1185
1160/* Define to 1 if the system has the type `struct timespec'. */ 1186/* Define to 1 if the system has the type `struct timespec'. */
1161#undef HAVE_STRUCT_TIMESPEC 1187#undef HAVE_STRUCT_TIMESPEC
1162 1188
@@ -1181,8 +1207,8 @@
1181/* Define to 1 if you have the <sys/bsdtty.h> header file. */ 1207/* Define to 1 if you have the <sys/bsdtty.h> header file. */
1182#undef HAVE_SYS_BSDTTY_H 1208#undef HAVE_SYS_BSDTTY_H
1183 1209
1184/* Define to 1 if you have the <sys/capability.h> header file. */ 1210/* Define to 1 if you have the <sys/capsicum.h> header file. */
1185#undef HAVE_SYS_CAPABILITY_H 1211#undef HAVE_SYS_CAPSICUM_H
1186 1212
1187/* Define to 1 if you have the <sys/cdefs.h> header file. */ 1213/* Define to 1 if you have the <sys/cdefs.h> header file. */
1188#undef HAVE_SYS_CDEFS_H 1214#undef HAVE_SYS_CDEFS_H
@@ -1719,9 +1745,6 @@
1719/* Define if you want SELinux support. */ 1745/* Define if you want SELinux support. */
1720#undef WITH_SELINUX 1746#undef WITH_SELINUX
1721 1747
1722/* include SSH protocol version 1 support */
1723#undef WITH_SSH1
1724
1725/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 1748/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1726 significant byte first (like Motorola and SPARC, unlike Intel). */ 1749 significant byte first (like Motorola and SPARC, unlike Intel). */
1727#if defined AC_APPLE_UNIVERSAL_BUILD 1750#if defined AC_APPLE_UNIVERSAL_BUILD
@@ -1760,11 +1783,20 @@
1760/* Define if we don't have struct __res_state in resolv.h */ 1783/* Define if we don't have struct __res_state in resolv.h */
1761#undef __res_state 1784#undef __res_state
1762 1785
1786/* Define to rpl_calloc if the replacement function should be used. */
1787#undef calloc
1788
1763/* Define to `__inline__' or `__inline' if that's what the C compiler 1789/* Define to `__inline__' or `__inline' if that's what the C compiler
1764 calls it, or to nothing if 'inline' is not supported under any name. */ 1790 calls it, or to nothing if 'inline' is not supported under any name. */
1765#ifndef __cplusplus 1791#ifndef __cplusplus
1766#undef inline 1792#undef inline
1767#endif 1793#endif
1768 1794
1795/* Define to rpl_malloc if the replacement function should be used. */
1796#undef malloc
1797
1798/* Define to rpl_realloc if the replacement function should be used. */
1799#undef realloc
1800
1769/* type to use in place of socklen_t if not defined */ 1801/* type to use in place of socklen_t if not defined */
1770#undef socklen_t 1802#undef socklen_t