Source position: httpd.inc line 309
type ap_version_t = record
major: Integer;
minor: Integer;
patch: Integer;
add_string: PChar;
end;