summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/mountP.h
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/mountP.h')
-rw-r--r--shlibs/mount/src/mountP.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shlibs/mount/src/mountP.h b/shlibs/mount/src/mountP.h
index c804b5de4..d217e3da3 100644
--- a/shlibs/mount/src/mountP.h
+++ b/shlibs/mount/src/mountP.h
@@ -47,6 +47,9 @@ extern int libmount_debug_mask;
#define DBG(m,x)
#endif
+/* extension for files in the /etc/fstab.d directory */
+#define MNT_MNTTABDIR_EXT ".fstab"
+
#ifdef TEST_PROGRAM
struct mtest {
const char *name;