home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / tb_p1.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  1.2 KB  |  57 lines

  1. /* tb_p1.h: definitions used in I/O Queue Lines */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/tb_p1.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: tb_p1.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_TB_P1
  16. #define _H_TB_P1
  17.  
  18.  
  19. /* MsgId */
  20. #define MPDUID_STRING                   1
  21.  
  22. /* Trace */
  23. #define TRACE_MTA                       1
  24.  
  25.  
  26. /* GlobalId */
  27. #define GLOBAL_COUNTRY                  1
  28. #define GLOBAL_ADMIN                    2
  29. #define GLOBAL_PRIVATE                  3
  30.  
  31.  
  32. /* DomainSuppliedInfo */
  33. #define DSI_TIME                        1
  34. #define DSI_DEFERRED                    2
  35. #define DSI_ACTION                      3
  36. #define DSI_CONVERTED                   4
  37. #define DSI_ATTEMPTED                   5
  38.  
  39.  
  40. /* DomainSuppliedInfo - Action          */
  41. #define ACTION_RELAYED                  0
  42. #define ACTION_ROUTED                   1
  43.  
  44.  
  45. /* EncodedInformationTypes - Set */
  46. #define EI_BIT_STRING                   1
  47. #define EI_G3NONBASIC                   2
  48. #define EI_TELETEXNONBASIC              3
  49. #define EI_PRESENTATION                 4
  50.  
  51.  
  52. /* EncodedInformationTypes - Bit string */
  53. #define EI_TOTAL                        10
  54.  
  55.  
  56. #endif
  57.