home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / P / CONFIG.OPH next >
Encoding:
Text File  |  1995-12-21  |  1.9 KB  |  70 lines

  1. #define P_CONFIG_OPH
  2.  
  3. #define E_DATE_USA 0 /* MM/DD/YY */ 
  4. #define E_DATE_EUROPE 1 /* DD/MM/YY */ 
  5. #define E_DATE_JAPAN 2 /* YY/MM/DD */ 
  6. #define E_CURRENCY_BEFORE 0
  7. #define E_CURRENCY_AFTER 1
  8. #define E_NOSPACE_BETWEEN 1
  9. #define E_SPACE_BETWEEN 0
  10. #define E_TIME_12 0
  11. #define E_TIME_24 1
  12. #define E_ANALOGUE_CLOCK 0
  13. #define E_DIGITAL_CLOCK 1
  14. #define E_DST_HOME 1
  15. #define E_DST_EUROPEAN 2
  16. #define E_DST_NORTHERN 4
  17. #define E_DST_SOUTHERN 8
  18. #define E_IMPERIAL 0
  19. #define E_METRIC 1
  20. #define P_LANGUAGE_TST 0 /* Test language */
  21. #define P_LANGUAGE_ENG 1 /* English */
  22. #define P_LANGUAGE_FRN 2 /* French */
  23. #define P_LANGUAGE_GRM 3 /* German */
  24. #define P_LANGUAGE_SPA 4 /* Spanish */
  25. #define P_LANGUAGE_ITA 5 /* Italian */
  26. #define P_LANGUAGE_SWE 6 /* Swedish */
  27. #define P_LANGUAGE_DAN 7 /* Danish */
  28. #define P_LANGUAGE_NOR 8 /* Norwegian */
  29. #define P_LANGUAGE_FIN 9 /* Finnish */
  30. #define P_LANGUAGE_USA 10 /* American */
  31. #define P_LANGUAGE_SWF 11 /* Swiss french */
  32. #define P_LANGUAGE_SWG 12 /* Swiss german */
  33. #define P_LANGUAGE_POR 13 /* Portuguese */
  34. #define P_LANGUAGE_TUR 14 /* Turkish */
  35. #define P_LANGUAGE_ICE 15 /* Icelandic */
  36. #define P_LANGUAGE_RUS 16 /* Russian */
  37. #define P_LANGUAGE_HUN 17 /* Hungarian */
  38. #define P_LANGUAGE_DUT 18 /* Dutch */
  39. #define P_LANGUAGE_FLE 19 /* Belgian Flemish */
  40. #define P_LANGUAGE_OZZ 20 /* Australian */
  41. #define P_LANGUAGE_NZL 21 /* New Zealand */
  42. #define P_LANGUAGE_OST 22 /* Austrian */
  43. #define P_LANGUAGE_BEF 23 /* Belgian french */
  44. #define P_MAX_LANGUAGES 24
  45.  
  46. STRUCT E_CONFIG
  47.     countryCode%
  48.     gmtOffset%
  49.     dateType#
  50.     timeType#
  51.     currencySymbolPosition#
  52.     currencySpaceRequired#
  53.     currencyDecimalPlaces#
  54.     currencyNegativeInBrackets#
  55.     currencyTriadsAllowed#
  56.     thousandsSeparator#
  57.     decimalSeparator#
  58.     dateSeparator#
  59.     timeSeparator#
  60.     currencySymbol#(9)
  61.     startOfWeek#
  62.     summerTime#
  63.     clockType#
  64.     dayAbbreviation#
  65.     monthAbbreviation#
  66.     workDays#
  67.     units#
  68.     spare#(9)
  69. ENDS
  70.