14 lines
356 B
C
14 lines
356 B
C
#ifndef CONFIG_H
|
|
#define CONFIG_H
|
|
|
|
#define PACKAGE_VERSION "2.4.0"
|
|
#define PACKAGE "libplist"
|
|
#define PACKAGE_BUGREPORT "https://github.com/libimobiledevice/libplist/issues"
|
|
#define PACKAGE_NAME "libplist"
|
|
#define PACKAGE_STRING "libplist 2.4.0"
|
|
#define PACKAGE_TARNAME "libplist"
|
|
#define PACKAGE_URL "https://libimobiledevice.org"
|
|
|
|
#endif /* CONFIG_H */
|
|
|