config_package68.h00001
00002
00003 #ifndef _SC68_CONFIG_PACKAGE68_H_
00004 #define _SC68_CONFIG_PACKAGE68_H_
00005
00006 #if defined(HAVE_CONFIG_H) || defined(_MSC_VER)
00007
00008 #define PACKAGE68 "sc68"
00009 #define PACKAGE68_BUGREPORT "bug@sashipa.com"
00010 #define PACKAGE68_NAME "sc68"
00011 #define PACKAGE68_STRING "sc68 2.3.0"
00012 #define PACKAGE68_TARNAME "sc68"
00013 #define PACKAGE68_VERSION "2.3.0"
00014 #define VERSION68 "2.3.0"
00015 #define VERSION68_NUM 230
00016 #define PACKAGE68_URL "http://sc68.atari.org"
00017
00018 #endif
00019
00020
00021 #ifndef NO_FALLBACK_CONFIG
00022
00023 #ifndef PACKAGE68
00024 # define PACKAGE68 "undefined package"
00025 #endif
00026 #ifndef PACKAGE68_BUGREPORT
00027 # define PACKAGE68_BUGREPORT "undefined bug-report"
00028 #endif
00029 #ifndef PACKAGE68_NAME
00030 # define PACKAGE68_NAME PACKAGE68
00031 #endif
00032 #ifndef PACKAGE68_STRING
00033 # define PACKAGE68_STRING PACKAGE68_NAME " " PACKAGE68_VERSION
00034 #endif
00035 #ifndef PACKAGE68_TARNAME
00036 # define PACKAGE68_TARNAME PACKAGE68
00037 #endif
00038 #ifndef PACKAGE68_VERSION
00039 # define PACKAGE68_VERSION "undefined version"
00040 #endif
00041 #ifndef VERSION68
00042 # define VERSION68 PACKAGE68_VERSION
00043 #endif
00044 #ifndef VERSION68_NUM
00045 # define VERSION68_NUM 0
00046 #endif
00047 #ifndef PACKAGE68_URL
00048 # define PACKAGE68_URL "undefined website URL"
00049 #endif
00050
00051 #endif
00052
00053 #endif
|