diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2002-11-13 21:54:31 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2002-11-13 21:54:31 +0000 |
commit | 7cfe3919f3703eb5aad838b34ceba472865cf081 (patch) | |
tree | 2efda26a277d5ea0a7d7ff31891ab417d1d2c582 /source3/include | |
parent | 321f78b1b9496012f551972bf9d9056a6949e495 (diff) | |
download | samba-7cfe3919f3703eb5aad838b34ceba472865cf081.tar.gz samba-7cfe3919f3703eb5aad838b34ceba472865cf081.tar.xz 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.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index d15d699fb51..88e5c9cefc6 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 |