1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-24 21:49:29 +03:00

s3:configure: define _LARGEFILE64_SOURCE on QNX

This commit is contained in:
Matt Kraai
2009-07-01 12:44:03 -07:00
committed by Björn Jacke
parent 06a9678aad
commit 0b06aa2304

View File

@ -622,6 +622,10 @@ exit(1);
fi
AC_MSG_RESULT([$GLIBC_LFS_SUPPORT])
;;
*qnx*)
CPPFLAGS="-D_LARGEFILE64_SOURCE $CPPFLAGS"
AC_DEFINE(_LARGEFILE64_SOURCE, 1, [Whether to enable large file support])
;;
esac