diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-20 19:11:49 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-23 03:04:56 -0600 |
commit | 1e49f931a86e54415ba36fc2bfe799d616936080 (patch) | |
tree | 13d55c71ed95743dd7ab1892c2627e482b7fa4d3 /lib9p/tests/test_server/config/config.h | |
parent | b3d946854132788fcabd9b9812c7b2571b9b8cba (diff) |
lib9p has no CONFIG_9P_PORT configure knob, remove it from config.h
Diffstat (limited to 'lib9p/tests/test_server/config/config.h')
-rw-r--r-- | lib9p/tests/test_server/config/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib9p/tests/test_server/config/config.h b/lib9p/tests/test_server/config/config.h index 67960ca..afe6dc0 100644 --- a/lib9p/tests/test_server/config/config.h +++ b/lib9p/tests/test_server/config/config.h @@ -1,4 +1,4 @@ -/* config.h - Compile-time configuration for srv9p +/* config.h - Compile-time configuration for lib9p/test/test_server * * Copyright (C) 2024-2025 Luke T. Shumaker <lukeshu@lukeshu.com> * SPDX-License-Identifier: AGPL-3.0-or-later @@ -12,7 +12,6 @@ /* 9P *************************************************************************/ -#define CONFIG_9P_PORT LIB9P_DEFAULT_PORT_9FS /** * This max-msg-size is sized so that a Twrite message can return * 8KiB of data. |