diff options
author | Omar Polo <op@omarpolo.com> | 2022-10-30 07:43:18 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2022-10-30 07:43:18 +0000 |
commit | e59b7f30e700d6480728b306da8fc8337e7d9503 (patch) | |
tree | 1982e7964d16ea0d557134b48626c38176d7cf33 /configure | |
parent | 81417373189ce7ba8b49143cf0a623856e4e84e4 (diff) |
fix previous
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -441,6 +441,7 @@ cat <<__HEREDOC__ # define HOST_NAME_MAX _POSIX_HOST_NAME_MAX # else # define HOST_NAME_MAX 255 +# endif #endif __HEREDOC__ |