summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2002-11-13 21:54:31 +0000
committerJelmer Vernooij <jelmer@samba.org>2002-11-13 21:54:31 +0000
commit7cfe3919f3703eb5aad838b34ceba472865cf081 (patch)
tree2efda26a277d5ea0a7d7ff31891ab417d1d2c582 /source3/include
parent321f78b1b9496012f551972bf9d9056a6949e495 (diff)
downloadsamba-7cfe3919f3703eb5aad838b34ceba472865cf081.tar.gz
samba-7cfe3919f3703eb5aad838b34ceba472865cf081.tar.bz2
samba-7cfe3919f3703eb5aad838b34ceba472865cf081.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 da8794afe8ca8f454937f06d1c43cc5d844b6037)
Diffstat (limited to 'source3/include')
-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 d15d699fb5..88e5c9cefc 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