diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-10-23 01:51:31 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-10-23 01:51:31 +0000 |
commit | 1e60cc49f5ecb864ab965a6e7ab9287e1204d1d6 (patch) | |
tree | 13e6192365213c9b01c2577d675eebf76279ad36 /source3/acconfig.h | |
parent | 8c87f61e998182753817dfa6c0527bae70a54704 (diff) | |
download | samba-1e60cc49f5ecb864ab965a6e7ab9287e1204d1d6.tar.gz |
don't enable smbsh/smbwrapper on systems where we can't work out how
to generate PIC code
(This used to be commit a66c56d70e7e663f3a19cbfcc2e704653d8fc9b2)
Diffstat (limited to 'source3/acconfig.h')
-rw-r--r-- | source3/acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 2d57d7e560..ae15bd1c60 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -19,6 +19,7 @@ #undef SUNOS4 #undef LINUX #undef AIX +#undef BSD #undef IRIX #undef HPUX #undef QNX |