nfs-ganesha 1.4

nfs4.h

Go to the documentation of this file.
00001 /*
00002  * Local RPC definitions, especially the GSS switch and
00003  * compensating definitions if we don't have GSS.
00004  */
00005 #include "ganesha_rpc.h"
00006 
00007 /* Now the NFS stuff we're looking for */
00008 
00009 #ifdef _USE_NFS4_0
00010 #include "nfsv40.h"
00011 #endif
00012 
00013 #ifdef _USE_NFS4_1
00014 #include "nfsv41.h"
00015 #endif
00016 
00017 #ifndef NFS4_MAX_DOMAIN_LEN
00018 #define NFS4_MAX_DOMAIN_LEN 512
00019 #endif