Blame intl/osdep.c

Packit Service a721b1
/* OS dependent parts of libintl.
Packit Service a721b1
   Copyright (C) 2001-2002, 2006 Free Software Foundation, Inc.
Packit Service a721b1
Packit Service a721b1
   This program is free software; you can redistribute it and/or modify it
Packit Service a721b1
   under the terms of the GNU Library General Public License as published
Packit Service a721b1
   by the Free Software Foundation; either version 2, or (at your option)
Packit Service a721b1
   any later version.
Packit Service a721b1
Packit Service a721b1
   This program is distributed in the hope that it will be useful,
Packit Service a721b1
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit Service a721b1
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Packit Service a721b1
   Library General Public License for more details.
Packit Service a721b1
Packit Service a721b1
   You should have received a copy of the GNU Library General Public
Packit Service a721b1
   License along with this program; if not, write to the Free Software
Packit Service a721b1
   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
Packit Service a721b1
   USA.  */
Packit Service a721b1
Packit Service a721b1
#if defined __CYGWIN__
Packit Service a721b1
# include "intl-exports.c"
Packit Service a721b1
#elif defined __EMX__
Packit Service a721b1
# include "os2compat.c"
Packit Service a721b1
#else
Packit Service a721b1
/* Avoid AIX compiler warning.  */
Packit Service a721b1
typedef int dummy;
Packit Service a721b1
#endif