From 06ecb79d66b78dd3906a643d198e39c639c608b0 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 3 Feb 2025 16:12:24 -0700 Subject: lib9p: idl: 9P2000.p9p: Get code generating --- cmd/sbc_harness/config/config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd/sbc_harness/config/config.h') diff --git a/cmd/sbc_harness/config/config.h b/cmd/sbc_harness/config/config.h index 56b39d6..309fac1 100644 --- a/cmd/sbc_harness/config/config.h +++ b/cmd/sbc_harness/config/config.h @@ -1,6 +1,6 @@ /* config.h - Compile-time configuration for sbc_harness * - * Copyright (C) 2024 Luke T. Shumaker + * Copyright (C) 2024-2025 Luke T. Shumaker * SPDX-License-Identifier: AGPL-3.0-or-later */ @@ -63,6 +63,7 @@ #define CONFIG_9P_ENABLE_9P2000_u 1 /* bool */ #define CONFIG_9P_ENABLE_9P2000_e 0 /* bool */ #define CONFIG_9P_ENABLE_9P2000_L 0 /* bool */ +#define CONFIG_9P_ENABLE_9P2000_p9p 0 /* bool */ /* DHCP ***********************************************************************/ -- cgit v1.2.3-2-g168b