summaryrefslogtreecommitdiff
path: root/lib9p/internal.h
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-03 23:03:03 -0700
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-02-09 17:28:22 -0700
commit4efc7582a255439a574f577272d8be11f6491fe4 (patch)
tree325f1bad5a67d5731a35ac18867f854cfe9f4a41 /lib9p/internal.h
parent5c373cfe544df4ddba44adf3f6b60399340e4bd5 (diff)
lib9p: Separate the srv config from the main config
Diffstat (limited to 'lib9p/internal.h')
-rw-r--r--lib9p/internal.h6
1 files changed, 0 insertions, 6 deletions
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