diff options
author | Damien Miller <djm@mindrot.org> | 2001-09-15 13:31:54 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-09-15 13:31:54 +0200 |
commit | 58be738ac85919c2302c8375eeaf7eadef93df5b (patch) | |
tree | 82e82625276db16b03e6d885b3b39e9978586837 /acconfig.h | |
parent | rewrite descriptions (diff) | |
download | openssh-58be738ac85919c2302c8375eeaf7eadef93df5b.tar.xz openssh-58be738ac85919c2302c8375eeaf7eadef93df5b.zip |
- (djm) Make sure rijndael.c picks config.h
- (djm) Ensure that u_char gets defined
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index c1c7c243b..76eb3a9e9 100644 --- a/acconfig.h +++ b/acconfig.h @@ -1,4 +1,4 @@ -/* $Id: acconfig.h,v 1.114 2001/08/16 00:09:50 mouring Exp $ */ +/* $Id: acconfig.h,v 1.115 2001/09/15 11:31:54 djm Exp $ */ #ifndef _CONFIG_H #define _CONFIG_H @@ -253,6 +253,7 @@ #undef HAVE_UINTXX_T #undef HAVE_INT64_T #undef HAVE_U_INT64_T +#undef HAVE_U_CHAR #undef HAVE_SOCKLEN_T #undef HAVE_SIZE_T #undef HAVE_SSIZE_T |