Hi,
Joan Lledó writes:
> As I mentioned in my previous post about ioctl operations[1], LwIP
> establishes a maximum limit of sockets, which is a big problem for a
> system like the Hurd. Now I've finished all tasks in my initial
> proposal, I thought it was a good idea to spend some time studyin
I made some changes to conditionally build the lwip translator depending on
whether liblwip is installed.
---
Makefile | 4 +
config.make.in | 7 +
configure.ac | 5 +
lwip/Makefile| 51 +++
lwip/config.h| 5 +
lwip/iioctl-ops.c| 418 +++
Hi Joan,
On 24 Aug 2017, at 18:49, Joan Lledó wrote:
> ...
> diff --git a/config.make.in b/config.make.in
> index dfbf0c1..f74220e 100644
> --- a/config.make.in
> +++ b/config.make.in
> @@ -99,6 +99,13 @@ HAVE_SUN_RPC = @HAVE_SUN_RPC@
> # Whether we found libgcrypt.
> HAVE_LIBGCRYPT = @HAVE_LIBGC