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.dist | |
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.dist')
-rw-r--r-- | config.h.dist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.dist b/config.h.dist index 4d9c119..37aa804 100644 --- a/config.h.dist +++ b/config.h.dist @@ -194,7 +194,6 @@ typedef long clen_t; #define HAVE_STRCASESTR #define HAVE_STRCHR #define HAVE_STRERROR -#define HAVE_SYS_ERRLIST #define HAVE_BCOPY #define HAVE_WAITPID #define HAVE_WAIT3 |