1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-02 00:23:50 +03:00

r18486: hopefully this fixes the panics on solaris

metze
This commit is contained in:
Stefan Metzmacher
2006-09-13 17:38:49 +00:00
committed by Gerald (Jerry) Carter
parent 95d33e4d71
commit 22cfc3404c

View File

@@ -69,6 +69,9 @@ esac
AC_CHECK_HEADERS([standards.h])
# Solaris needs HAVE_LONG_LONG defined
AC_CHECK_TYPES(long long)
AC_CHECK_TYPE(uint_t, unsigned int)
AC_CHECK_TYPE(int8_t, char)
AC_CHECK_TYPE(uint8_t, unsigned char)