Merge from HEAD: Remove assumption that all solaris has -lsendfile
[ira/wip.git] / source3 / include / config.h.in
index 0895a783d4dcd4118ba57ea0f01e44b2ccb76b86..8ea7c8061bfa418dba240a18b2cb3f9c6cda076c 100644 (file)
 /* Define to 1 if you have the `security' library (-lsecurity). */
 #undef HAVE_LIBSECURITY
 
+/* Define to 1 if you have the `sendfile' library (-lsendfile). */
+#undef HAVE_LIBSENDFILE
+
 /* Define to 1 if you have the `socket' library (-lsocket). */
 #undef HAVE_LIBSOCKET
 
 /* 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
 
 /* 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