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