@@ -88,6 +88,7 @@ const int CURLOPT_BINARYTRANSFER = 0;
8888const int CURLOPT_COOKIESESSION = 0;
8989const int CURLOPT_CRLF = 0;
9090const int CURLOPT_DNS_USE_GLOBAL_CACHE = 0;
91+const int CURLOPT_DOH_URL = 0;
9192const int CURLOPT_FAILONERROR = 0;
9293const int CURLOPT_FILETIME = 0;
9394const int CURLOPT_FOLLOWLOCATION = 0;
@@ -290,6 +291,8 @@ const int CURLOPT_TLSAUTH_PASSWORD = 0;
290291const int CURLOPT_TLSAUTH_TYPE = 0;
291292const int CURLOPT_TLSAUTH_USERNAME = 0;
292293const int CURLOPT_TRANSFER_ENCODING = 0;
294+const int CURLOPT_UPKEEP_INTERVAL_MS = 0;
295+const int CURLOPT_UPLOAD_BUFFERSIZE = 0;
293296const int CURLOPT_UNIX_SOCKET_PATH = 0;
294297const int CURLOPT_USERNAME = 0;
295298const int CURLOPT_USE_SSL = 0;