home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume3 / sm-smtp / miscerrs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-02-03  |  197 b   |  8 lines

  1. /* these error numbers are local to the smtp programs, used by bomb() */
  2. #define    E_USAGE        -1
  3. #define E_NOHOST    -2
  4. #define    E_CANTOPEN    -3
  5. #define E_OSFILE    -4
  6. #define E_IOERR        -5
  7. #define E_TEMPFAIL    -6
  8.