Ensure size_t and ssize_t are available

This commit is contained in:
Danny Robson 2011-07-04 16:17:50 +10:00 committed by U-steve\danny
parent 0f1f27b132
commit 16afbccb3c

View File

@ -83,6 +83,11 @@ AC_C_INLINE
## Architecture features
AC_C_BIGENDIAN
##
## Useful headers or platform features
AC_TYPE_SIZE_T
AC_TYPE_SSIZE_T
##
## platform features
COMMON_CFLAGS="$COMMON_CFLAGS -D_GNU_SOURCE"