diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-11 02:34:23 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:20:04 -0500 |
commit | 76478d7eb145880e213ed8a399ce2171f43e18a4 (patch) | |
tree | 45bb02223587d9319fe3cf279de6991b8314c806 /source4/include | |
parent | 2b89817e467c409e5eb20b2a3885941e9accc7eb (diff) | |
download | samba-76478d7eb145880e213ed8a399ce2171f43e18a4.tar.gz samba-76478d7eb145880e213ed8a399ce2171f43e18a4.tar.bz2 samba-76478d7eb145880e213ed8a399ce2171f43e18a4.zip |
r8306: some more heimdal configure checks
(This used to be commit 575413fc863147ee46e1ff658af1d74093fc7686)
Diffstat (limited to 'source4/include')
-rw-r--r-- | source4/include/includes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/includes.h b/source4/include/includes.h index 85a023338a..d87820d788 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -197,6 +197,10 @@ extern int DEBUGLEVEL; #endif #define discard_const_p(type, ptr) ((type *)discard_const(ptr)) +#ifndef HAVE_SSIZE_T +#define ssize_t int +#endif + /* type safe varient of smb_xmalloc() */ |