Solaris compile fixes

This commit is contained in:
Damien Miller 1999-11-15 09:56:06 +11:00
parent e116a26556
commit 0a6e668ac6
3 changed files with 12 additions and 1 deletions

View File

@ -1,3 +1,6 @@
19991114
- Solaris compilation fixes (still imcomplete)
19991113
- Build patch from Niels Kristian Bech Jensen <nkbj@image.dk>
- Don't install config files if they already exist

View File

@ -39,3 +39,11 @@ enum
#define SHUT_RDWR SHUT_RDWR
};
#endif
#if !defined(u_int32_t) && defined(uint32_t)
#define u_int32_t uint32_t
#endif
#if !defined(u_int16_t) && defined(uint16_t)
#define u_int16_t uint16_t
#endif

View File

@ -79,7 +79,7 @@ AC_ARG_WITH(random,
[ --with-random=FILE read randomness from FILE (default /dev/urandom)],
[
RANDOM_POOL="$withval";
AC_DEFINE(RANDOM_POOL, "$RANDOM_POOL")
AC_DEFINE_UNQUOTED(RANDOM_POOL, "$RANDOM_POOL")
],
[
dnl Check for random device