Define a macro for max regex matches, so we don't have typos.
[freeradius.git] / src / include / radiusd.h
index 9865730..7a361d9 100644 (file)
@@ -49,6 +49,7 @@ typedef pid_t child_pid_t;
 typedef struct request_data_t request_data_t;
 
 #define REQUEST_DATA_REGEX (0xadbeef00)
+#define REQUEST_MAX_REGEX (8)
 
 typedef struct auth_req {
 #ifndef NDEBUG