Outputs information on configuration of Athena. More...
Go to the source code of this file.
Functions | |
| void | show_config (void) |
| The packages and features reported on by this functin should be kept consistent with the optional packages and features added by the file configure.ac in the top-level directory. | |
| void | show_config_par (void) |
| Add the configure block to the parameter database used by the functions in par.c. | |
Outputs information on configuration of Athena.
PURPOSE: Outputs information on configuration of Athena.
CONTAINS PUBLIC FUNCTIONS:
Definition in file show_config.c.
| void show_config | ( | void | ) |
The packages and features reported on by this functin should be kept consistent with the optional packages and features added by the file configure.ac in the top-level directory.
Definition at line 23 of file show_config.c.
References ath_pout().
Referenced by main(), and usage().


| void show_config_par | ( | void | ) |
Add the configure block to the parameter database used by the functions in par.c.
Definition at line 190 of file show_config.c.
References par_seti(), and par_sets().
Referenced by main().


1.7.1