home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff294.lzh / DNet / amiga / server / servers.h < prev    next >
C/C++ Source or Header  |  1989-12-11  |  636b  |  31 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. #define PORT_NFS    8202
  22.  
  23. #define DNET_WRITE  "DNET_WRITE"
  24. #define DNET_READ   "DNET_READ"
  25. #define DNET_LEVEL  "DNET_LEVEL"
  26. #define DNET_GROUP  "DNET_GROUP"
  27.  
  28. #define FS_GROUP    "GR="   /*  MUST INCLUDE '=' cause I use strncmp()  */
  29. #define FS_ACCESS   "AC="
  30.  
  31.