11638Srgrimes/* OS dependent parts of libintl.
21638Srgrimes   Copyright (C) 2001-2002 Free Software Foundation, Inc.
31638Srgrimes
41638Srgrimes   This program is free software; you can redistribute it and/or modify it
51638Srgrimes   under the terms of the GNU Library General Public License as published
61638Srgrimes   by the Free Software Foundation; either version 2, or (at your option)
71638Srgrimes   any later version.
81638Srgrimes
91638Srgrimes   This program is distributed in the hope that it will be useful,
101638Srgrimes   but WITHOUT ANY WARRANTY; without even the implied warranty of
111638Srgrimes   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
121638Srgrimes   Library General Public License for more details.
131638Srgrimes
141638Srgrimes   You should have received a copy of the GNU Library General Public
151638Srgrimes   License along with this program; if not, write to the Free Software
161638Srgrimes   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301,
171638Srgrimes   USA.  */
181638Srgrimes
191638Srgrimes#if defined __EMX__
201638Srgrimes# include "os2compat.c"
211638Srgrimes#else
221638Srgrimes/* Avoid AIX compiler warning.  */
231638Srgrimestypedef int dummy;
241638Srgrimes#endif
251638Srgrimes