summaryrefslogtreecommitdiff
path: root/lib9p/tests/client_config/config.h
blob: 4bba4ec2eb405cd4f1454602811428a38ecb7c8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* 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_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_ */