sc68fordevelopers  2.2.1
/tmp/B.otnhgz8n/BUILD/sc68-2.2.1/config_package68.h
1 /* sc68 package version configuration. */
2 
3 #ifndef _SC68_CONFIG_PACKAGE68_H_
4 #define _SC68_CONFIG_PACKAGE68_H_
5 
6 #if defined(HAVE_CONFIG_H) || defined(_MSC_VER)
7 
8 #define PACKAGE68 "sc68"
9 #define PACKAGE68_BUGREPORT "bug@sashipa.com"
10 #define PACKAGE68_NAME "sc68"
11 #define PACKAGE68_STRING "sc68 2.2.1"
12 #define PACKAGE68_TARNAME "sc68"
13 #define PACKAGE68_VERSION "2.2.1"
14 #define VERSION68 "2.2.1"
15 #define VERSION68_NUM 221
16 #define PACKAGE68_URL "http://sashipa.ben.free.fr/sc68"
17 
18 #endif /* #ifdef HAVE_CONFIG_H */
19 
20 /* Fallback */
21 #ifndef NO_FALLBACK_CONFIG
22 
23 #ifndef PACKAGE68
24 # define PACKAGE68 "undefined package"
25 #endif
26 #ifndef PACKAGE68_BUGREPORT
27 # define PACKAGE68_BUGREPORT "undefined bug-report"
28 #endif
29 #ifndef PACKAGE68_NAME
30 # define PACKAGE68_NAME PACKAGE68
31 #endif
32 #ifndef PACKAGE68_STRING
33 # define PACKAGE68_STRING PACKAGE68_NAME " " PACKAGE68_VERSION
34 #endif
35 #ifndef PACKAGE68_TARNAME
36 # define PACKAGE68_TARNAME PACKAGE68
37 #endif
38 #ifndef PACKAGE68_VERSION
39 # define PACKAGE68_VERSION "undefined version"
40 #endif
41 #ifndef VERSION68
42 # define VERSION68 PACKAGE68_VERSION
43 #endif
44 #ifndef VERSION68_NUM
45 # define VERSION68_NUM 0
46 #endif
47 #ifndef PACKAGE68_URL
48 # define PACKAGE68_URL "undefined website URL"
49 #endif
50 
51 #endif /* #ifndef NO_FALLBACK_CONFIG */
52 
53 #endif /* #ifndef _SC68_CONFIG_PACKAGE68_H_ */