aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2017-10-13 16:03:33 +0300
committerArnold D. Robbins <arnold@skeeve.com>2017-10-13 16:03:33 +0300
commit9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d (patch)
treeb8176c0f6d8731bf9c7613d3f7e6a7fb4e68774f /configure
parent919ef69e86da9cbed3ba50c462e89313bb283e48 (diff)
downloadegawk-9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d.tar.gz
egawk-9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d.tar.bz2
egawk-9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d.zip
Remove gawkbool.h; rely on their being a stdbool.h.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index b4563e04..d7d428e1 100755
--- a/configure
+++ b/configure
@@ -7999,8 +7999,8 @@ $as_echo "#define HAVE_LC_MESSAGES 1" >>confdefs.h
fi
-for ac_header in arpa/inet.h fcntl.h limits.h locale.h libintl.h mcheck.h \
- netdb.h netinet/in.h stdarg.h stddef.h string.h \
+for ac_header in arpa/inet.h fcntl.h locale.h libintl.h mcheck.h \
+ netdb.h netinet/in.h stddef.h string.h \
sys/ioctl.h sys/param.h sys/select.h sys/socket.h sys/time.h unistd.h \
termios.h stropts.h wchar.h wctype.h
do :