this repo has no description
1/*
2 OSGCOMUD.h
3
4 Copyright (C) 2020 Paul C. Pratt
5
6 You can redistribute this file and/or modify it under the terms
7 of version 2 of the GNU General Public License as published by
8 the Free Software Foundation. You should have received a copy
9 of the license along with this file; see the file COPYING.
10
11 This file is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 license for more details.
15*/
16
17/*
18 Operating System Glue COMmon includes, User options Dependent
19
20 Second include of OSGLUxxx files. All things in common
21 that can not go in OSGLCMUI, because they depend on user options.
22*/
23
24#ifdef OSGCOMUD_H
25#error "header already included"
26#else
27#define OSGCOMUD_H
28#endif
29
30#include "CNFUDOSG.h"
31 /*
32 Configuration file dependent on user options
33 for operating system glue.
34 */
35#include "CNFUDALL.h"
36 /*
37 Configuration file dependent on user options
38 for all code.
39 */
40#include "OSGLUAAA.h"
41
42#include "STRCONST.h"