home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume14 / sharedmem / part01 / src / cm_constants.h < prev    next >
Encoding:
C/C++ Source or Header  |  1988-05-17  |  445 b   |  16 lines

  1. #define CM_PORT            1525
  2.  
  3. /* maximums */
  4. #define CM_MSGSIZE        100000/* max length of all variables
  5.                     sent to    server at one time */
  6. #define CM_SLOTSIZE        20000 /* max single variable length */
  7. #define CM_PROCESSNAMELENGTH    20
  8. #define CM_VARIABLENAMELENGTH    20
  9. #define CM_MAXVARIABLENAMELENGTH    20
  10. #define CM_MAXPROCESSNAMELENGTH    20
  11. #define CM_MAXUSERVARIABLES    100
  12.  
  13. #define E_CMM_DIED        -1
  14. #define E_CM_INIT_FAILED        -2
  15. #define E_CM_WRONG_VERSION        -100
  16.