diff options
author | Björn Jacke <bj@sernet.de> | 2009-12-03 00:12:53 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-12-08 09:15:23 +0100 |
commit | f7094cb508de4a321e1c3825ebedacf595ea8349 (patch) | |
tree | af3759d688cd6d349978c2727ec970166c10ee47 /source3/configure.in | |
parent | 6955103aaaee69b204886c2d34bdfdf16c46a29f (diff) | |
download | samba-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.in | 3 |
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" |