aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-06-09 08:21:11 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-06-09 08:21:11 +0000
commit40a58c392ff7b70ed882d238b494ee43f5fe6577 (patch)
treea75c7487b9f8ffb8219b1c02990bc14ca99d9eb6
parent9733cd59bb41a2022d54aa14be4a40c1dc290018 (diff)
Added CURL_FORMADD_DISABLED when libcurl is built with HTTP disabled
-rw-r--r--include/curl/curl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 928e6aaec..409256246 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -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;