diff options
Diffstat (limited to 'm4/macros/mount_headers.m4')
| -rw-r--r-- | m4/macros/mount_headers.m4 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/m4/macros/mount_headers.m4 b/m4/macros/mount_headers.m4 new file mode 100644 index 000000000000..cf7b9103907a --- /dev/null +++ b/m4/macros/mount_headers.m4 @@ -0,0 +1,12 @@ +dnl ###################################################################### +dnl an M4 macro to include a list of common headers being used everywhere +define(AMU_MOUNT_HEADERS, +[ +#include "${srcdir}/include/mount_headers1.h" +#include AMU_NFS_PROTOCOL_HEADER +#include "${srcdir}/include/mount_headers2.h" + +$1 +] +) +dnl ====================================================================== |
