mirror of
https://github.com/curl/curl.git
synced 2026-07-23 02:47:16 +03:00
url: Removed unused text length constants
This commit is contained in:
parent
11332577b3
commit
455ba691a7
1 changed files with 0 additions and 3 deletions
|
|
@ -1138,9 +1138,6 @@ typedef enum {
|
|||
#define MAX_CURL_USER_LENGTH 256
|
||||
#define MAX_CURL_PASSWORD_LENGTH 256
|
||||
#define MAX_CURL_OPTIONS_LENGTH 256
|
||||
#define MAX_CURL_USER_LENGTH_TXT "255"
|
||||
#define MAX_CURL_PASSWORD_LENGTH_TXT "255"
|
||||
#define MAX_CURL_OPTIONS_LENGTH_TXT "255"
|
||||
|
||||
struct auth {
|
||||
unsigned long want; /* Bitmask set to the authentication methods wanted by
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue