diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-17 12:04:33 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-01-17 12:19:24 -0700 |
commit | a8b4ec816efc869d00023c7565f1fed5098eca9b (patch) | |
tree | 61025f79e52b31d636faa7b16fc2ee434b9c5a04 /lib9p/tests | |
parent | 319987dc70d012c711109589328887c117112965 (diff) |
lib9p: Enable generating code for 9P2000.L
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 4f8384e..e207f7e 100644 --- a/lib9p/tests/test_server/config/config.h +++ b/lib9p/tests/test_server/config/config.h @@ -42,6 +42,7 @@ #define CONFIG_9P_ENABLE_9P2000 1 /* bool */ #define CONFIG_9P_ENABLE_9P2000_u 1 /* bool */ #define CONFIG_9P_ENABLE_9P2000_e 0 /* bool */ +#define CONFIG_9P_ENABLE_9P2000_L 0 /* bool */ /* COROUTINE ******************************************************************/ |