summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-09 17:08:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-09 17:08:58 +0000
commitf09109c7bc32966bb464df0712583b30602d6ad0 (patch)
tree1565f65ba4d1f9810a54d60b827ce5a733721b91 /source3/include/config.h.in
parentdc5297f413c40f04e1fdae719e29d949e3301091 (diff)
downloadsamba-f09109c7bc32966bb464df0712583b30602d6ad0.tar.gz
samba-f09109c7bc32966bb464df0712583b30602d6ad0.tar.bz2
samba-f09109c7bc32966bb464df0712583b30602d6ad0.zip
Last sync with HEAD
(This used to be commit 1175b62337f5c29954cd5e8dfdc2327c9c80748c)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 384bee8760..0895a783d4 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -859,6 +859,9 @@
/* Define to 1 if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
+/* Define to 1 if you have the `timegm' function. */
+#undef HAVE_TIMEGM
+
/* Whether Tru64 ACLs are available */
#undef HAVE_TRU64_ACLS
@@ -1391,6 +1394,9 @@
/* Whether to include experimental quota support */
#undef WITH_QUOTAS
+/* Whether to build the new (experimental) SAM database */
+#undef WITH_SAM
+
/* Whether to include sendfile() support */
#undef WITH_SENDFILE