home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / ncurses-1.9.9e-bin.lha / include / eti.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  2KB  |  42 lines

  1.  
  2. /***************************************************************************
  3. *                            COPYRIGHT NOTICE                              *
  4. ****************************************************************************
  5. *                ncurses is copyright (C) 1992-1995                        *
  6. *                          Zeyd M. Ben-Halim                               *
  7. *                          zmbenhal@netcom.com                             *
  8. *                          Eric S. Raymond                                 *
  9. *                          esr@snark.thyrsus.com                           *
  10. *                                                                          *
  11. *        Permission is hereby granted to reproduce and distribute ncurses  *
  12. *        by any means and for any fee, whether alone or as part of a       *
  13. *        larger distribution, in source or in binary form, PROVIDED        *
  14. *        this notice is included with any such distribution, and is not    *
  15. *        removed from any of its header files. Mention of ncurses in any   *
  16. *        applications linked with it is highly appreciated.                *
  17. *                                                                          *
  18. *        ncurses comes AS IS with no warranty, implied or expressed.       *
  19. *                                                                          *
  20. ***************************************************************************/
  21.  
  22. #ifndef _ETI_ERRNO_H_
  23. #define _ETI_ERRNO_H_
  24.  
  25. #define    E_OK            (0)
  26. #define    E_SYSTEM_ERROR         (-1)
  27. #define    E_BAD_ARGUMENT         (-2)
  28. #define    E_POSTED         (-3)
  29. #define    E_CONNECTED         (-4)
  30. #define    E_BAD_STATE         (-5)
  31. #define    E_NO_ROOM         (-6)
  32. #define    E_NOT_POSTED        (-7)
  33. #define    E_UNKNOWN_COMMAND    (-8)
  34. #define    E_NO_MATCH        (-9)
  35. #define    E_NOT_SELECTABLE    (-10)
  36. #define    E_NOT_CONNECTED            (-11)
  37. #define    E_REQUEST_DENIED    (-12)
  38. #define    E_INVALID_FIELD            (-13)
  39. #define    E_CURRENT        (-14)
  40.  
  41. #endif
  42.