mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 10:32:47 +08:00
3097f62511
This reverts commit 3724f6be55.
Because there is no real correlation between DNS namesize and NAME_MAX
as far as I know. The former is about network and the latter is about
filesystem. While they might happen to be similar values for
some configurations, it's very confusing to use them this way.