]> git.decadent.org.uk Git - nfs-utils.git/blob - tools/nlmtest/host.h
Merge branch 'upstream'
[nfs-utils.git] / tools / nlmtest / host.h
1 /*
2  * host.h
3  *
4  * Defaults for nlmtest
5  */
6
7 #ifndef NLMTEST_HOST_H
8 #define NLMTEST_HOST_H
9
10 /*
11  * The host on which lockd runs
12  */
13 #define NLMTEST_HOST            "crutch"
14
15 /*
16  * NFS mount point
17  */
18 #define NLMTEST_DIR             "../../mount/"
19
20 /*
21  * The default file name and its inode version number.
22  * There's no way the test program can find out the version number,
23  * so you have to add it here.
24  */
25 #define NLMTEST_FILE            NLMTEST_DIR "COPYING"
26 #define NLMTEST_VERSION         1
27
28 #endif /* NLMTEST_HOST_H */