2009-02-05 20:28:18 +02:00
|
|
|
/** \file textconf.h
|
|
|
|
* \brief Header: prints features specific for this build
|
|
|
|
*/
|
|
|
|
|
2010-11-10 13:09:42 +02:00
|
|
|
#ifndef MC__TEXTCONF_H
|
|
|
|
#define MC__TEXTCONF_H
|
|
|
|
|
|
|
|
/*** typedefs(not structures) and defined constants **********************************************/
|
|
|
|
|
|
|
|
/*** enums ***************************************************************************************/
|
|
|
|
|
|
|
|
/*** structures declarations (and typedefs of structures)*****************************************/
|
|
|
|
|
|
|
|
/*** global variables defined in .c file *********************************************************/
|
|
|
|
|
|
|
|
/*** declarations of public functions ************************************************************/
|
1998-02-27 04:54:42 +00:00
|
|
|
|
2009-09-01 14:05:01 +03:00
|
|
|
extern void show_version (void);
|
2011-03-24 14:28:31 +02:00
|
|
|
extern void show_datadirs_extended (void);
|
2011-03-24 14:40:18 +02:00
|
|
|
extern void show_configure_options (void);
|
2000-09-14 18:18:24 +00:00
|
|
|
|
2010-11-10 13:09:42 +02:00
|
|
|
/*** inline functions ****************************************************************************/
|
|
|
|
#endif /* MC__TEXTCONF_H */
|