summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/config.h')
-rw-r--r--crypto/openssh/config.h109
1 files changed, 96 insertions, 13 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index d135826..f54e5a8 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -1,4 +1,4 @@
-/* config.h. Generated by configure. */
+/* config.h. Generated from config.h.in by configure. */
/* config.h.in. Generated from configure.ac by autoheader. */
/* Define if you have a getaddrinfo that fails for the all-zeros IPv6 address
@@ -8,6 +8,9 @@
/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
/* #undef AIX_LOGINFAILED_4ARG */
+/* System only supports IPv4 audit records */
+/* #undef AU_IPv4 */
+
/* Define if your resolver libs need this for getrrsetbyname */
/* #undef BIND_8_COMPAT */
@@ -20,6 +23,9 @@
/* getgroups(0,NULL) will return -1 */
/* #undef BROKEN_GETGROUPS */
+/* FreeBSD glob does not do what we need */
+#define BROKEN_GLOB 1
+
/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
/* #undef BROKEN_INET_NTOA */
@@ -33,6 +39,9 @@
*/
/* #undef BROKEN_ONE_BYTE_DIRENT_D_NAME */
+/* Can't do comparisons on readv */
+/* #undef BROKEN_READV_COMPARISON */
+
/* Define if you have a broken realpath. */
/* #undef BROKEN_REALPATH */
@@ -54,6 +63,9 @@
/* LynxOS has broken setvbuf() implementation */
/* #undef BROKEN_SETVBUF */
+/* QNX shadow support is broken */
+/* #undef BROKEN_SHADOW_EXPIRE */
+
/* Define if your snprintf is busted */
/* #undef BROKEN_SNPRINTF */
@@ -108,12 +120,12 @@
/* Define if you don't want to use wtmpx */
#define DISABLE_WTMPX 1
-/* Workaround more Linux IPv6 quirks */
-/* #undef DONT_TRY_OTHER_AF */
-
/* Builtin PRNG command timeout */
#define ENTROPY_TIMEOUT_MSEC 200
+/* f_fsid has members */
+/* #undef FSID_HAS_VAL */
+
/* Define to 1 if the `getpgrp' function requires zero arguments. */
#define GETPGRP_VOID 1
@@ -150,15 +162,27 @@
/* Define to 1 if you have the `arc4random' function. */
#define HAVE_ARC4RANDOM 1
+/* Define to 1 if you have the `arc4random_buf' function. */
+#define HAVE_ARC4RANDOM_BUF 1
+
+/* Define to 1 if you have the `arc4random_uniform' function. */
+#define HAVE_ARC4RANDOM_UNIFORM 1
+
/* Define to 1 if you have the `asprintf' function. */
#define HAVE_ASPRINTF 1
/* OpenBSD's gcc has bounded */
/* #undef HAVE_ATTRIBUTE__BOUNDED__ */
+/* Have attribute nonnull */
+#define HAVE_ATTRIBUTE__NONNULL__ 1
+
/* OpenBSD's gcc has sentinel */
/* #undef HAVE_ATTRIBUTE__SENTINEL__ */
+/* Define to 1 if you have the `aug_get_machine' function. */
+/* #undef HAVE_AUG_GET_MACHINE */
+
/* Define to 1 if you have the `b64_ntop' function. */
/* #undef HAVE_B64_NTOP */
@@ -231,6 +255,14 @@
don't. */
/* #undef HAVE_DECL_LOGINSUCCESS */
+/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
+ don't. */
+#define HAVE_DECL_MAXSYMLINKS 1
+
+/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
+ don't. */
+#define HAVE_DECL_OFFSETOF 1
+
/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
don't. */
#define HAVE_DECL_O_NONBLOCK 1
@@ -310,9 +342,21 @@
/* Define to 1 if you have the <floatingpoint.h> header file. */
#define HAVE_FLOATINGPOINT_H 1
+/* Define to 1 if you have the `fmt_scaled' function. */
+/* #undef HAVE_FMT_SCALED */
+
/* Define to 1 if you have the `freeaddrinfo' function. */
#define HAVE_FREEADDRINFO 1
+/* Define to 1 if the system has the type `fsblkcnt_t'. */
+#define HAVE_FSBLKCNT_T 1
+
+/* Define to 1 if the system has the type `fsfilcnt_t'. */
+#define HAVE_FSFILCNT_T 1
+
+/* Define to 1 if you have the `fstatvfs' function. */
+#define HAVE_FSTATVFS 1
+
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
@@ -334,6 +378,9 @@
/* Define to 1 if you have the `getgrouplist' function. */
#define HAVE_GETGROUPLIST 1
+/* Define to 1 if you have the `getgrset' function. */
+/* #undef HAVE_GETGRSET */
+
/* Define to 1 if you have the `getluid' function. */
/* #undef HAVE_GETLUID */
@@ -355,6 +402,9 @@
/* Define to 1 if you have the `getpeereid' function. */
#define HAVE_GETPEEREID 1
+/* Define to 1 if you have the `getpeerucred' function. */
+/* #undef HAVE_GETPEERUCRED */
+
/* Define to 1 if you have the `getpwanam' function. */
/* #undef HAVE_GETPWANAM */
@@ -481,7 +531,7 @@
/* Define to 1 if you have the <libgen.h> header file. */
#define HAVE_LIBGEN_H 1
-/* Define to 1 if you have the `iaf' library (-liaf). */
+/* Define if system has libiaf that supports set_id */
/* #undef HAVE_LIBIAF */
/* Define to 1 if you have the `nsl' library (-lnsl). */
@@ -620,6 +670,12 @@
/* define if you have pid_t data type */
#define HAVE_PID_T 1
+/* Define to 1 if you have the `poll' function. */
+#define HAVE_POLL 1
+
+/* Define to 1 if you have the <poll.h> header file. */
+#define HAVE_POLL_H 1
+
/* Define to 1 if you have the `prctl' function. */
/* #undef HAVE_PRCTL */
@@ -737,6 +793,9 @@
/* Define to 1 if you have the `setvbuf' function. */
#define HAVE_SETVBUF 1
+/* Define to 1 if you have the `set_id' function. */
+/* #undef HAVE_SET_ID */
+
/* Define to 1 if you have the `SHA256_Update' function. */
#define HAVE_SHA256_UPDATE 1
@@ -773,6 +832,12 @@
/* Fields in struct sockaddr_storage */
#define HAVE_SS_FAMILY_IN_SS 1
+/* Define to 1 if you have the `statfs' function. */
+#define HAVE_STATFS 1
+
+/* Define to 1 if you have the `statvfs' function. */
+#define HAVE_STATVFS 1
+
/* Define to 1 if you have the <stddef.h> header file. */
#define HAVE_STDDEF_H 1
@@ -845,6 +910,9 @@
/* define if you have struct timeval */
#define HAVE_STRUCT_TIMEVAL 1
+/* Define to 1 if you have the `swap32' function. */
+/* #undef HAVE_SWAP32 */
+
/* Define to 1 if you have the `sysconf' function. */
#define HAVE_SYSCONF 1
@@ -872,12 +940,18 @@
/* Define to 1 if you have the <sys/mman.h> header file. */
#define HAVE_SYS_MMAN_H 1
+/* Define to 1 if you have the <sys/mount.h> header file. */
+#define HAVE_SYS_MOUNT_H 1
+
/* Define to 1 if you have the <sys/ndir.h> header file. */
/* #undef HAVE_SYS_NDIR_H */
/* Define if your system defines sys_nerr */
#define HAVE_SYS_NERR 1
+/* Define to 1 if you have the <sys/poll.h> header file. */
+#define HAVE_SYS_POLL_H 1
+
/* Define to 1 if you have the <sys/prctl.h> header file. */
/* #undef HAVE_SYS_PRCTL_H */
@@ -890,6 +964,9 @@
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
+/* Define to 1 if you have the <sys/statvfs.h> header file. */
+#define HAVE_SYS_STATVFS_H 1
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
@@ -959,6 +1036,9 @@
/* Define if you have ut_type in utmpx.h */
/* #undef HAVE_TYPE_IN_UTMPX */
+/* Define to 1 if you have the <ucred.h> header file. */
+/* #undef HAVE_UCRED_H */
+
/* define if you have uintxx_t data type */
#define HAVE_UINTXX_T 1
@@ -1040,6 +1120,9 @@
/* Define to 1 if you have the `_getshort' function. */
#define HAVE__GETSHORT 1
+/* Define if you have struct __res_state _res as an extern */
+#define HAVE__RES_EXTERN 1
+
/* Define to 1 if you have the `__b64_ntop' function. */
#define HAVE___B64_NTOP 1
@@ -1056,7 +1139,7 @@
/* #undef HAVE___SS_FAMILY_IN_SS */
/* Define if __va_copy exists */
-/* #undef HAVE___VA_COPY */
+#define HAVE___VA_COPY 1
/* Define if compiler implements __func__ */
#define HAVE___func__ 1
@@ -1178,19 +1261,19 @@
/* Define if your platform breaks doing a seteuid before a setuid */
/* #undef SETEUID_BREAKS_SETUID */
-/* The size of a `char', as computed by sizeof. */
+/* The size of `char', as computed by sizeof. */
#define SIZEOF_CHAR 1
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
#define SIZEOF_INT 4
-/* The size of a `long int', as computed by sizeof. */
-#define SIZEOF_LONG_INT 4
+/* The size of `long int', as computed by sizeof. */
+#define SIZEOF_LONG_INT 8
-/* The size of a `long long int', as computed by sizeof. */
-#define SIZEOF_LONG_LONG_INT 8
+/* The size of `long long int', as computed by sizeof. */
+#define SIZEOF_LONG_LONG_INT 4
-/* The size of a `short int', as computed by sizeof. */
+/* The size of `short int', as computed by sizeof. */
#define SIZEOF_SHORT_INT 2
/* Define if you want S/Key support */
OpenPOWER on IntegriCloud