summaryrefslogtreecommitdiff
path: root/Build/source/texk/web2c/c-auto.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-18 11:18:30 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-01-18 11:18:30 +0000
commitd5b1d635e3cbfd4d919e11ec0bcb4fced2d7b212 (patch)
treecf13487ebe01f7931bea29e1136a37ea762a076f /Build/source/texk/web2c/c-auto.in
parent31accee3d73f4b87a333844e128eb9258f5f8f11 (diff)
web2c: Printing of file offsets when sizeof(off_t) > sizeof(long)
git-svn-id: svn://tug.org/texlive/trunk@25140 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/c-auto.in')
-rw-r--r--Build/source/texk/web2c/c-auto.in3
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 b6a3138c87e..c8eecefcbad 100644
--- a/Build/source/texk/web2c/c-auto.in
+++ b/Build/source/texk/web2c/c-auto.in
@@ -294,6 +294,9 @@
/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
+/* The size of `off_t', as computed by sizeof. */
+#undef SIZEOF_OFF_T
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS