mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-01-22 02:18:42 -05:00
5af39f1358
So not most files have to include Collectiondb.h and Url.h
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
|