diff options
author | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-03 11:57:25 +0000 |
---|---|---|
committer | Jonathan Kew <jfkthame@googlemail.com> | 2008-06-03 11:57:25 +0000 |
commit | c8bef80b5b52f1ab4733c7e5ea2095ca1692fb84 (patch) | |
tree | dcf59a2a386877cb8359348886036285ddc80966 /Build/source/texk/web2c/c-auto.in | |
parent | 294fe331a768b101f3b0b3d7f91171ab8900152d (diff) |
avoid fabsf, fmaxf in synctex code for portability
git-svn-id: svn://tug.org/texlive/trunk@8516 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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/c-auto.in b/Build/source/texk/web2c/c-auto.in index 3813e384d16..367ac190934 100644 --- a/Build/source/texk/web2c/c-auto.in +++ b/Build/source/texk/web2c/c-auto.in @@ -40,6 +40,9 @@ /* Define if you have Carbon */ #undef HAVE_CARBON +/* Define to 1 if you have the `fmax' function. */ +#undef HAVE_FMAX + /* Define to 1 if you have the <ft2build.h> header file. */ #undef HAVE_FT2BUILD_H |