mirror of
https://github.com/tailscale/tailscale.git
synced 2025-10-03 11:31:12 +02:00
Saves 360 KB (19951800 => 19591352 on linux/amd64 --extra-small --box binary) Updates #12614 Updates #17206 Change-Id: Iafd5b2536dd735111b447546cba335a7a64379ed Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
14 lines
499 B
Go
14 lines
499 B
Go
// Copyright (c) Tailscale Inc & AUTHORS
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
// Code generated by gen.go; DO NOT EDIT.
|
|
|
|
//go:build !ts_omit_networkmanager
|
|
|
|
package buildfeatures
|
|
|
|
// HasNetworkManager is whether the binary was built with support for modular feature "Linux NetworkManager integration".
|
|
// Specifically, it's whether the binary was NOT built with the "ts_omit_networkmanager" build tag.
|
|
// It's a const so it can be used for dead code elimination.
|
|
const HasNetworkManager = true
|