summaryrefslogtreecommitdiff
path: root/lib/pixman/config.h.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-14 13:42:51 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-11-14 13:42:51 +0000
commit7fba580fe91f68f7033ca860a6848792e231fde8 (patch)
tree0ea8a8b9b4c28f1585dc0cb00508814c84c710c7 /lib/pixman/config.h.in
parent9f15f5b334156d96c41edac86d2f93d21a418110 (diff)
Update to pixman 0.20.0.
tested by ajacoutot@, krw@ and on a bulk ports build by landry@.
Diffstat (limited to 'lib/pixman/config.h.in')
-rw-r--r--lib/pixman/config.h.in24
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/pixman/config.h.in b/lib/pixman/config.h.in
index 6277b106c..1c8b347aa 100644
--- a/lib/pixman/config.h.in
+++ b/lib/pixman/config.h.in
@@ -3,24 +3,42 @@
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
+/* Whether we have alarm() */
+#undef HAVE_ALARM
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the `getisax' function. */
#undef HAVE_GETISAX
+/* Whether we have getpagesize() */
+#undef HAVE_GETPAGESIZE
+
+/* Whether we have gettimeofday() */
+#undef HAVE_GETTIMEOFDAY
+
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `pixman-1' library (-lpixman-1). */
+#undef HAVE_LIBPIXMAN_1
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Whether we have mprotect() */
+#undef HAVE_MPROTECT
+
/* Whether we have posix_memalign() */
#undef HAVE_POSIX_MEMALIGN
/* Whether pthread_setspecific() is supported */
#undef HAVE_PTHREAD_SETSPECIFIC
+/* Whether we have sigaction() */
+#undef HAVE_SIGACTION
+
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
@@ -33,6 +51,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if we have <sys/mman.h> */
+#undef HAVE_SYS_MMAN_H
+
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
@@ -84,6 +105,9 @@
/* use MMX compiler intrinsics */
#undef USE_MMX
+/* use OpenMP in the test suite */
+#undef USE_OPENMP
+
/* use SSE2 compiler intrinsics */
#undef USE_SSE2