Improve code style and type safety:
- Change boolean flags from int to bool type for clarity
- Given sys/param.h is already included, use the MAX() macro it provides
- Update variable types from int to size_t
- Adjust string comparison logic for better readability
- Add --libxo to usage message
- Various style(9) fixes
No functional changes intended.
Suggested by: des