summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-13 21:51:08 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-13 21:51:08 +0000
commit2aaf85730a187556b60085d6b7707e247863565c (patch)
treeba2aa9016a244c6e8b86fc9df64f609a60e4b5af /source3/include/config.h.in
parent38c6b90bf8b288426779f3eedcfd643c65a07ef7 (diff)
downloadsamba-2aaf85730a187556b60085d6b7707e247863565c.tar.gz
samba-2aaf85730a187556b60085d6b7707e247863565c.tar.bz2
samba-2aaf85730a187556b60085d6b7707e247863565c.zip
small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't exist (e.g. in SuSE 8.1) (by metze)
(This used to be commit 5f16343e0d7c8120a7a5786097b8920a5b7d047b)
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r--source3/include/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 0895a783d4..ebcbc6504e 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -973,6 +973,9 @@
/* Define if you have working AF_LOCAL sockets */
#undef HAVE_WORKING_AF_LOCAL
+/* Define to 1 if you have the <xfs/xqm.h> header file. */
+#undef HAVE_XFS_XQM_H
+
/* Whether the system has yp_get_default_domain() */
#undef HAVE_YP_GET_DEFAULT_DOMAIN