We need the same uint64_t workaround for cygwin as we have for OSX

since rpcgen on cygwin can not handle hyper either
libnfs-4.0.0-vitalif
Ronnie Sahlberg 2011-07-17 16:33:27 +10:00
parent fc4bdc2269
commit 2b50be4e1c
1 changed files with 3 additions and 0 deletions

View File

@ -44,6 +44,9 @@ case $host in
*darwin*)
RPCGENFLAGS=-DU_INT64_PLATTFORM_TYPE="u_int64_t"
;;
*cygwin*)
RPCGENFLAGS=-DU_INT64_PLATTFORM_TYPE="u_int64_t"
;;
*solaris*)
AC_CHECK_HEADERS([sys/filio.h])
if test x$ENABLE_EXAMPLES = xyes; then