summaryrefslogtreecommitdiffstats
path: root/support/include/nfs_paths.h
diff options
context:
space:
mode:
Diffstat (limited to 'support/include/nfs_paths.h')
-rw-r--r--support/include/nfs_paths.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/support/include/nfs_paths.h b/support/include/nfs_paths.h
new file mode 100644
index 0000000..de4ac19
--- /dev/null
+++ b/support/include/nfs_paths.h
@@ -0,0 +1,11 @@
+#ifndef _NFS_PATHS_H
+#define _NFS_PATHS_H
+
+#ifndef _PATH_MOUNTED
+#define _PATH_MOUNTED "/etc/fstab"
+#endif
+#define MOUNTED_LOCK _PATH_MOUNTED "~"
+#define MOUNTED_TEMP _PATH_MOUNTED ".tmp"
+
+#endif /* _NFS_PATHS_H */
+