mirror of
https://github.com/samba-team/samba.git
synced 2025-01-18 06:04:06 +03:00
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy. (lib/replace part of a1725f4ff7ed375808c78ac661b539557748d0a5 metze)
This commit is contained in:
parent
ebc08d23f7
commit
db4eabf7cd
@ -550,4 +550,8 @@ typedef int bool;
|
||||
#define PATH_MAX 1024
|
||||
#endif
|
||||
|
||||
#ifndef MAX_DNS_NAME_LENGTH
|
||||
#define MAX_DNS_NAME_LENGTH 256 /* Actually 255 but +1 for terminating null. */
|
||||
#endif
|
||||
|
||||
#endif /* _LIBREPLACE_REPLACE_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user