blob: 5b6957d5b639b45d38482621932aa780f90b896d (
plain)
1
2
3
4
5
6
7
8
9
|
// Copyright (c) Tailscale Inc & AUTHORS
// SPDX-License-Identifier: BSD-3-Clause
//go:build ts_omit_aws
package omit
// AWS is whether AWS support should be omitted from the build.
const AWS = true
|