Details
Description
The source files for the libcurl NetAccessor contain references to unistd.h and sys/time.h, which don't exist on Windows. I suggest guarding those with autoconf test macros.
As a minor point, the header references to curl.h, etc. probably ought to be qualified as curl/curl.h, I would think, but that may be subjective/style.