From 05bb16f576e47ea7735b27b449971226d8357f16 Mon Sep 17 00:00:00 2001 From: Matt Kraai Date: Wed, 1 Jul 2009 12:44:03 -0700 Subject: [PATCH] define _LARGEFILE64_SOURCE on QNX --- source3/configure.in | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index 0274336..3267cdf 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -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 -- 1.6.3.2.1299.gee46c