Searched defs:E_PSEUDOBASE (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Derrstring.h22 # define E_PSEUDOBASE 512 macro
36 #ifndef E_PSEUDOBASE
37 # define E_PSEUDOBASE 256 macro
38 #endif /* ! E_PSEUDOBASE */
40 #define E_SM_OPENTIMEOUT (E_PSEUDOBASE + 0) /* Timeout on file open */
41 #define E_SM_NOSLINK (E_PSEUDOBASE + 1) /* Symbolic links not allowed */
42 #define E_SM_NOHLINK (E_PSEUDOBASE + 2) /* Hard links not allowed */
43 #define E_SM_REGONLY (E_PSEUDOBASE + 3) /* Regular files only */
44 #define E_SM_ISEXEC (E_PSEUDOBASE + 4) /* Executable files not allowed */
45 #define E_SM_WWDIR (E_PSEUDOBASE
[all...]

Completed in 56 milliseconds