xref: /openbsd-src/gnu/usr.bin/cvs/os2/os2inc.h (revision 461cc63e7458ce60db55037c1a7656349538b52f)
1*461cc63eStholo /* This file is used to make the os/2 header files idempotent.
2*461cc63eStholo    Written 11/96 by Ullrich von Bassewitz (uz@musoftware.com)
3*461cc63eStholo 
4*461cc63eStholo    This program is free software; you can redistribute it and/or modify
5*461cc63eStholo    it under the terms of the GNU General Public License as published by
6*461cc63eStholo    the Free Software Foundation; either version 2, or (at your option)
7*461cc63eStholo    any later version.
8*461cc63eStholo 
9*461cc63eStholo    This program is distributed in the hope that it will be useful,
10*461cc63eStholo    but WITHOUT ANY WARRANTY; without even the implied warranty of
11*461cc63eStholo    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12*461cc63eStholo    GNU General Public License for more details.  */
13*461cc63eStholo 
14*461cc63eStholo #ifndef IN_OS2INC_H
15*461cc63eStholo #define IN_OS2INC_H
16*461cc63eStholo 
17*461cc63eStholo #define INCL_BASE
18*461cc63eStholo #define INCL_SUB
19*461cc63eStholo #define INCL_KBD
20*461cc63eStholo #include <os2.h>
21*461cc63eStholo 
22*461cc63eStholo #endif
23