curl-library
Diff for /curl/acinclude.m4 between version 1.130 and 1.131
From: Yang Tse <yangsita_at_gmail.com>
Date: Mon, 15 Oct 2007 20:49:08 +0200
Received on 2007-10-15
Date: Mon, 15 Oct 2007 20:49:08 +0200
Hi Dan
I highly suspect that the inclusions you've done of <stddef.h> in
acinclude.m4 are required just for the NULL definition I forgot to
include...
If this is the case, don't you think it is even better to remove the
<stddef.h> includes and just define NULL as (void *)0 ? Something like
the attached patch ?
-- -=[Yang]=-
- text/plain attachment: acinclude.patch