home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Connectivity / GateKeeper-2.1 / GKdefs.h < prev    next >
Encoding:
Text File  |  1997-05-18  |  1.7 KB  |  48 lines

  1. //************************************************************************
  2. //
  3. //    GKdefs.h.  
  4. //
  5. //        Misc definitions to be imported all over GateKeeper.
  6. // 
  7. //            by    Felipe A. Rodriguez        
  8. //
  9. //    This code is supplied "as is" the author's makes no warranty as to its 
  10. //    suitability for any purpose.  This code is free and may be distributed 
  11. //    in accordance with the terms of the:
  12. //        
  13. //            GNU GENERAL PUBLIC LICENSE
  14. //            Version 2, June 1991
  15. //            copyright (C) 1989, 1991 Free Software Foundation, Inc.
  16. //             675 Mass Ave, Cambridge, MA 02139, USA
  17. //
  18. //************************************************************************
  19.  
  20. #import <appkit/appkit.h>
  21.  
  22.  
  23. #define    FIRSTTIME     "firstTime.2.1"             // first run of this version
  24. #define    MODEMPORT     "modemPort"                 // port modem is on
  25. #define    DIALINIT     "dialInit"                     // modem init str
  26.  
  27. #define    OPTION         "/options"                     // options path
  28. #define    XOPTION     "/xoptions"                 // example options
  29. #define    PPPUP         "/pppup"                     // pppup path
  30. #define    IMAGE         "/Icon.tiff"                 // gate doc image path
  31.  
  32. #define    REDBOFF     "redialDelay"                 // redial delay backoff
  33. #define    BDEF         2000                         // default backoff delay in ms
  34.  
  35. #define    BROWSERHT     "browserHeight"             // ht of browser in hotList
  36. #define    ADDRESSHT     "addressHeight"             // ht of address in hotList
  37. #define    SELCELL     "selectedCell"                 // cell selected in hotList
  38.  
  39. #define    HLLIST         "HotList"                     // ddb hotList path
  40. #define    AITIMER     "appIconTimer"                 // icon displayed online timer
  41.  
  42. #define    DISPLAYD     "diagnostics"                 // display diagnostics window
  43. #define    DISPLAYS     "status"                     // display status window
  44. #define    DISPLAYT     "toolbar"                     // display toolbar
  45.  
  46. #define    USEFIFO     "useFIFO"                     // use a FIFO?
  47.  
  48.