diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-09 12:00:54 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-09 12:00:54 +0000 |
commit | 06fb242e23e1c70827707f8ffa02dc48ddaf2759 (patch) | |
tree | e333aeac6f338e285ae388bbfda3985ca798e4a0 /docs/TODO | |
parent | a0869522440ccd034ec3e204c2999f035a279703 (diff) |
slightly rephrased
Diffstat (limited to 'docs/TODO')
-rw-r--r-- | docs/TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |