From 7cfe3919f3703eb5aad838b34ceba472865cf081 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 13 Nov 2002 21:54:31 +0000 Subject: small patch to makesure we fallback to if doesn't exist (e.g. in SuSE 8.1) (by Metze) (This used to be commit da8794afe8ca8f454937f06d1c43cc5d844b6037) --- source3/include/config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include/config.h.in') 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 header file. */ +#undef HAVE_XFS_XQM_H + /* Whether the system has yp_get_default_domain() */ #undef HAVE_YP_GET_DEFAULT_DOMAIN -- cgit