1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Use better constant since MAXHOSTNAMELEN may mean shorter name

This commit is contained in:
Stanislav Malyshev
2015-01-31 21:46:56 -08:00
parent 2cdbd3537f
commit b30a6d6018
5 changed files with 16 additions and 12 deletions

View File

@@ -311,6 +311,10 @@ END_EXTERN_C()
/* }}} */
#ifndef MAXFQDNLEN
#define MAXFQDNLEN 255
#endif
#endif /* _PHP_NETWORK_H */
/*