mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-02-02 03:38:43 -05:00
5af39f1358
So not most files have to include Collectiondb.h and Url.h
7 lines
82 B
C
7 lines
82 B
C
#ifndef MAX_COLL_LEN_H_
|
|
#define MAX_COLL_LEN_H_
|
|
|
|
#define MAX_COLL_LEN 64
|
|
|
|
#endif
|