Fix the socklen_t type too. Needed only when built with memory debugging
authorDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2004 08:27:47 +0000 (08:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 5 Feb 2004 08:27:47 +0000 (08:27 +0000)
commit9254c3a103f2dd2bc730e09b805fc8e70c97b360
tree9a28e236ee2bcb20def6c6f719a30cdb953d8015
parent9c95ebcbe70bbf122b833cfe7750f5f019c08c55
Fix the socklen_t type too. Needed only when built with memory debugging
as then we include the memdebug.h header from the lib dir, and it then
requires this type... (fails on IRIX 6.5 without this)
src/config.h.in