diff options
author | Tim Potter <tpot@samba.org> | 2002-09-17 05:38:12 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-09-17 05:38:12 +0000 |
commit | edb6172abf0f07fead8ed3aaaebe0411d757aa64 (patch) | |
tree | 232a064f9bdcf7cc6277920e227ffa57a7f40faf /source/acconfig.h | |
parent | 041f47230b865294e657f47e6aba2fa83a15bf31 (diff) | |
download | samba-edb6172abf0f07fead8ed3aaaebe0411d757aa64.tar.gz samba-edb6172abf0f07fead8ed3aaaebe0411d757aa64.tar.xz samba-edb6172abf0f07fead8ed3aaaebe0411d757aa64.zip |
Added --with-ads option, defaults to yes. If you run ./configure
--with-ads=no or ./configure --without-ads Samba will build without
linking to the various kerberos libraries.
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index 40a3a7cee19..21c6e330760 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -228,3 +228,5 @@ #undef LINUX_BROKEN_SENDFILE_API #undef WITH_SENDFILE #undef FREEBSD_SENDFILE_API +#undef WITH_ADS + |