diff options
Diffstat (limited to 'Build/source/texk/bibtex-x/config.h.in')
-rw-r--r-- | Build/source/texk/bibtex-x/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/bibtex-x/config.h.in b/Build/source/texk/bibtex-x/config.h.in index eac808dace1..18a324fab15 100644 --- a/Build/source/texk/bibtex-x/config.h.in +++ b/Build/source/texk/bibtex-x/config.h.in @@ -6,6 +6,10 @@ /* Define to 1 if you have the <assert.h> header file. */ #undef HAVE_ASSERT_H +/* Define to 1 if you have the declaration of `isascii', and to 0 if you + don't. */ +#undef HAVE_DECL_ISASCII + /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'. */ #undef HAVE_DIRENT_H |