X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=support%2Finclude%2Fexportfs.h;h=99916e515af13691cbada636b10664673b7600dd;hb=9a5293a10551c03b4fb976503dd24da569fcadb3;hp=01e87ddc289252e818f50ab375d9fc25969a8c9f;hpb=cf5b38e707b629540b5123124228311a620e3dce;p=nfs-utils.git diff --git a/support/include/exportfs.h b/support/include/exportfs.h index 01e87dd..99916e5 100644 --- a/support/include/exportfs.h +++ b/support/include/exportfs.h @@ -32,6 +32,10 @@ enum { FSLOC_STUB }; +#ifndef EXP_LOCKFILE +#define EXP_LOCKFILE "/var/lib/nfs/export-lock" +#endif + typedef struct mclient { struct mclient * m_next; char * m_hostname;