summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index 7855fbf90..b3a2b43db 100644
--- a/defines.h
+++ b/defines.h
@@ -244,6 +244,9 @@ typedef unsigned short int u_int16_t;
244# endif 244# endif
245# if (SIZEOF_INT == 4) 245# if (SIZEOF_INT == 4)
246typedef unsigned int u_int32_t; 246typedef unsigned int u_int32_t;
247# if defined(HAVE_DECL_UINT32_MAX) && (HAVE_DECL_UINT32_MAX == 0)
248# define UINT32_MAX UINT_MAX
249# endif
247# else 250# else
248# error "32 bit int type not found." 251# error "32 bit int type not found."
249# endif 252# endif