summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index 1fe74a92b..6bbb5166b 100644
--- a/defines.h
+++ b/defines.h
@@ -102,6 +102,11 @@ enum
102 102
103/* If sys/types.h does not supply intXX_t, supply them ourselves */ 103/* If sys/types.h does not supply intXX_t, supply them ourselves */
104/* (or die trying) */ 104/* (or die trying) */
105
106#ifndef HAVE_U_INT
107typedef unsigned int u_int;
108#endif
109
105#ifndef HAVE_INTXX_T 110#ifndef HAVE_INTXX_T
106# if (SIZEOF_CHAR == 1) 111# if (SIZEOF_CHAR == 1)
107typedef char int8_t; 112typedef char int8_t;