home *** CD-ROM | disk | FTP | other *** search
- /* Constants defined by the mount protocol
-
- ©1999 Joseph Walton
-
- This software is distributed under the terms of the GNU General Public
- License; either version 2 of the License, or (at your option) any
- later version.
- */
-
- #ifndef NFSD_MOUNT_PROT_H
- #define NFSD_MOUNT_PROT_H
-
- #define MOUNT_PROGRAM 100005
- #define MOUNT_VERSION 1
-
- #define MNTPATHLEN 1024
-
- #define MOUNT_PROC_NULL 0
- #define MOUNT_PROC_MNT 1
- #define MOUNT_PROC_UMNT 3
-
- #endif
-
-