home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 4 / Amiga Tools 4.iso / tools / internet-tools / connect-line / cl / devkit / c / include / cl_misc.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-11-12  |  1.1 KB  |  52 lines

  1. /*
  2. **    cl_misc.h - defines various preferences IDs (mostly internal)
  3. */
  4.  
  5. /*
  6. ** Temporary files 
  7. */
  8.  
  9. #define CLTEMP_PREFSID MAKE_ID('T','M','P','F')
  10. #define CLTEMP_SUBID_FILENAME (TAGT_STRING|0)
  11. #define CLTEMP_SUBID_MAXSIZE (TAGT_LONG|0)
  12.  
  13. /*
  14. ** Msg base
  15. */
  16.  
  17. #define CLMSGDB_PREFSID MAKE_ID('M','S','G','B')
  18. #define CLMSGDB_SUBID_BOARD (TAGT_STRING|0)
  19. #define CLMSGDB_SUBID_USER (TAGT_STRING|1)
  20. #define CLMSGDB_SUBID_EXCLUDE_TEXT (TAGT_STRING|2)
  21. #define CLMSGDB_SUBID_EXCLUDE_BIN (TAGT_STRING|3)
  22.  
  23. /*
  24. ** Offline-Editor
  25. */
  26.  
  27. #define CLEDIT_PREFSID MAKE_ID('E','D','I','T')
  28. #define CLEDIT_SUBID_OFFLINEED (TAGT_STRING|0)
  29.  
  30. /*
  31. ** Userantrag
  32. */
  33.  
  34. #define CLUSER_PREFSID MAKE_ID('U','S','R','A')
  35. #define CLUSER_SUBID_FILTERMASK     (TAGT_STRING|0)
  36. #define CLUSER_SUBID_USERUSER         (TAGT_STRING|1)
  37. #define CLUSER_SUBID_AUTOUSERNAME     (TAGT_LONG|2)
  38.  
  39. /*
  40. ** Server
  41. */
  42.  
  43. #define CLSERVER_PREFSID MAKE_ID('S','E','R','V')
  44. #define CLSERVER_SUBID_LOGTICK (TAGT_LONG|0)
  45.  
  46. /*
  47. ** IP
  48. */
  49.  
  50. #define CLIP_PREFSID MAKE_ID('T','C','P','I')
  51. #define CLIP_SUBID_NUMTELNET (TAGT_LONG|0)    // Defaults to 4 (Number of Telnet-Ports)
  52.