8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Need sizeof(size_t) to correctly define format in common.h

This commit is contained in:
alexpeshkoff 2009-08-04 10:37:20 +00:00
parent a8c1cdc8c9
commit 7d7612f001

View File

@ -733,6 +733,7 @@ fi
AC_CHECK_SIZEOF(void *)
AC_CHECK_SIZEOF(long)
AC_CHECK_SIZEOF(size_t)
AC_CHECK_TYPES([socklen_t],,,[#include <sys/socket.h>])
AH_BOTTOM([#ifndef HAVE_SOCKLEN_T
typedef int socklen_t;