mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-12 13:07:49 +00:00
fix(userspace/falco): add PATH_MAX for windows build
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>
This commit is contained in:
@@ -23,6 +23,10 @@ limitations under the License.
|
||||
|
||||
#include "helpers.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#define PATH_MAX 260
|
||||
#endif
|
||||
|
||||
/* DEPRECATED: we will remove it in Falco 0.34. */
|
||||
#define FALCO_BPF_ENV_VARIABLE "FALCO_BPF_PROBE"
|
||||
|
||||
|
Reference in New Issue
Block a user