summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Oliva <oliva@samba.org>1998-09-29 04:50:07 +0000
committerAlexandre Oliva <oliva@samba.org>1998-09-29 04:50:07 +0000
commitfe5721b9527979e6ac59d1e3e56544276a5777d5 (patch)
tree470b4f6ca8c6aec006d09adeab715fde389b730e
parentb665756bfc813b229ad50b0d5f53e8b779537a3f (diff)
downloadsamba-fe5721b9527979e6ac59d1e3e56544276a5777d5.tar.gz
samba-fe5721b9527979e6ac59d1e3e56544276a5777d5.tar.xz
samba-fe5721b9527979e6ac59d1e3e56544276a5777d5.zip
added WITH_SMBMOUNT
-rw-r--r--source/acconfig.h1
-rw-r--r--source/include/config.h.in1
-rw-r--r--source/include/stamp-h.in2
3 files changed, 3 insertions, 1 deletions
diff --git a/source/acconfig.h b/source/acconfig.h
index 74d6f082c24..2c6361bf498 100644
--- a/source/acconfig.h
+++ b/source/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/source/include/config.h.in b/source/include/config.h.in
index 77a546b32d8..1f1cb04e0bf 100644
--- a/source/include/config.h.in
+++ b/source/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/source/include/stamp-h.in b/source/include/stamp-h.in
index 8b137891791..7aae7732de7 100644
--- a/source/include/stamp-h.in
+++ b/source/include/stamp-h.in
@@ -1 +1 @@
-
+Tue Sep 29 04:45:55 UTC 1998