summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-07-23 09:23:42 +0000
committerdes <des@FreeBSD.org>2008-07-23 09:23:42 +0000
commit3d5211603f4c722b3f0673c377e762ce44660c7c (patch)
tree043f54862360ff8a1158c881c9634f7ee0cd52b9 /config.h.in
parentd3d45dd5b2109ac0be0065c070ce3ddce3ae2c02 (diff)
downloadFreeBSD-src-3d5211603f4c722b3f0673c377e762ce44660c7c.zip
FreeBSD-src-3d5211603f4c722b3f0673c377e762ce44660c7c.tar.gz
Vendor import of OpenSSH 4.7p1 for posterity's sake
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in35
1 files changed, 32 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index bfde5a8..fd8e77d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -155,6 +155,9 @@
/* OpenBSD's gcc has bounded */
#undef HAVE_ATTRIBUTE__BOUNDED__
+/* Have attribute nonnull */
+#undef HAVE_ATTRIBUTE__NONNULL__
+
/* OpenBSD's gcc has sentinel */
#undef HAVE_ATTRIBUTE__SENTINEL__
@@ -230,6 +233,14 @@
don't. */
#undef HAVE_DECL_LOGINSUCCESS
+/* Define to 1 if you have the declaration of `MAXSYMLINKS', and to 0 if you
+ don't. */
+#undef HAVE_DECL_MAXSYMLINKS
+
+/* Define to 1 if you have the declaration of `offsetof', and to 0 if you
+ don't. */
+#undef HAVE_DECL_OFFSETOF
+
/* Define to 1 if you have the declaration of `O_NONBLOCK', and to 0 if you
don't. */
#undef HAVE_DECL_O_NONBLOCK
@@ -354,6 +365,9 @@
/* Define to 1 if you have the `getpeereid' function. */
#undef HAVE_GETPEEREID
+/* Define to 1 if you have the `getpeerucred' function. */
+#undef HAVE_GETPEERUCRED
+
/* Define to 1 if you have the `getpwanam' function. */
#undef HAVE_GETPWANAM
@@ -480,9 +494,6 @@
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
-/* Define to 1 if you have the `iaf' library (-liaf). */
-#undef HAVE_LIBIAF
-
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
@@ -619,6 +630,12 @@
/* define if you have pid_t data type */
#undef HAVE_PID_T
+/* Define to 1 if you have the `poll' function. */
+#undef HAVE_POLL
+
+/* Define to 1 if you have the <poll.h> header file. */
+#undef HAVE_POLL_H
+
/* Define to 1 if you have the `prctl' function. */
#undef HAVE_PRCTL
@@ -736,6 +753,9 @@
/* Define to 1 if you have the `setvbuf' function. */
#undef HAVE_SETVBUF
+/* Define to 1 if you have the `set_id' function. */
+#undef HAVE_SET_ID
+
/* Define to 1 if you have the `SHA256_Update' function. */
#undef HAVE_SHA256_UPDATE
@@ -844,6 +864,9 @@
/* define if you have struct timeval */
#undef HAVE_STRUCT_TIMEVAL
+/* Define to 1 if you have the `swap32' function. */
+#undef HAVE_SWAP32
+
/* Define to 1 if you have the `sysconf' function. */
#undef HAVE_SYSCONF
@@ -958,6 +981,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 */
#undef HAVE_UINTXX_T
@@ -1039,6 +1065,9 @@
/* Define to 1 if you have the `_getshort' function. */
#undef HAVE__GETSHORT
+/* Define if you have struct __res_state _res as an extern */
+#undef HAVE__RES_EXTERN
+
/* Define to 1 if you have the `__b64_ntop' function. */
#undef HAVE___B64_NTOP
OpenPOWER on IntegriCloud