Jayashree Dhanapal | 4ec8056 | 2022-06-28 15:41:47 +0530 | [diff] [blame] | 1 | #pragma once |
Patrick Williams | 2405ae9 | 2023-05-10 07:50:09 -0500 | [diff] [blame] | 2 | #include <string> |
Jayashree Dhanapal | 4ec8056 | 2022-06-28 15:41:47 +0530 | [diff] [blame] | 3 | |
4 | inline static const std::string hostInstances = @INSTANCES@; | ||||
Bonnie Lo | 4ae63e7 | 2023-02-09 15:27:54 +0800 | [diff] [blame] | 5 | |
6 | inline static const size_t postCodeSize = @POST_CODE_BYTES@; |