From 48cf2dc16e9d5a5a9edb90949d602eac78c5af33 Mon Sep 17 00:00:00 2001 From: Christos Zoulas Date: Wed, 17 Sep 2008 20:12:59 +0000 Subject: [PATCH] NetBSD efs and tmpfs support --- m4/macros/try_compile_anyfs.m4 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/m4/macros/try_compile_anyfs.m4 b/m4/macros/try_compile_anyfs.m4 index a06a2da..f797abe 100644 --- a/m4/macros/try_compile_anyfs.m4 +++ b/m4/macros/try_compile_anyfs.m4 @@ -133,6 +133,9 @@ AC_TRY_COMPILE( #ifdef HAVE_SYS_FS_TMP_H # include #endif /* HAVE_SYS_FS_TMP_H */ +#ifdef HAVE_FS_TMPFS_TMPFS_ARGS_H +# include +#endif /* HAVE_FS_TMPFS_TMPFS_ARGS_H */ #ifdef HAVE_UFS_UFS_MOUNT_H # include @@ -154,6 +157,9 @@ struct netexport { int this_is_SO_wrong; }; /* for bsdi-2.1 */ #ifdef HAVE_SYS_FS_EFS_CLNT_H # include #endif /* HAVE_SYS_FS_EFS_CLNT_H */ +#ifdef HAVE_FS_EFS_EFS_MOUNT_H +# include +#endif /* HAVE_FS_EFS_EFS_MOUNT_H */ #ifdef HAVE_SYS_FS_XFS_CLNT_H # include #endif /* HAVE_SYS_FS_XFS_CLNT_H */ -- 2.43.0