config68.h00001
00002
00003 #ifndef _SC68_CONFIG_H_
00004 #define _SC68_CONFIG_H_
00005
00006 #if defined(HAVE_CONFIG_H) || defined(HAVE_CONFIG_CONFIG68_H)
00007
00008 # ifndef HAVE_CONFIG_H
00009 # define HAVE_CONFIG_H 1
00010 # endif
00011 # ifndef HAVE_CONFIG_CONFIG68_H
00012 # define HAVE_CONFIG_CONFIG68_H 1
00013 # endif
00014 #else
00015 # ifndef _MSC_VER
00016 # warning "package may be not properly configured."
00017 # endif
00018 # undef HAVE_CONFIG_H
00019 # undef HAVE_CONFIG_CONFIG68_H
00020 #endif
00021
00022 #include <config_package68.h>
00023 #include <config_option68.h>
00024 #include <config_type68.h>
00025 #include <config_platform68.h>
00026
00027 #endif
|