diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-15 22:52:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-15 22:52:41 +0000 |
commit | 70090e3ff9ef701f4712fbf70b7d9d93b6fd23d7 (patch) | |
tree | 9b74c1bf86f887bc3b71df29bc82d9f3d8939444 /Build/source/texk/dvisvgm/config.h.in | |
parent | e1d7bddac7d75ef6bb337f709e67cbd35a6b1e09 (diff) |
locale portability patch from Martin; autoreconf
git-svn-id: svn://tug.org/texlive/trunk@43238 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/dvisvgm/config.h.in')
-rw-r--r-- | Build/source/texk/dvisvgm/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/dvisvgm/config.h.in b/Build/source/texk/dvisvgm/config.h.in index b6992e12fa0..7dd62bf7d94 100644 --- a/Build/source/texk/dvisvgm/config.h.in +++ b/Build/source/texk/dvisvgm/config.h.in @@ -165,6 +165,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `uselocale' function. */ +#undef HAVE_USELOCALE + /* Define to 1 if you have the `vprintf' function. */ #undef HAVE_VPRINTF |