home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / UNIX / Web / Utilities / wwwcount-2.3 / configNT.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-04-27  |  2.8 KB  |  62 lines

  1. #ifndef _COUNT_CONFIG_H
  2. #define _COUNT_CONFIG_H 1
  3.  
  4. /*
  5. ** This file is automatically generated by the Configure script 
  6. ** Count-config written by muquit@semcor.com
  7. ** Counter Version: 2.3
  8. ** created on: Sat Feb 17 18:48:19 EST 1996
  9. **
  10. **  If you edit this file, you better make sure you know what are 
  11. **  you doing.
  12. */
  13. #define ConfigDir "c:/wcount/conf"
  14. #define ConfigFile "count.cfg"
  15. #define DataDir "c:/wcount/data"
  16. #define DigitDir "c:/wcount/digits"
  17. #define LogDir "c:/wcount/Log"
  18. #define LogFile "Count23.log"
  19.  
  20. /*****************************************************************************
  21. * Defaults parameters not supplied in calling.
  22. * Change 'em here if you insist...
  23. *****************************************************************************/
  24. #define DefaultMaxDigits       6      /* Max digits in output        */
  25. #define DefaultLeftpad         True   /* 0 indicates no padding      */
  26.  
  27. #define DefaultThickness       6       /* 0 indicates no frame        */
  28. #define Default_FrameRed       100
  29. #define DefaultFrameGreen      139      /* RGB=0;0;0 for black         */
  30. #define DefaultFrameBlue       216
  31. #define FRGB_ImpliedFt         5       /* Use this FT if we get FRGB only */
  32.  
  33. #define DefaultTransparency       False    /* 0 indicates no transparent  */
  34. #define DefaultTransparentRed     0
  35. #define DefaultTransparentGreen   0 /* RGB=255;255;255 for white   */
  36. #define DefaultTransparentBlue    0
  37. #define TRGBImpliedTr              1   /* Use this TR if we get TRRBG only */
  38.  
  39. #define DefaultStartCount          1      /* Initial counter value       */
  40. #define DefaultShowCount           1      /* 1 indicates count is shown  */
  41. #define DfForRandom            "RANDOM"    /* This DF name means use rand */
  42. #define DefaultDatafile        "RANDOM"    /* Make rand the default, too  */
  43.  
  44. #define DefaultDigitsStyle       "A" /* Use GIFs in digits/A/files  */
  45. #define ParamDelimiters           "|&"    /* These separate params       */
  46.  
  47. /*****************************************************************************
  48. * This specifies a file listing RGB values mapped to names.
  49. * If not defined, no attempt to use RGB names is made.  If you're not sure,   
  50. * just leave this be--it's okay if the file does not exist.
  51. *
  52. * When RGB_MAPPING_ISERROR is set to 1, an error is returned when RGB name
  53. * value is used, but it shows the corresponding RGB triplet.  This is done
  54. * so RGB names can be looked up, but yet not allow users to make constant
  55. * use of this very ineffiecient lookup.
  56. *****************************************************************************/
  57. #define RgbMappingDict        "c:/wcount/rgb.txt"
  58. /*****************************************************************************
  59. * End of parameter defaults
  60. *****************************************************************************/
  61. #endif /* _COUNT_CONFIG_H*/
  62.