From 4efc7582a255439a574f577272d8be11f6491fe4 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Mon, 3 Feb 2025 23:03:03 -0700 Subject: lib9p: Separate the srv config from the main config --- lib9p/internal.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'lib9p/internal.h') diff --git a/lib9p/internal.h b/lib9p/internal.h index eb67992..d939d46 100644 --- a/lib9p/internal.h +++ b/lib9p/internal.h @@ -28,12 +28,6 @@ #ifndef CONFIG_9P_MAX_HOSTMSG_SIZE #error config.h must define CONFIG_9P_MAX_HOSTMSG_SIZE #endif -#ifndef CONFIG_9P_MAX_FIDS - #error config.h must define CONFIG_9P_MAX_FIDS -#endif -#ifndef CONFIG_9P_MAX_REQS - #error config.h must define CONFIG_9P_MAX_REQS -#endif #ifndef CONFIG_9P_MAX_ERR_SIZE #error config.h must define CONFIG_9P_MAX_ERR_SIZE #endif -- cgit v1.2.3-2-g168b