docs/examples/anyauthput.c needs a typedef for intptr_t.
I missed this earlier as I had a hack in my build procedure to compensate for it.
Regards, -John [email protected] Personal Opinion Only
--- /src_root/curl-7.19.6-daily/docs/examples/anyauthput.c Fri Jun 5 21:00:06 2009 +++ docs/examples/anyauthput.c Tue Jun 9 23:39:12 2009 @@ -15,6 +15,8 @@ #else # ifndef __VMS # include <stdint.h> +# else + typedef int intptr_t; # endif # include <unistd.h> #endif
