diff options
author | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:45:29 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@vega.ocn.ne.jp> | 2011-05-04 07:45:29 +0000 |
commit | 2945f70be161735bf7efaefde43125a9ad3a4c88 (patch) | |
tree | da85d4bca39cba5a7c4e6714c8b73d6a8cd547fe /config.h.in | |
parent | Releasing debian version 0.5.2-10 (diff) | |
download | w3m-2945f70be161735bf7efaefde43125a9ad3a4c88.tar.gz w3m-2945f70be161735bf7efaefde43125a9ad3a4c88.zip |
Releasing debian version 0.5.3-1debian/0.5.3-1
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 313616c..2f41eed 100644 --- a/config.h.in +++ b/config.h.in @@ -69,6 +69,7 @@ #undef USE_IMAGE #undef USE_W3MIMG_X11 #undef USE_W3MIMG_FB +#undef USE_W3MIMG_WIN #undef W3MIMGDISPLAY_SETUID #undef USE_IMLIB #undef USE_GDKPIXBUF @@ -81,6 +82,7 @@ #define ID_EXT #undef CLEAR_BUF #undef INET6 +#undef HAVE_SOCKLEN_T #undef HAVE_OLD_SS_FAMILY #define USE_EGD #define ENABLE_REMOVE_TRAILINGSPACES |