X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/1f20760b17087817459e6c6baffa28de4b7d5aa2..37942ad83fcb6b788cceb4abe2891c92651811a7:/src/src/macros.h diff --git a/src/src/macros.h b/src/src/macros.h index 0f93543ce..e797615a1 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -1072,4 +1072,12 @@ should not be one active. */ #define EARLY_PIPE_FEATURE_LEN 14 +/* Flags for auth_client_item() */ + +#define AUTH_ITEM_FIRST BIT(0) +#define AUTH_ITEM_LAST BIT(1) +#define AUTH_ITEM_IGN64 BIT(2) + + + /* End of macros.h */