blob: d4470a0b9e8c74fd6aef64073a4cc82ebfca98e3 [file] [log] [blame]
Jayashree Dhanapal4ec80562022-06-28 15:41:47 +05301#pragma once
Patrick Williams2405ae92023-05-10 07:50:09 -05002#include <string>
Jayashree Dhanapal4ec80562022-06-28 15:41:47 +05303
4inline static const std::string hostInstances = @INSTANCES@;
Bonnie Lo4ae63e72023-02-09 15:27:54 +08005
6inline static const size_t postCodeSize = @POST_CODE_BYTES@;