forked from Mirrors/privacore-open-source-search-engine
7 lines
80 B
C
7 lines
80 B
C
#ifndef MAX_URL_LEN_H_
|
|
#define MAX_URL_LEN_H_
|
|
|
|
#define MAX_URL_LEN 1024
|
|
|
|
#endif
|