diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-05-29 15:56:19 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-05-29 15:56:19 +0000 |
commit | 5e023263c09f29bc797e53584d60092a04b62e2d (patch) | |
tree | 2757b9bfe07610058284b06a345dd7356c8176b6 /Build/source/texk/web2c/c-auto.in | |
parent | ce649ba58fb8f5504020ca648b9c7dd7a74c9d3d (diff) |
synctex portability patches
git-svn-id: svn://tug.org/texlive/trunk@8406 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/c-auto.in')
-rw-r--r-- | Build/source/texk/web2c/c-auto.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index dad0a90f089..3813e384d16 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -52,6 +52,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <locale.h> header file. */ +#undef HAVE_LOCALE_H + /* Define if you have libfontconfig */ #undef HAVE_LIBFONTCONFIG @@ -82,6 +85,9 @@ /* Define if you have POSIX threads libraries and header files. */ #undef HAVE_PTHREAD +/* Define to 1 if you have the `setlocale' function. */ +#undef HAVE_SETLOCALE + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H @@ -97,6 +103,12 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if you have the `strlcat' function. */ +#undef HAVE_STRLCAT + +/* Define to 1 if you have the `strlcpy' function. */ +#undef HAVE_STRLCPY + /* Define to 1 if you have the <sys/stat.h> header file. */ #undef HAVE_SYS_STAT_H |