| 1270 | } |
| 1271 | |
| 1272 | static void show_version_info(void) |
| 1273 | { |
| 1274 | |
| 1275 | printf ("Corosync Cluster Engine, version '%s'\n", VERSION); |
| 1276 | printf ("Copyright (c) 2006-2021 Red Hat, Inc.\n"); |
| 1277 | |
| 1278 | printf ("\nBuilt-in features:" PACKAGE_FEATURES "\n"); |
| 1279 | |
| 1280 | show_version_info_crypto(); |
| 1281 | show_version_info_compress(); |
| 1282 | } |
| 1283 | |
| 1284 | int main (int argc, char **argv, char **envp) |
| 1285 | { |
no test coverage detected