]> granicus.if.org Git - curl/commitdiff
Added CURL_FORMADD_DISABLED when libcurl is built with HTTP disabled
authorDaniel Stenberg <daniel@haxx.se>
Wed, 9 Jun 2004 08:21:11 +0000 (08:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 9 Jun 2004 08:21:11 +0000 (08:21 +0000)
include/curl/curl.h

index 928e6aaec184b2c769312723165172bc722251e8..40925624661e6b7901337ee8bdadd83d6cd358ac 100644 (file)
@@ -965,6 +965,7 @@ typedef enum {
   CURL_FORMADD_UNKNOWN_OPTION,
   CURL_FORMADD_INCOMPLETE,
   CURL_FORMADD_ILLEGAL_ARRAY,
+  CURL_FORMADD_DISABLED, /* libcurl was built with this disabled */
 
   CURL_FORMADD_LAST /* last */
 } CURLFORMcode;