diff options
author | des <des@FreeBSD.org> | 2006-10-02 12:45:27 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2006-10-02 12:45:27 +0000 |
commit | a74a69e33655413d8141ad4e5faff9237ef517c1 (patch) | |
tree | 92e6129c197abe378c09fc5540d3416c843b996f /crypto | |
parent | 14ad83d6bfa8b6970a1e9fb24acb5acd0fbee788 (diff) | |
download | FreeBSD-src-a74a69e33655413d8141ad4e5faff9237ef517c1.zip FreeBSD-src-a74a69e33655413d8141ad4e5faff9237ef517c1.tar.gz |
Regenerate; no effect on the code as it doesn't actually use the handful of
conditionals that changed in this revision.
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/config.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crypto/openssh/config.h b/crypto/openssh/config.h index 7402ba0..e6d1533 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 */ |