GSASL: feature macro
[exim.git] / src / src / structs.h
index 060eccf41aa5da5717706df8f82d1868c8dc8c8d..f3fb290c6d1cec6c966b5d6bfbef0a350b01dce4 100644 (file)
@@ -433,6 +433,7 @@ typedef struct auth_info {
     int);                         /* sizeof buffer */
   void (*version_report)(         /* diagnostic version reporting */
     FILE *);                      /* I/O stream to print to */
+  void (*macros_create)(void);   /* feature-macro creation */
 } auth_info;