mirror of
https://github.com/samba-team/samba.git
synced 2025-12-07 20:23:50 +03:00
Add MAX_DNS_NAME_LENGTH, remove more pstrings.
Jeremy.
(lib/replace part of a1725f4ff7 metze)
This commit is contained in:
committed by
Stefan Metzmacher
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 */
|
||||
|
||||
Reference in New Issue
Block a user