Take in account that CURLAUTH_* bitmasks are now 'unsigned long'
authorYang Tse <yangsita@gmail.com>
Wed, 18 Apr 2012 21:04:35 +0000 (23:04 +0200)
committerYang Tse <yangsita@gmail.com>
Wed, 18 Apr 2012 21:04:35 +0000 (23:04 +0200)
commit9421b06397d25426ab013e2b90d4604ed6430926
treea68eb6cedecc10d15fa98340130dee605947e4e1
parent09690be8decdde2d8cb7c7a41d1d11021ec49c96
Take in account that CURLAUTH_* bitmasks are now 'unsigned long'

Data type of internal vars holding CURLAUTH_* bitmasks changed from 'long' to
'unsigned long' for proper handling and operating.
lib/http.c
lib/url.c
lib/urldata.h
src/tool_cfgable.h
src/tool_operate.c