1
0
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:
Jeremy Allison 2007-11-15 18:27:26 -08:00 committed by Stefan Metzmacher
parent ebc08d23f7
commit db4eabf7cd

View File

@ -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 */