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 /lib9p/tests | |
parent | 652098de8dce01af90a65e0efa48dc156abc6329 (diff) |
lib9p: idl: 9P2000.p9p: Get code generating
Diffstat (limited to 'lib9p/tests')
-rw-r--r-- | lib9p/tests/test_server/config/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib9p/tests/test_server/config/config.h b/lib9p/tests/test_server/config/config.h index 971dda2..e4036d6 100644 --- a/lib9p/tests/test_server/config/config.h +++ b/lib9p/tests/test_server/config/config.h @@ -43,6 +43,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 */ /* COROUTINE ******************************************************************/ |