mirror of
https://github.com/curl/curl.git
synced 2025-09-09 13:49:44 +03:00
dict: move internal defines to dict.c
Move defines only used in dict.c from urldata.h to implementation. Closes #17060
This commit is contained in:
parent
a5be8e2c3f
commit
6ab5afbc36
|
@ -65,6 +65,15 @@
|
||||||
/* The last #include file should be: */
|
/* The last #include file should be: */
|
||||||
#include "memdebug.h"
|
#include "memdebug.h"
|
||||||
|
|
||||||
|
|
||||||
|
#define DICT_MATCH "/MATCH:"
|
||||||
|
#define DICT_MATCH2 "/M:"
|
||||||
|
#define DICT_MATCH3 "/FIND:"
|
||||||
|
#define DICT_DEFINE "/DEFINE:"
|
||||||
|
#define DICT_DEFINE2 "/D:"
|
||||||
|
#define DICT_DEFINE3 "/LOOKUP:"
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Forward declarations.
|
* Forward declarations.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -95,13 +95,6 @@ typedef unsigned int curl_prot_t;
|
||||||
in the API */
|
in the API */
|
||||||
#define CURLPROTO_MASK (0x3ffffff)
|
#define CURLPROTO_MASK (0x3ffffff)
|
||||||
|
|
||||||
#define DICT_MATCH "/MATCH:"
|
|
||||||
#define DICT_MATCH2 "/M:"
|
|
||||||
#define DICT_MATCH3 "/FIND:"
|
|
||||||
#define DICT_DEFINE "/DEFINE:"
|
|
||||||
#define DICT_DEFINE2 "/D:"
|
|
||||||
#define DICT_DEFINE3 "/LOOKUP:"
|
|
||||||
|
|
||||||
#define CURL_DEFAULT_USER "anonymous"
|
#define CURL_DEFAULT_USER "anonymous"
|
||||||
#define CURL_DEFAULT_PASSWORD "ftp@example.com"
|
#define CURL_DEFAULT_PASSWORD "ftp@example.com"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user