11176bdada62cabc6ec4b0308a930e83b679d5d36John Reck/* Name of package */
21176bdada62cabc6ec4b0308a930e83b679d5d36John Reck#define PACKAGE "pixman"
31176bdada62cabc6ec4b0308a930e83b679d5d36John Reck
41176bdada62cabc6ec4b0308a930e83b679d5d36John Reck/* Define to the address where bug reports for this package should be sent. */
51176bdada62cabc6ec4b0308a930e83b679d5d36John Reck#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
61176bdada62cabc6ec4b0308a930e83b679d5d36John Reck
71176bdada62cabc6ec4b0308a930e83b679d5d36John Reck/* Define to the full name of this package. */
81176bdada62cabc6ec4b0308a930e83b679d5d36John Reck#define PACKAGE_NAME "pixman"
91176bdada62cabc6ec4b0308a930e83b679d5d36John Reck
101176bdada62cabc6ec4b0308a930e83b679d5d36John Reck/* Define to the full name and version of this package. */
111176bdada62cabc6ec4b0308a930e83b679d5d36John Reck#define PACKAGE_STRING "pixman 0.30.0"
121176bdada62cabc6ec4b0308a930e83b679d5d36John Reck
131176bdada62cabc6ec4b0308a930e83b679d5d36John Reck/* Define to the one symbol short name of this package. */
141176bdada62cabc6ec4b0308a930e83b679d5d36John Reck#define PACKAGE_TARNAME "pixman"
151176bdada62cabc6ec4b0308a930e83b679d5d36John Reck
161176bdada62cabc6ec4b0308a930e83b679d5d36John Reck/* Define to the home page for this package. */
171176bdada62cabc6ec4b0308a930e83b679d5d36John Reck#define PACKAGE_URL ""
181176bdada62cabc6ec4b0308a930e83b679d5d36John Reck
191176bdada62cabc6ec4b0308a930e83b679d5d36John Reck/* Define to the version of this package. */
201176bdada62cabc6ec4b0308a930e83b679d5d36John Reck#define PACKAGE_VERSION "0.30.0"
211176bdada62cabc6ec4b0308a930e83b679d5d36John Reck
221176bdada62cabc6ec4b0308a930e83b679d5d36John Reck/* The compiler supported TLS storage class */
231176bdada62cabc6ec4b0308a930e83b679d5d36John Reck#define TLS __thread
24