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 | 2b2b0f7119fe043f61259579ce70e782f5f9ec5f (patch) | |
tree | 4f01756afc8aaeb48a01c76aa34f1b63392a6848 /source3/include/config.h.in | |
parent | 61e4ee500f70939b95fb293ec4005e481f95076a (diff) | |
download | samba-2b2b0f7119fe043f61259579ce70e782f5f9ec5f.tar.gz samba-2b2b0f7119fe043f61259579ce70e782f5f9ec5f.tar.bz2 samba-2b2b0f7119fe043f61259579ce70e782f5f9ec5f.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
(This used to be commit 4b7de5ee236c043e6169f137992baf09a95c6f2c)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 8c06e25396..70c0ae2f3c 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -1,4 +1,4 @@ -/* include/config.h.in. Generated automatically from configure.in by autoheader. */ +/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */ /* Define if on AIX 3. System headers sometimes define this. @@ -232,6 +232,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 |