Authenticators: refactor SASL support code
[exim.git] / src / src / macros.h
index 0f93543ce7156ca19fe7f3061520ac927eb7082d..e797615a13ed3255b24fe2bbabe29baa1540a24b 100644 (file)
@@ -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 */