Blame intl/osdep.c

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