1
0
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:
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 */