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:
@@ -311,6 +311,10 @@ END_EXTERN_C()
|
||||
|
||||
/* }}} */
|
||||
|
||||
#ifndef MAXFQDNLEN
|
||||
#define MAXFQDNLEN 255
|
||||
#endif
|
||||
|
||||
#endif /* _PHP_NETWORK_H */
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user