diff options
Diffstat (limited to 'Build/source/texk/kpathsea/c-auto.in')
-rw-r--r-- | Build/source/texk/kpathsea/c-auto.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/c-auto.in b/Build/source/texk/kpathsea/c-auto.in index 2aea003de62..aa8a1d58e5a 100644 --- a/Build/source/texk/kpathsea/c-auto.in +++ b/Build/source/texk/kpathsea/c-auto.in @@ -2,7 +2,7 @@ /* c-auto.h: defines for kpathsea, as determined by configure. - Copyright 1994-97, 2008, 2009, 2010 Karl Berry. + Copyright 1994-97, 2008-2015 Karl Berry. Copyright 1997-99, 2002, 2005 Olaf Weber. This library is free software; you can redistribute it and/or @@ -35,6 +35,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 declaration of `putenv', and to 0 if you don't. */ #undef HAVE_DECL_PUTENV |