aboutsummaryrefslogtreecommitdiff
path: root/crypto/openssh
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2006-10-02 12:45:27 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2006-10-02 12:45:27 +0000
commit77ec673a84fac9ceb67d89bc7c2069c9ec2a7cb6 (patch)
tree92e6129c197abe378c09fc5540d3416c843b996f /crypto/openssh
parente66498cd40d9b17b33d802e78bb8758fb612b7c5 (diff)
downloadsrc-77ec673a84fac9ceb67d89bc7c2069c9ec2a7cb6.tar.gz
src-77ec673a84fac9ceb67d89bc7c2069c9ec2a7cb6.zip
Regenerate; no effect on the code as it doesn't actually use the handful of
conditionals that changed in this revision.
Notes
Notes: svn path=/head/; revision=162953
Diffstat (limited to 'crypto/openssh')
-rw-r--r--crypto/openssh/config.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h
index 7402ba0e8ccf..e6d15332b405 100644
--- a/crypto/openssh/config.h
+++ b/crypto/openssh/config.h
@@ -458,7 +458,7 @@
#define HAVE_INT64_T 1
/* Define to 1 if you have the <inttypes.h> header file. */
-/* #undef HAVE_INTTYPES_H */
+#define HAVE_INTTYPES_H 1
/* define if you have intxx_t data type */
#define HAVE_INTXX_T 1
@@ -548,7 +548,7 @@
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
-/* #undef HAVE_MEMORY_H */
+#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mkdtemp' function. */
#define HAVE_MKDTEMP 1
@@ -780,7 +780,7 @@
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
-/* #undef HAVE_STDLIB_H */
+#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1
@@ -915,7 +915,7 @@
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
-/* #undef HAVE_SYS_TYPES_H */
+#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/un.h> header file. */
#define HAVE_SYS_UN_H 1
@@ -1243,7 +1243,7 @@
/* #undef SSH_TUN_PREPEND_AF */
/* Define to 1 if you have the ANSI C header files. */
-/* #undef STDC_HEADERS */
+#define STDC_HEADERS 1
/* Define if you want a different $PATH for the superuser */
/* #undef SUPERUSER_PATH */