diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-08-28 04:54:43 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-08-28 04:54:43 +0000 |
commit | 4b7de5ee236c043e6169f137992baf09a95c6f2c (patch) | |
tree | 418f162745430cfae89fddf9f937da3f9e5e24e7 /source/acconfig.h | |
parent | b1ab3bec8dc7c5d0873b7a4b4c6fab2d7591c9b3 (diff) | |
download | samba-4b7de5ee236c043e6169f137992baf09a95c6f2c.tar.gz samba-4b7de5ee236c043e6169f137992baf09a95c6f2c.tar.xz samba-4b7de5ee236c043e6169f137992baf09a95c6f2c.zip |
Put in intermediate version of new SAM system. It's not stable yet, code
might be ugly, etc - please don't blame me for anything but instead try to fix
the code :-). Compiling of the new sam system can be enabled with the
configure option --with-sam
Removing passdb/passgrp.c as it's unused
fix typo in utils/testparm.c
Diffstat (limited to 'source/acconfig.h')
-rw-r--r-- | source/acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/acconfig.h b/source/acconfig.h index 64fbe1d7197..11db920e263 100644 --- a/source/acconfig.h +++ b/source/acconfig.h @@ -166,6 +166,7 @@ #undef MMAP_BLACKLIST #undef HAVE_IMMEDIATE_STRUCTURES #undef HAVE_CUPS +#undef WITH_SAM #undef WITH_LDAP_SAM #undef WITH_NISPLUS_SAM #undef WITH_TDB_SAM |