set CONFIG_SITE=%XSRC%/djgpp/config.site\r
if not "%CONFIG_SITE%" == "%XSRC%/djgpp/config.site" goto SmallEnv\r
\r
+Rem inttypes_.h and inttypes.h map to the same 8.3 alias.\r
+test -f %XSRC%/lib/inttypes_.h\r
+if not errorlevel 1 mv -f %XSRC%/lib/inttypes_.h %XSRC%/lib/_inttypes.h\r
+\r
Rem Make sure crucial file names are not munged by unpacking\r
test -f %XSRC%/po/Makefile.in.in\r
if not errorlevel 1 mv -f %XSRC%/po/Makefile.in.in %XSRC%/po/Makefile.in-in\r