aboutsummaryrefslogtreecommitdiff
path: root/contrib/amd/m4/macros/mount_headers.m4
blob: cf7b9103907a3eb3ed79adf6eb3b19dd706a67e9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
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 ======================================================================