Browse Source

Add more constants

mingodad 8 years ago
parent
commit
836bcbe5fb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      SquiLu-ext/sq_libcurl.cpp

+ 2 - 0
SquiLu-ext/sq_libcurl.cpp

@@ -729,8 +729,10 @@ static KeyIntType EasyCurl_constants[] = {
 	MK_CONST(CURLOPT_COOKIE),
 	MK_CONST(CURLOPT_COOKIEFILE),
 	MK_CONST(CURLOPT_COOKIESESSION),
+	MK_CONST(CURLOPT_COOKIEJAR),
 	MK_CONST(CURLOPT_FILE),
 	MK_CONST(CURLOPT_REFERER),
+	MK_CONST(CURLOPT_AUTOREFERER),
 	MK_CONST(CURLOPT_TIMEOUT),
 	MK_CONST(CURLOPT_USERAGENT),
 	MK_CONST(CURLOPT_HEADER),