1 # there is no MAX function defined and there is no C function, too
2 --- opendkim-2.10.3/stats/opendkim-importstats.c 2022-02-05 19:01:48.369660562 +0000
3 +++ opendkim-2.10.3/stats/opendkim-importstats.c.new 2022-02-05 19:33:02.755143771 +0000
7 /* macros, definitions */
9 + ({ __typeof__ (a) _a = (a); \
10 + __typeof__ (b) _b = (b); \
11 + _a > _b ? _a : _b; })
13 #define CMDLINEOPTS "d:EFh:mP:p:rSs:u:vx"
15 #define DEFDBHOST "localhost"