From 6b430b4fd88eb033098366f9a6b204c55ca7f79e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bj=C3=B6rn=20Jacke?= Date: Thu, 3 Dec 2009 00:12:53 +0100 Subject: [PATCH] s3:build: remove redundant qnx block size definition (cherry picked from commit a2929a638fa6824e38beec7eaa78ac108c522f50) Part of a fix for bug #6860. --- source3/configure.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/source3/configure.in b/source3/configure.in index 3b8c9166d31..1034509e530 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1641,9 +1641,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" -- 2.11.4.GIT