mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-20 23:26:07 -04:00
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
|