s3:build: remove redundant qnx block size definition
authorBjörn Jacke <bj@sernet.de>
Wed, 2 Dec 2009 23:12:53 +0000 (00:12 +0100)
committerBjörn Jacke <bj@sernet.de>
Wed, 2 Dec 2009 23:14:16 +0000 (00:14 +0100)
source3/configure.in

index 32c9e3e2a7d8ac9b385f1c946768473c726b3362..c7ad8e7d27f1b0933d05b0ff487876f964f2efad 100644 (file)
@@ -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"