2025-09-13 20:20:08 -07:00
|
|
|
// Copyright (c) Tailscale Inc & AUTHORS
|
|
|
|
|
// SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
|
|
2025-09-15 09:52:17 -07:00
|
|
|
// Code generated by gen.go; DO NOT EDIT.
|
2025-09-13 20:20:08 -07:00
|
|
|
|
|
|
|
|
//go:build !ts_omit_capture
|
|
|
|
|
|
2025-09-15 09:52:17 -07:00
|
|
|
package buildfeatures
|
2025-09-13 20:20:08 -07:00
|
|
|
|
2025-09-15 09:52:17 -07:00
|
|
|
// HasCapture is whether the binary was built with support for modular feature "Packet capture".
|
2025-09-13 20:20:08 -07:00
|
|
|
// Specifically, it's whether the binary was NOT built with the "ts_omit_capture" build tag.
|
|
|
|
|
// It's a const so it can be used for dead code elimination.
|
2025-09-15 09:52:17 -07:00
|
|
|
const HasCapture = true
|