From ffb3f2a19f4780e45ea0b95520aeb73c20893c44 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 23 Sep 2012 14:35:58 +1000 Subject: lib/replace: Remove unused nap and therefore the SCO define In any case, the Samba Team stopped supporting SCO systems a long time ago. Andrew Bartlett --- source3/configure.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'source3/configure.in') diff --git a/source3/configure.in b/source3/configure.in index 440d89511a..0091efd732 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1477,8 +1477,7 @@ DSO_EXPORTS="" test x"$LDSHFLAGS_Z_NODEFS" != x && break done ;; - *sco*) AC_DEFINE(SCO,1,[Whether the host os is sco unix]) - AC_DEFINE(STAT_ST_BLOCKSIZE,512) + *sco*) AC_DEFINE(STAT_ST_BLOCKSIZE,512) ;; *unixware*) AC_DEFINE(UNIXWARE,1,[Whether the host os is unixware]) BLDSHARED="true" -- cgit