summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2009-12-03 00:12:53 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-08 09:15:23 +0100
commitf7094cb508de4a321e1c3825ebedacf595ea8349 (patch)
treeaf3759d688cd6d349978c2727ec970166c10ee47 /source3/configure.in
parent6955103aaaee69b204886c2d34bdfdf16c46a29f (diff)
downloadsamba-f7094cb508de4a321e1c3825ebedacf595ea8349.tar.gz
samba-f7094cb508de4a321e1c3825ebedacf595ea8349.tar.xz
samba-f7094cb508de4a321e1c3825ebedacf595ea8349.zip
s3:build: remove redundant qnx block size definition
(cherry picked from commit 4fa4e6738074d39d73acc82e04ee88c00529f6c3)
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 5f5cef99dca..16eb5d1b6df 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1607,9 +1607,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"