summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-12-03 00:12:53 +0100
committerBjörn Jacke <bj@sernet.de>2009-12-03 00:14:16 +0100
commita2929a638fa6824e38beec7eaa78ac108c522f50 (patch)
treef15dd037c4c5da26f09af72b18fb637b9c909263 /source3/configure.in
parent365c6b4ce0bd84bfb1d9cec03bc835b92b1c5af7 (diff)
downloadsamba-a2929a638fa6824e38beec7eaa78ac108c522f50.tar.gz
samba-a2929a638fa6824e38beec7eaa78ac108c522f50.tar.bz2
samba-a2929a638fa6824e38beec7eaa78ac108c522f50.zip
s3:build: remove redundant qnx block size definition
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in3
1 files changed, 0 insertions, 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"