diff options
author | Alexandre Oliva <oliva@samba.org> | 1998-09-29 04:50:07 +0000 |
---|---|---|
committer | Alexandre Oliva <oliva@samba.org> | 1998-09-29 04:50:07 +0000 |
commit | a42bb09db84fb767ab9ac4f85ff03c6bc3ab8521 (patch) | |
tree | abc115916f363755677cbca1610e4e1b8ea29dfd /source3 | |
parent | e1d962659f45c6a9bc1a2385ab4f8f4ca0af081c (diff) | |
download | samba-a42bb09db84fb767ab9ac4f85ff03c6bc3ab8521.tar.gz samba-a42bb09db84fb767ab9ac4f85ff03c6bc3ab8521.tar.bz2 samba-a42bb09db84fb767ab9ac4f85ff03c6bc3ab8521.zip |
added WITH_SMBMOUNT
(This used to be commit fe5721b9527979e6ac59d1e3e56544276a5777d5)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/acconfig.h | 1 | ||||
-rw-r--r-- | source3/include/config.h.in | 1 | ||||
-rw-r--r-- | source3/include/stamp-h.in | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/source3/acconfig.h b/source3/acconfig.h index 74d6f082c2..2c6361bf49 100644 --- a/source3/acconfig.h +++ b/source3/acconfig.h @@ -50,6 +50,7 @@ #undef WITH_NISPLUS #undef WITH_NISPLUS_HOME #undef WITH_AUTOMOUNT +#undef WITH_SMBMOUNT #undef HAVE_PAM_AUTHENTICATE #undef HAVE_BROKEN_GETGROUPS #undef REPLACE_GETPASS diff --git a/source3/include/config.h.in b/source3/include/config.h.in index 77a546b32d..1f1cb04e0b 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -107,6 +107,7 @@ #undef WITH_NISPLUS #undef WITH_NISPLUS_HOME #undef WITH_AUTOMOUNT +#undef WITH_SMBMOUNT #undef HAVE_PAM_AUTHENTICATE #undef HAVE_BROKEN_GETGROUPS #undef REPLACE_GETPASS diff --git a/source3/include/stamp-h.in b/source3/include/stamp-h.in index 8b13789179..7aae7732de 100644 --- a/source3/include/stamp-h.in +++ b/source3/include/stamp-h.in @@ -1 +1 @@ - +Tue Sep 29 04:45:55 UTC 1998 |