From: Christos Zoulas Date: Wed, 17 Sep 2008 20:12:59 +0000 (+0000) Subject: NetBSD efs and tmpfs support X-Git-Url: https://git.fsl.cs.sunysb.edu/?a=commitdiff_plain;h=48cf2dc16e9d5a5a9edb90949d602eac78c5af33;p=am-utils-6.0.git NetBSD efs and tmpfs support --- 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 */