aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2016-08-29 05:58:49 +0300
committerArnold D. Robbins <arnold@skeeve.com>2016-08-29 05:58:49 +0300
commitaf43bad53b2f05ba0d4403a59433f587a1e32b22 (patch)
tree3140c3e94c82bb687009bdcf547786b73f3f276b /configure
parent00682d87a1a1c0535c0fa5adb27867578dc76d49 (diff)
downloadegawk-af43bad53b2f05ba0d4403a59433f587a1e32b22.tar.gz
egawk-af43bad53b2f05ba0d4403a59433f587a1e32b22.tar.bz2
egawk-af43bad53b2f05ba0d4403a59433f587a1e32b22.zip
Use fwrite_unlocked if it exists. Nice speedup in output.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index c9955354..1fd6e4e8 100755
--- a/configure
+++ b/configure
@@ -9811,6 +9811,7 @@ esac
# Need the check for mkstemp and tmpfile for missing_d/snprintf.c.
for ac_func in __etoa_l atexit btowc fmod getgrent getgroups grantpt \
+ fwrite_unlocked \
isascii iswctype iswlower iswupper mbrlen \
memcmp memcpy memcpy_ulong memmove memset \
memset_ulong mkstemp posix_openpt setenv setlocale setsid sigprocmask \