From: Daniel Stenberg Date: Sun, 9 Dec 2007 12:00:54 +0000 (+0000) Subject: slightly rephrased X-Git-Tag: upstream/7.37.1~8318 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06fb242e23e1c70827707f8ffa02dc48ddaf2759;p=platform%2Fupstream%2Fcurl.git slightly rephrased --- diff --git a/docs/TODO b/docs/TODO index aae0f84..d64caf6 100644 --- a/docs/TODO +++ b/docs/TODO @@ -138,8 +138,8 @@ 1.5 configure-based info in public headers - Make the curl/*.h headers include the proper system includes based on what - was present at the time when configure was run. Currently, the sys/select.h + Make the public headers include the proper system includes based on what was + present at the time when configure was run. Currently, the sys/select.h header is for example included by curl/multi.h only on specific platforms we know MUST have it. This is error-prone. We therefore want the header files to adapt to configure results. Those results must be stored in a new header and