Module Name:    xsrc
Committed By:   mrg
Date:           Sat Jul 12 04:20:22 UTC 2014

Modified Files:
        xsrc/external/mit/fontconfig/include: config.h fcalias.h fcaliastail.h

Log Message:
regen for fontconfig 2.11.1


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 xsrc/external/mit/fontconfig/include/config.h \
    xsrc/external/mit/fontconfig/include/fcalias.h \
    xsrc/external/mit/fontconfig/include/fcaliastail.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: xsrc/external/mit/fontconfig/include/config.h
diff -u xsrc/external/mit/fontconfig/include/config.h:1.4 xsrc/external/mit/fontconfig/include/config.h:1.5
--- xsrc/external/mit/fontconfig/include/config.h:1.4	Thu Mar 20 07:57:19 2014
+++ xsrc/external/mit/fontconfig/include/config.h	Sat Jul 12 04:20:22 2014
@@ -105,6 +105,9 @@
 /* Define to 1 if you have the <memory.h> header file. */
 #define HAVE_MEMORY_H 1
 
+/* Define to 1 if you have the `mkdtemp' function. */
+#define HAVE_MKDTEMP 1
+
 /* Define to 1 if you have the `mkostemp' function. */
 /* #undef HAVE_MKOSTEMP */
 
@@ -117,7 +120,7 @@
 /* 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 'posix_fadvise' function. */
+/* Define to 1 if you have the 'posix_fadivse' function. */
 #define HAVE_POSIX_FADVISE 1
 
 /* Have POSIX threads */
@@ -138,6 +141,9 @@
 /* Define to 1 if you have the `rand_r' function. */
 #define HAVE_RAND_R 1
 
+/* Define to 1 if you have the `readlink' function. */
+#define HAVE_READLINK 1
+
 /* Define to 1 if you have the `regcomp' function. */
 #define HAVE_REGCOMP 1
 
@@ -213,6 +219,9 @@
 /* Define to 1 if you have the <sys/statfs.h> header file. */
 /* #undef HAVE_SYS_STATFS_H */
 
+/* Define to 1 if you have the <sys/statvfs.h> header file. */
+#define HAVE_SYS_STATVFS_H 1
+
 /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1
 
Index: xsrc/external/mit/fontconfig/include/fcalias.h
diff -u xsrc/external/mit/fontconfig/include/fcalias.h:1.4 xsrc/external/mit/fontconfig/include/fcalias.h:1.5
--- xsrc/external/mit/fontconfig/include/fcalias.h:1.4	Thu Mar 20 07:57:19 2014
+++ xsrc/external/mit/fontconfig/include/fcalias.h	Sat Jul 12 04:20:22 2014
@@ -130,6 +130,8 @@ extern __typeof (FcDirSave) IA__FcDirSav
 #define FcDirSave IA__FcDirSave
 extern __typeof (FcDirCacheLoad) IA__FcDirCacheLoad __attribute((visibility("hidden")));
 #define FcDirCacheLoad IA__FcDirCacheLoad
+extern __typeof (FcDirCacheRescan) IA__FcDirCacheRescan __attribute((visibility("hidden")));
+#define FcDirCacheRescan IA__FcDirCacheRescan
 extern __typeof (FcDirCacheRead) IA__FcDirCacheRead __attribute((visibility("hidden")));
 #define FcDirCacheRead IA__FcDirCacheRead
 extern __typeof (FcDirCacheLoadFile) IA__FcDirCacheLoadFile __attribute((visibility("hidden")));
Index: xsrc/external/mit/fontconfig/include/fcaliastail.h
diff -u xsrc/external/mit/fontconfig/include/fcaliastail.h:1.4 xsrc/external/mit/fontconfig/include/fcaliastail.h:1.5
--- xsrc/external/mit/fontconfig/include/fcaliastail.h:1.4	Thu Mar 20 07:57:19 2014
+++ xsrc/external/mit/fontconfig/include/fcaliastail.h	Sat Jul 12 04:20:22 2014
@@ -148,6 +148,8 @@ extern __typeof (FcDirSave) FcDirSave __
 extern __typeof (FcDirCacheLoad) FcDirCacheLoad __attribute((alias("IA__FcDirCacheLoad"), visibility("default")));
 #endif /* __fccache__ */
 #ifdef __fcdir__
+# undef FcDirCacheRescan
+extern __typeof (FcDirCacheRescan) FcDirCacheRescan __attribute((alias("IA__FcDirCacheRescan"), visibility("default")));
 # undef FcDirCacheRead
 extern __typeof (FcDirCacheRead) FcDirCacheRead __attribute((alias("IA__FcDirCacheRead"), visibility("default")));
 #endif /* __fcdir__ */

Reply via email to