From: Ben Pfaff Date: Tue, 6 Nov 2007 05:49:04 +0000 (+0000) Subject: No need for check for off_t or for the size of float or long double X-Git-Tag: sav-api~1208 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ad5fe55e454b8ccb271a710e2c4b1b53c57fc8c;hp=2ad5fe55e454b8ccb271a710e2c4b1b53c57fc8c;p=pspp No need for check for off_t or for the size of float or long double any longer, as we don't use the results anymore. Also, no need to put #include into config.h any longer, as this was only needed for --with-included-gettext, which we have not supported for some time. ---