diff options
author | marha <marha@users.sourceforge.net> | 2013-01-08 12:41:40 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2013-01-08 12:41:40 +0100 |
commit | e59b1896b907c5ecfe184723d4c6adc2c20fa678 (patch) | |
tree | 2806eac64f3d93f6c7eaea135198f0bda667dc85 /fontconfig/config.h | |
parent | 697b3d945721286105e8976817dc9d6be61140de (diff) | |
download | vcxsrv-e59b1896b907c5ecfe184723d4c6adc2c20fa678.tar.gz vcxsrv-e59b1896b907c5ecfe184723d4c6adc2c20fa678.tar.bz2 vcxsrv-e59b1896b907c5ecfe184723d4c6adc2c20fa678.zip |
Use fonts.conf file in fontconfig
Diffstat (limited to 'fontconfig/config.h')
-rw-r--r-- | fontconfig/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fontconfig/config.h b/fontconfig/config.h index eea2ea488..593744bd3 100644 --- a/fontconfig/config.h +++ b/fontconfig/config.h @@ -6,4 +6,8 @@ #undef __STDC__ #define FLEXIBLE_ARRAY_MEMBER #define inline __inline +#define HAVE_FCNTL_H 1 +#define HAVE__MKTEMP_S 1 +#define FC_CACHEDIR getenv("TEMP") +#define FC_DEFAULT_FONTS "fonts" |