aboutsummaryrefslogtreecommitdiff
path: root/pixman/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'pixman/config.h')
-rw-r--r--pixman/config.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/pixman/config.h b/pixman/config.h
new file mode 100644
index 0000000..56ad41b
--- /dev/null
+++ b/pixman/config.h
@@ -0,0 +1,23 @@
+/* Name of package */
+#define PACKAGE "pixman"
+
+/* Define to the address where bug reports for this package should be sent. */
+#define PACKAGE_BUGREPORT "pixman@lists.freedesktop.org"
+
+/* Define to the full name of this package. */
+#define PACKAGE_NAME "pixman"
+
+/* Define to the full name and version of this package. */
+#define PACKAGE_STRING "pixman 0.30.0"
+
+/* Define to the one symbol short name of this package. */
+#define PACKAGE_TARNAME "pixman"
+
+/* Define to the home page for this package. */
+#define PACKAGE_URL ""
+
+/* Define to the version of this package. */
+#define PACKAGE_VERSION "0.30.0"
+
+/* The compiler supported TLS storage class */
+#define TLS __thread