diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-03 16:12:24 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-02-03 21:04:40 -0700 |
commit | 06ecb79d66b78dd3906a643d198e39c639c608b0 (patch) | |
tree | 66be317e223bfc3e5fb43d0338f039f895790b89 /cmd/sbc_harness | |
parent | 652098de8dce01af90a65e0efa48dc156abc6329 (diff) |
lib9p: idl: 9P2000.p9p: Get code generating
Diffstat (limited to 'cmd/sbc_harness')
-rw-r--r-- | cmd/sbc_harness/config/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <lukeshu@lukeshu.com> + * Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> * 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 ***********************************************************************/ |