summaryrefslogtreecommitdiff
path: root/lib/fontconfig/config.h.in
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2010-03-25 21:46:00 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2010-03-25 21:46:00 +0000
commit44ff62e966fe9822cb180c33afa7cac44f940d96 (patch)
treefdbc17ded0bc5f40f6c97161fb3f14a39234a4ba /lib/fontconfig/config.h.in
parent4d546284a89cfeab19b10a31a8c548272f93b6b5 (diff)
Update to fontconfig 2.8.0. Tested on a full ports build by naddy@.
Diffstat (limited to 'lib/fontconfig/config.h.in')
-rw-r--r--lib/fontconfig/config.h.in13
1 files changed, 11 insertions, 2 deletions
diff --git a/lib/fontconfig/config.h.in b/lib/fontconfig/config.h.in
index cc3fa1c64..a1e524eef 100644
--- a/lib/fontconfig/config.h.in
+++ b/lib/fontconfig/config.h.in
@@ -52,6 +52,9 @@
/* Define to 1 if you have the `FT_Has_PS_Glyph_Names' function. */
#undef HAVE_FT_HAS_PS_GLYPH_NAMES
+/* Define to 1 if you have the `FT_Select_Size' function. */
+#undef HAVE_FT_SELECT_SIZE
+
/* Define to 1 if you have the `geteuid' function. */
#undef HAVE_GETEUID
@@ -73,6 +76,9 @@
/* Define to 1 if you have the `link' function. */
#undef HAVE_LINK
+/* Define to 1 if you have the `lrand48' function. */
+#undef HAVE_LRAND48
+
/* Define to 1 if you have the `memmove' function. */
#undef HAVE_MEMMOVE
@@ -91,8 +97,11 @@
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
-/* Define to 1 if you have the `rand_r' function. */
-#undef HAVE_RAND_R
+/* Define to 1 if you have the `rand' function. */
+#undef HAVE_RAND
+
+/* Define to 1 if you have the `random' function. */
+#undef HAVE_RANDOM
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H