Ensure size_t and ssize_t are available
This commit is contained in:
parent
0f1f27b132
commit
16afbccb3c
@ -83,6 +83,11 @@ AC_C_INLINE
|
|||||||
## Architecture features
|
## Architecture features
|
||||||
AC_C_BIGENDIAN
|
AC_C_BIGENDIAN
|
||||||
|
|
||||||
|
##
|
||||||
|
## Useful headers or platform features
|
||||||
|
AC_TYPE_SIZE_T
|
||||||
|
AC_TYPE_SSIZE_T
|
||||||
|
|
||||||
##
|
##
|
||||||
## platform features
|
## platform features
|
||||||
COMMON_CFLAGS="$COMMON_CFLAGS -D_GNU_SOURCE"
|
COMMON_CFLAGS="$COMMON_CFLAGS -D_GNU_SOURCE"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user