aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-12-16 22:47:48 +0200
committerArnold D. Robbins <arnold@skeeve.com>2013-12-16 22:47:48 +0200
commitc3d842c8bbf7b90113ba49b3a2cfa8436cda4a87 (patch)
tree0de6d373ddcd725e4dc4959723db701cfa7452d3 /awk.h
parent2a65624f71954cd1d6b62818852a8b1075b535a8 (diff)
downloadegawk-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.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/awk.h b/awk.h
index 469d6b63..1414358c 100644
--- a/awk.h
+++ b/awk.h
@@ -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 */