[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 1/2] Add config.h to lwip translator
From: |
Samuel Thibault |
Subject: |
Re: [PATCH 1/2] Add config.h to lwip translator |
Date: |
Tue, 1 May 2018 01:38:08 +0200 |
User-agent: |
NeoMutt/20170113 (1.7.2) |
Joan Lledó, le lun. 30 avril 2018 12:43:23 +0200, a ecrit:
> ---
> lwip/config.h | 4 ++++
> 1 file changed, 4 insertions(+)
> create mode 100644 lwip/config.h
>
> diff --git a/lwip/config.h b/lwip/config.h
> new file mode 100644
> index 00000000..262e3590
> --- /dev/null
> +++ b/lwip/config.h
> @@ -0,0 +1,4 @@
> +#define __KERNEL__ 1
> +#undef __SMP__
> +
> +#define _HURD_ 1
I don't think we need this, it was only for glueing with the Linux
TCP/IP stack. I guess you can just remove the
$(OBJS): config.h
line in Makefile to get rid of it?
Samuel