1 1.1 mrg /* OS dependent parts of libintl. 2 1.1 mrg Copyright (C) 2001-2002 Free Software Foundation, Inc. 3 1.1 mrg 4 1.1 mrg This program is free software; you can redistribute it and/or modify it 5 1.1 mrg under the terms of the GNU Library General Public License as published 6 1.1 mrg by the Free Software Foundation; either version 2, or (at your option) 7 1.1 mrg any later version. 8 1.1 mrg 9 1.1 mrg This program is distributed in the hope that it will be useful, 10 1.1 mrg but WITHOUT ANY WARRANTY; without even the implied warranty of 11 1.1 mrg MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 12 1.1 mrg Library General Public License for more details. 13 1.1 mrg 14 1.1 mrg You should have received a copy of the GNU Library General Public 15 1.1 mrg License along with this program; if not, write to the Free Software 16 1.1 mrg Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, 17 1.1 mrg USA. */ 18 1.1 mrg 19 1.1 mrg #if defined __EMX__ 20 1.1 mrg # include "os2compat.c" 21 1.1 mrg #else 22 1.1 mrg /* Avoid AIX compiler warning. */ 23 1.1 mrg typedef int dummy; 24 1.1 mrg #endif 25