mirror of
https://github.com/altlinux/admc.git
synced 2025-01-02 17:17:49 +03:00
Define UUID_STR_LEN when building against ancient libuuid
This commit is contained in:
parent
861c979329
commit
1f4df0b8da
@ -66,6 +66,9 @@
|
||||
|
||||
#define MAX_DN_LENGTH 1024
|
||||
#define MAX_PASSWORD_LENGTH 255
|
||||
#ifndef UUID_STR_LEN
|
||||
#define UUID_STR_LEN 37
|
||||
#endif
|
||||
|
||||
typedef struct sasl_defaults_gssapi {
|
||||
char *mech;
|
||||
|
Loading…
Reference in New Issue
Block a user