1
0
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:
Gleb Popov 2024-10-12 21:24:59 +03:00 committed by Semyon Knyazev
parent 861c979329
commit 1f4df0b8da

View File

@ -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;