config.h revision 1176bdada62cabc6ec4b0308a930e83b679d5d36
1/* Name of package */
2#define PACKAGE "pixman"
3
4/* Define to the address where bug reports for this package should be sent. */
5#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
6
7/* Define to the full name of this package. */
8#define PACKAGE_NAME "pixman"
9
10/* Define to the full name and version of this package. */
11#define PACKAGE_STRING "pixman 0.30.0"
12
13/* Define to the one symbol short name of this package. */
14#define PACKAGE_TARNAME "pixman"
15
16/* Define to the home page for this package. */
17#define PACKAGE_URL ""
18
19/* Define to the version of this package. */
20#define PACKAGE_VERSION "0.30.0"
21
22/* The compiler supported TLS storage class */
23#define TLS __thread
24