diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-24 13:04:58 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2010-12-24 13:04:58 +0200 |
commit | 548860a1ea062487312538d31026c5801d294860 (patch) | |
tree | 3ad5ea46c7fa23753e294b235ea64f1fdf231078 /custom.h | |
parent | 831c04c9070dfd16d05f4f95a558a969ae70e835 (diff) | |
download | egawk-548860a1ea062487312538d31026c5801d294860.tar.gz egawk-548860a1ea062487312538d31026c5801d294860.tar.bz2 egawk-548860a1ea062487312538d31026c5801d294860.zip |
Upgrade to Autoconf 3.68 and Bison 2.4.3. Make a dist.
Diffstat (limited to 'custom.h')
-rw-r--r-- | custom.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -31,12 +31,6 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA */ -/* for MIPS RiscOS, from Nelson H. F. Beebe, beebe@math.utah.edu */ -#if defined(__host_mips) && defined(SYSTYPE_BSD43) -#undef HAVE_STRTOD -#undef HAVE_STRERROR -#endif - /* for VMS POSIX, from Pat Rankin, rankin@pactechdata.com */ #ifdef VMS_POSIX #undef VMS |