/* * The contents of this file are subject to the Interbase Public * License Version 1.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy * of the License at http://www.Inprise.com/IPL.html * * Software distributed under the License is distributed on an * "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express * or implied. See the License for the specific language governing * rights and limitations under the License. * * The Original Code was created by Inprise Corporation * and its predecessors. Portions created by Inprise Corporation are * Copyright (C) Inprise Corporation. * * All Rights Reserved. * Contributor(s): ______________________________________. */ #ifndef _INTL_COUNTRIES_H_ #define _INTL_COUNTRIES_H_ #define US 1 /* USA */ #define FRENCHCAN 2 /* FRENCHCAN */ #define LATINAMER 3 /* LATINAMER */ #define NEDERLANDS 31 /* NEDERLANDS */ #define BELGIUM 32 /* BELGIUM */ #define FRANCE 33 /* FRANCE */ #define SPAIN 34 /* SPAIN */ #define HUNGARY 36 /* HUNGARY */ #define YUGOSLAVIA 38 /* YUGOSLAVIA */ #define ITALY 39 /* ITALY */ #define SWITZ 41 /* SWITZ */ #define CZECH 42 /* CZECH */ #define UK 44 /* UK */ #define DENMARK 45 /* DENMARK */ #define SWEDEN 46 /* SWEDEN */ #define NORWAY 47 /* NORWAY */ #define POLAND 48 /* POLAND */ #define GERMANY 49 /* GERMANY */ #define BRAZIL 55 /* BRAZIL */ #define INTL 61 /* INTL */ #define JAPAN 81 /* JAPAN */ #define PORTUGAL 351 /* PORTUGAL */ #define ICELAND 354 /* ICELAND */ #define FINLAND 358 /* FINLAND */ #define KOREA 82 /* KOREA */ #endif /* _INTL_COUNTRIES_H_ */