diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-23 14:35:58 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-23 14:52:28 +1000 |
commit | ffb3f2a19f4780e45ea0b95520aeb73c20893c44 (patch) | |
tree | d16e5cb82729b60f33bd865ec6036b57e623ff18 /source3 | |
parent | 0f69bf2cc9ce8ab76afefa693f3d50e458459854 (diff) | |
download | samba-ffb3f2a19f4780e45ea0b95520aeb73c20893c44.tar.gz samba-ffb3f2a19f4780e45ea0b95520aeb73c20893c44.tar.bz2 samba-ffb3f2a19f4780e45ea0b95520aeb73c20893c44.zip |
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
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
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" |