comparison includes.h @ 1367:00fb0a1f9b70 fuzz

define SIZE_T_MAX
author Matt Johnston <matt@ucc.asn.au>
date Mon, 22 May 2017 22:09:46 +0800
parents 08f4fa4dc6a0
children 69862e8cc405
comparison
equal deleted inserted replaced
1366:a91466491d5b 1367:00fb0a1f9b70
154 #endif /* HAVE_U_INT32_T */ 154 #endif /* HAVE_U_INT32_T */
155 #ifndef HAVE_UINT32_T 155 #ifndef HAVE_UINT32_T
156 typedef u_int32_t uint32_t; 156 typedef u_int32_t uint32_t;
157 #endif /* HAVE_UINT32_T */ 157 #endif /* HAVE_UINT32_T */
158 158
159 #ifndef SIZE_T_MAX
160 #define SIZE_T_MAX ULONG_MAX
161 #endif /* SIZE_T_MAX */
162
159 #ifdef SO_PRIORITY 163 #ifdef SO_PRIORITY
160 #include <linux/types.h> 164 #include <linux/types.h>
161 #include <linux/pkt_sched.h> 165 #include <linux/pkt_sched.h>
162 #endif 166 #endif
163 167