home *** CD-ROM | disk | FTP | other *** search
- #define P_CONFIG_OPH
-
- #define E_DATE_USA 0 /* MM/DD/YY */
- #define E_DATE_EUROPE 1 /* DD/MM/YY */
- #define E_DATE_JAPAN 2 /* YY/MM/DD */
- #define E_CURRENCY_BEFORE 0
- #define E_CURRENCY_AFTER 1
- #define E_NOSPACE_BETWEEN 1
- #define E_SPACE_BETWEEN 0
- #define E_TIME_12 0
- #define E_TIME_24 1
- #define E_ANALOGUE_CLOCK 0
- #define E_DIGITAL_CLOCK 1
- #define E_DST_HOME 1
- #define E_DST_EUROPEAN 2
- #define E_DST_NORTHERN 4
- #define E_DST_SOUTHERN 8
- #define E_IMPERIAL 0
- #define E_METRIC 1
- #define P_LANGUAGE_TST 0 /* Test language */
- #define P_LANGUAGE_ENG 1 /* English */
- #define P_LANGUAGE_FRN 2 /* French */
- #define P_LANGUAGE_GRM 3 /* German */
- #define P_LANGUAGE_SPA 4 /* Spanish */
- #define P_LANGUAGE_ITA 5 /* Italian */
- #define P_LANGUAGE_SWE 6 /* Swedish */
- #define P_LANGUAGE_DAN 7 /* Danish */
- #define P_LANGUAGE_NOR 8 /* Norwegian */
- #define P_LANGUAGE_FIN 9 /* Finnish */
- #define P_LANGUAGE_USA 10 /* American */
- #define P_LANGUAGE_SWF 11 /* Swiss french */
- #define P_LANGUAGE_SWG 12 /* Swiss german */
- #define P_LANGUAGE_POR 13 /* Portuguese */
- #define P_LANGUAGE_TUR 14 /* Turkish */
- #define P_LANGUAGE_ICE 15 /* Icelandic */
- #define P_LANGUAGE_RUS 16 /* Russian */
- #define P_LANGUAGE_HUN 17 /* Hungarian */
- #define P_LANGUAGE_DUT 18 /* Dutch */
- #define P_LANGUAGE_FLE 19 /* Belgian Flemish */
- #define P_LANGUAGE_OZZ 20 /* Australian */
- #define P_LANGUAGE_NZL 21 /* New Zealand */
- #define P_LANGUAGE_OST 22 /* Austrian */
- #define P_LANGUAGE_BEF 23 /* Belgian french */
- #define P_MAX_LANGUAGES 24
-
- STRUCT E_CONFIG
- countryCode%
- gmtOffset%
- dateType#
- timeType#
- currencySymbolPosition#
- currencySpaceRequired#
- currencyDecimalPlaces#
- currencyNegativeInBrackets#
- currencyTriadsAllowed#
- thousandsSeparator#
- decimalSeparator#
- dateSeparator#
- timeSeparator#
- currencySymbol#(9)
- startOfWeek#
- summerTime#
- clockType#
- dayAbbreviation#
- monthAbbreviation#
- workDays#
- units#
- spare#(9)
- ENDS
-