From 2ea372afd98b133144ad897250bd89d2c2855b16 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 13 Jul 2005 11:17:32 +0000 Subject: r8420: slowly getting my way through some more heimdal portability fixes (This used to be commit 59c3de6ca8b8e153e5cfd67da5f2afc2e23d36db) --- source4/include/includes.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/include/includes.h') diff --git a/source4/include/includes.h b/source4/include/includes.h index 3fe3b78c90..5a86aa7218 100644 --- a/source4/include/includes.h +++ b/source4/include/includes.h @@ -192,6 +192,10 @@ extern int DEBUGLEVEL; #define ssize_t int #endif +#ifndef UINT16_MAX +#define UINT16_MAX 65535 +#endif + /* type safe varient of smb_xmalloc() */ -- cgit