From: Günther Deschner Date: Thu, 10 Apr 2008 19:19:30 +0000 (+0200) Subject: Add MAX_NERR define. X-Git-Tag: samba-3.3.0pre1~2760 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=729eda95401e63feabb3ed329c6d2888dabe1d68;p=thirdparty%2Fsamba.git Add MAX_NERR define. Guenther --- diff --git a/source/include/doserr.h b/source/include/doserr.h index 5794fbe71ca..d5892c1652b 100644 --- a/source/include/doserr.h +++ b/source/include/doserr.h @@ -270,6 +270,10 @@ #define NERR_BASE (2100) #endif +#ifndef MAX_NERR +#define MAX_NERR (NERR_BASE+899) +#endif + #define WERR_DFS_NO_SUCH_VOL W_ERROR(NERR_BASE+562) #define WERR_DFS_NO_SUCH_SHARE W_ERROR(NERR_BASE+565) #define WERR_DFS_NO_SUCH_SERVER W_ERROR(NERR_BASE+573)