sc68fordevelopers  2.2.1
/tmp/B.otnhgz8n/BUILD/sc68-2.2.1/config68.h
1 /* sc68 global configuration */
2 
3 #ifndef _SC68_CONFIG_H_
4 #define _SC68_CONFIG_H_
5 
6 #if defined(HAVE_CONFIG_H) || defined(HAVE_CONFIG_CONFIG68_H)
7 /*# include <config_config68.h>*/
8 # ifndef HAVE_CONFIG_H
9 # define HAVE_CONFIG_H 1
10 # endif
11 # ifndef HAVE_CONFIG_CONFIG68_H
12 # define HAVE_CONFIG_CONFIG68_H 1
13 # endif
14 #else
15 # ifndef _MSC_VER
16 # warning "package may be not properly configured."
17 # endif
18 # undef HAVE_CONFIG_H
19 # undef HAVE_CONFIG_CONFIG68_H
20 #endif
21 
22 #include <config_package68.h>
23 #include <config_option68.h>
24 #include <config_type68.h>
25 #include <config_platform68.h>
26 
27 #endif /* #ifndef _SC68_CONFIG_H_ */