diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-16 22:47:48 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-12-16 22:47:48 +0200 |
commit | c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87 (patch) | |
tree | 0de6d373ddcd725e4dc4959723db701cfa7452d3 /awk.h | |
parent | 2a65624f71954cd1d6b62818852a8b1075b535a8 (diff) | |
download | egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.tar.gz egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.tar.bz2 egawk-c3d842c8bbf7b90113ba49b3a2cfa8436cda4a87.zip |
Remove AC_FUNC_VPRINTF macro and header tests.
Diffstat (limited to 'awk.h')
-rw-r--r-- | awk.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -180,10 +180,6 @@ typedef int off_t; #define O_BINARY 0 #endif -#ifndef HAVE_VPRINTF -#error "you lose: you need a system with vfprintf" -#endif /* HAVE_VPRINTF */ - #ifndef HAVE_SETLOCALE #define setlocale(locale, val) /* nothing */ #endif /* HAVE_SETLOCALE */ |