View | Details | Raw Unified | Return to bug 458 | Differences between
and this patch

Collapse All | Expand All

(-)defines.h (+1 lines)
Lines 239-244 typedef unsigned char u_char; Link Here
239
239
240
#ifndef HAVE_SIZE_T
240
#ifndef HAVE_SIZE_T
241
typedef unsigned int size_t;
241
typedef unsigned int size_t;
242
# define SIZE_T_MAX UINT_MAX
242
# define HAVE_SIZE_T
243
# define HAVE_SIZE_T
243
#endif /* HAVE_SIZE_T */
244
#endif /* HAVE_SIZE_T */
244
245

Return to bug 458