15 lines
371 B
C

$ cat config.h
#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 */