2010-01-26 14:21:47 +11:00
|
|
|
# generated automatically by aclocal 1.11 -*- Autoconf -*-
|
2003-07-07 06:41:08 +00:00
|
|
|
|
2006-04-04 06:06:00 +00:00
|
|
|
# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
|
2010-01-26 14:21:47 +11:00
|
|
|
# 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
2003-08-24 23:28:41 +00:00
|
|
|
# This file is free software; the Free Software Foundation
|
|
|
|
|
# gives unlimited permission to copy and/or distribute it,
|
|
|
|
|
# with or without modifications, as long as this notice is preserved.
|
2003-07-07 06:41:08 +00:00
|
|
|
|
2003-08-24 23:28:41 +00:00
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
|
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
|
|
|
|
|
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
|
|
|
|
|
# PARTICULAR PURPOSE.
|
2003-07-07 06:41:08 +00:00
|
|
|
|
2010-03-06 11:24:54 +11:00
|
|
|
AC_DEFUN([AC_PACKAGE_WANT_LINUX_FIEMAP_H],
|
|
|
|
|
[ AC_CHECK_HEADERS([linux/fiemap.h], [ have_fiemap=true ], [ have_fiemap=false ])
|
|
|
|
|
AC_SUBST(have_fiemap)
|
|
|
|
|
])
|
|
|
|
|
|
|
|
|
|
AC_DEFUN([AC_PACKAGE_WANT_FALLOCATE],
|
|
|
|
|
[ AC_MSG_CHECKING([for fallocate])
|
|
|
|
|
AC_TRY_LINK([
|
|
|
|
|
#define _GNU_SOURCE
|
|
|
|
|
#define _FILE_OFFSET_BITS 64
|
|
|
|
|
#include <fcntl.h>
|
2011-05-04 08:47:22 -05:00
|
|
|
#include <linux/falloc.h> ],
|
|
|
|
|
[ fallocate(0, 0, 0, 0); ],
|
|
|
|
|
[ have_fallocate=true; AC_MSG_RESULT(yes) ],
|
|
|
|
|
[ have_fallocate=false; AC_MSG_RESULT(no) ])
|
2010-03-06 11:24:54 +11:00
|
|
|
AC_SUBST(have_fallocate)
|
|
|
|
|
])
|
2010-01-26 14:21:47 +11:00
|
|
|
m4_include([m4/multilib.m4])
|
|
|
|
|
m4_include([m4/package_acldev.m4])
|
|
|
|
|
m4_include([m4/package_aiodev.m4])
|
|
|
|
|
m4_include([m4/package_attrdev.m4])
|
|
|
|
|
m4_include([m4/package_dmapidev.m4])
|
|
|
|
|
m4_include([m4/package_gdbmdev.m4])
|
|
|
|
|
m4_include([m4/package_globals.m4])
|
|
|
|
|
m4_include([m4/package_utilies.m4])
|
|
|
|
|
m4_include([m4/package_uuiddev.m4])
|
|
|
|
|
m4_include([m4/package_xfslibs.m4])
|