summaryrefslogtreecommitdiff
path: root/lib9p/tests/client_config/config.h
blob: bcf030dab9369062c185d500b37dd6c9ae9760c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* config.h - Compile-time configuration for lib9p test clients
 *
 * Copyright (C) 2024-2025  Luke T. Shumaker <lukeshu@lukeshu.com>
 * SPDX-License-Identifier: AGPL-3.0-or-later
 */

#ifndef _CONFIG_H_
#define _CONFIG_H_

#define CONFIG_9P_MAX_ERR_SIZE          128
#define CONFIG_9P_MAX_9P2000_e_WELEM    16

#define CONFIG_9P_ENABLE_9P2000         1 /* bool */
#define CONFIG_9P_ENABLE_9P2000_u       1 /* bool */
#define CONFIG_9P_ENABLE_9P2000_e       1 /* bool */
#define CONFIG_9P_ENABLE_9P2000_L       1 /* bool */
#define CONFIG_9P_ENABLE_9P2000_p9p     1 /* bool */

#endif /* _CONFIG_H_ */