mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
4 lines
138 B
C
4 lines
138 B
C
/** Maximal length of the target name */
|
|
#define PRINCIPAL_NAME_MAX 256
|
|
/** Maximal length of the mech string */
|
|
#define MECH_NAME_MAX 30
|