summaryrefslogtreecommitdiff
path: root/contrib/amd/m4/macros/mount_headers.m4
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/amd/m4/macros/mount_headers.m4')
-rw-r--r--contrib/amd/m4/macros/mount_headers.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/amd/m4/macros/mount_headers.m4 b/contrib/amd/m4/macros/mount_headers.m4
deleted file mode 100644
index cf7b9103907a..000000000000
--- a/contrib/amd/m4/macros/mount_headers.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-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 ======================================================================