liblscp  0.9.11.2
config.h
Go to the documentation of this file.
1 #ifndef CONFIG_H
2 #define CONFIG_H
3 
4 /* Define to the full name of this package. */
5 #define PACKAGE_NAME "liblscp"
6 
7 /* Define to the full name and version of this package. */
8 #define PACKAGE_STRING "liblscp 0.9.11.2"
9 
10 /* Define to the version of this package. */
11 #define PACKAGE_VERSION "0.9.11.2"
12 
13 /* Define to the address where bug reports for this package should be sent. */
14 #define PACKAGE_BUGREPORT "rncbc@rncbc.org"
15 
16 /* Define to the one symbol short name of this package. */
17 #define PACKAGE_TARNAME "liblscp"
18 
19 /* Define to the version of this package. */
20 #define CONFIG_VERSION "0.9.11.2"
21 
22 /* Define to the build version of this package. */
23 /* #undef CONFIG_BUILD_VERSION */
24 
25 /* Default installation prefix. */
26 #define CONFIG_PREFIX "/usr"
27 
28 /* Define to target installation dirs. */
29 #define CONFIG_LIBDIR "/usr/lib"
30 #define CONFIG_INCLUDEDIR "/usr/include"
31 
32 #endif /* CONFIG_H */