#include "asterisk/build.h"
Go to the source code of this file.
Variables | |
const char * | ast_build_date = BUILD_DATE |
const char * | ast_build_hostname = BUILD_HOSTNAME |
const char * | ast_build_kernel = BUILD_KERNEL |
const char * | ast_build_machine = BUILD_MACHINE |
const char * | ast_build_os = BUILD_OS |
const char * | ast_build_user = BUILD_USER |
Definition in file buildinfo.c.
const char* ast_build_date = BUILD_DATE |
Definition at line 32 of file buildinfo.c.
Referenced by handle_show_settings(), handle_version(), and handle_version_deprecated().
const char* ast_build_hostname = BUILD_HOSTNAME |
Definition at line 28 of file buildinfo.c.
Referenced by handle_version(), and handle_version_deprecated().
const char* ast_build_kernel = BUILD_KERNEL |
const char* ast_build_machine = BUILD_MACHINE |
Definition at line 30 of file buildinfo.c.
Referenced by handle_show_settings(), handle_version(), and handle_version_deprecated().
const char* ast_build_os = BUILD_OS |
Definition at line 31 of file buildinfo.c.
Referenced by handle_show_settings(), handle_version(), and handle_version_deprecated().
const char* ast_build_user = BUILD_USER |
Definition at line 33 of file buildinfo.c.
Referenced by handle_show_settings(), handle_version(), and handle_version_deprecated().