home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 239.lha / amiga / src / server / servers.h < prev    next >
C/C++ Source or Header  |  1989-05-02  |  614b  |  30 lines

  1.  
  2. /*
  3.  *  SERVERS.H
  4.  *
  5.  *  DNET (c)Copyright 1988, Matthew Dillon, All Rights Reserved.
  6.  *
  7.  */
  8.  
  9. #include "/version.h"
  10.  
  11. #define PORT_FILECOPY    8192
  12. #define PORT_ALPHATERM    8193
  13. #define PORT_ECHO    8194
  14. #define PORT_IALPHATERM 8195
  15. #define PORT_AMIGASHELL 8196
  16. #define PORT_LOADAV    8197
  17. #define PORT_PRINTER    8198
  18. #define PORT_PASSWD    8199
  19. #define PORT_BBS    8200
  20. #define PORT_GFILECOPY    8201
  21.  
  22. #define DNET_WRITE  "DNET_WRITE"
  23. #define DNET_READ   "DNET_READ"
  24. #define DNET_LEVEL  "DNET_LEVEL"
  25. #define DNET_GROUP  "DNET_GROUP"
  26.  
  27. #define FS_GROUP    "GR="   /*  MUST INCLUDE '=' cause I use strncmp()  */
  28. #define FS_ACCESS   "AC="
  29.  
  30.