diff options
author | Jeremy Allison <jra@samba.org> | 2001-09-15 00:29:54 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-09-15 00:29:54 +0000 |
commit | ab35704cc0a3b5a183c465fece1868b07739290f (patch) | |
tree | f48166b6814de15406c0be933101b51d4a9693b1 /source3/include | |
parent | a3203a7b16bad20d705eb385f68b85b14c1fcae0 (diff) | |
download | samba-ab35704cc0a3b5a183c465fece1868b07739290f.tar.gz samba-ab35704cc0a3b5a183c465fece1868b07739290f.tar.bz2 samba-ab35704cc0a3b5a183c465fece1868b07739290f.zip |
Fixed up Solaris 64 bit configure.
Jeremy.
(This used to be commit 36516b2ca97e8644a29055dfab868aced644f9aa)
Diffstat (limited to 'source3/include')
-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 42fde5d70c..7495cc311d 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -124,7 +124,7 @@ #undef WITH_SSL #undef WITH_LDAP #undef WITH_NISPLUS -#undef WITH_TDBSAM +#undef WITH_TDBPWD #undef WITH_PAM #undef WITH_NISPLUS_HOME #undef WITH_AUTOMOUNT @@ -221,6 +221,7 @@ #undef MMAP_BLACKLIST #undef HAVE_IMMEDIATE_STRUCTURES #undef HAVE_CUPS +#undef WITH_TDBSAM /* The number of bytes in a int. */ #undef SIZEOF_INT |