blob: 2cf9430d7ceef2847b61c54835db5dfb546a9840 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
#pragma once
#include "bot_id_set.h"
namespace robotstxtcfg {
static const TBotIdSet defaultSupportedBotIds = {id_defbot};
static const TBotIdSet allSupportedBotIds = TBotIdSet::All();
} // namespace robotstxtcfg
|