diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2020-11-22 12:42:15 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2020-11-22 12:42:15 +0000 |
commit | c76a188ea800cda935999196fa7c9d9e733e6ee0 (patch) | |
tree | 01e63c3972f5c4d3ccab2340794c65ce1f5f93f9 /config.h.in | |
parent | Fix compilation error "too few arguments to function 'longjmp'" (diff) | |
download | w3m-c76a188ea800cda935999196fa7c9d9e733e6ee0.tar.gz w3m-c76a188ea800cda935999196fa7c9d9e733e6ee0.zip |
Drop HAVE_SYS_ERRLIST
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index 7c03d3c..e87d6ba 100644 --- a/config.h.in +++ b/config.h.in @@ -127,7 +127,6 @@ typedef long clen_t; #undef HAVE_STRCASESTR #undef HAVE_STRCHR #undef HAVE_STRERROR -#undef HAVE_SYS_ERRLIST #undef HAVE_BCOPY #undef HAVE_WAITPID #undef HAVE_WAIT3 |