diff options
Diffstat (limited to 'Build/source/texk/dvisvgm/dvisvgm-src/config.h.in')
-rw-r--r-- | Build/source/texk/dvisvgm/dvisvgm-src/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Build/source/texk/dvisvgm/dvisvgm-src/config.h.in b/Build/source/texk/dvisvgm/dvisvgm-src/config.h.in index f847b92cb0b..d7784f5f874 100644 --- a/Build/source/texk/dvisvgm/dvisvgm-src/config.h.in +++ b/Build/source/texk/dvisvgm/dvisvgm-src/config.h.in @@ -49,6 +49,9 @@ /* Define to 1 if you have the `ttfautohint' library (-lttfautohint). */ #undef HAVE_LIBTTFAUTOHINT +/* Define to 1 if you have the `xxhash' library (-lxxhash). */ +#undef HAVE_LIBXXHASH + /* Define to 1 if you have the `z' library (-lz). */ #undef HAVE_LIBZ @@ -103,6 +106,9 @@ /* Define to 1 if you have the <ttfautohint.h> header file. */ #undef HAVE_TTFAUTOHINT_H +/* Define to 1 if you have the `umask' function. */ +#undef HAVE_UMASK + /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H |