diff options
| -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 7402ba0e8ccfc..e6d15332b405d 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 */ | 
