mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-20 23:26:07 -04:00
5 lines
71 B
C
5 lines
71 B
C
#ifndef MAX_HOSTS_H_
|
|
#define MAX_HOSTS_H_
|
|
#define MAX_HOSTS 768
|
|
#endif
|