From a2929a638fa6824e38beec7eaa78ac108c522f50 Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Thu, 3 Dec 2009 00:12:53 +0100 Subject: s3:build: remove redundant qnx block size definition --- source3/configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index 32c9e3e2a7..c7ad8e7d27 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1657,9 +1657,6 @@ DSO_EXPORTS="" AC_DEFINE(STAT_ST_BLOCKSIZE,8192,[The size of a block]) AC_DEFINE(POSIX_ACL_NEEDS_MASK,1,[Does a POSIX ACL need a mask element]) ;; - *qnx*) AC_DEFINE(QNX,1,[Whether the host os is qnx]) - AC_DEFINE(STAT_ST_BLOCKSIZE,512) - ;; *osf*) AC_DEFINE(OSF1,1,[Whether the host os is osf1]) BLDSHARED="true" LDSHFLAGS="-shared" -- cgit