From 0bbabe80800bd80b245b6e8b2fff4d3a908c5ded Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 17 May 2010 20:32:55 +0200 Subject: Fixed encryption big/little endian test. Use uint32_t to avoid crash on 64 bit machines. Added error numbers for Blowfish errors. Fixed the tiny version not building. --- src/config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in index e05d59ed32..c5f70fc8e0 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -74,6 +74,9 @@ /* Define to `int' if doesn't define. */ #undef uid_t +/* Define to `unsigned int' or other type that is 32 bit. */ +#undef uint32_t + /* Define to `int' if doesn't define. */ #undef gid_t @@ -83,6 +86,9 @@ /* Define to `unsigned' if doesn't define. */ #undef dev_t +/* Define on big-endian machines */ +#undef WORDS_BIGENDIAN + /* Define to `unsigned long' if doesn't define. */ #undef rlim_t -- cgit v1.2.3