diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-13 16:03:33 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2017-10-13 16:03:33 +0300 |
commit | 9b85ee5535a0fd1f21b1cb43d4f5c91ef719684d (patch) | |
tree | b8176c0f6d8731bf9c7613d3f7e6a7fb4e68774f /configure | |
parent | 919ef69e86da9cbed3ba50c462e89313bb283e48 (diff) | |
download | egawk-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-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 : |