This question is fairly simple and may be redundant, but is there any way to strip libCURL of all POSIX functionality?
I have been working on the porting of libCURL to my system and have gotten it to compile and link successfully, but during runtime I am getting access denied errors on system calls of more specifically sigaction and other signal functions. My system does in fact contain the signal.h file and does support POSIX but I desire no use of the POSIX library. These errors happen when attempting to make requests to the outside world and with that said, my system uses the tcpip stack and the associated .c files. Any feedback would be helpful. Thanks you and advance.
------------------------------------------------------------------- List admin: http://cool.haxx.se/list/listinfo/curl-library Etiquette: http://curl.haxx.se/mail/etiquette.html
