Wed Jan 8 2020 09:49:58

Asterisk developer's documentation


buildinfo.c File Reference

Build timestamp variables. More...

#include "asterisk/buildinfo.h"
#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
 

Detailed Description

Build timestamp variables.

Author
Kevin P. Fleming kpfle.nosp@m.ming.nosp@m.@digi.nosp@m.um.c.nosp@m.om

Definition in file buildinfo.c.

Variable Documentation

const char* ast_build_date = BUILD_DATE

Definition at line 33 of file buildinfo.c.

Referenced by env_init(), handle_show_settings(), and handle_version().

const char* ast_build_hostname = BUILD_HOSTNAME

Definition at line 29 of file buildinfo.c.

Referenced by env_init(), and handle_version().

const char* ast_build_kernel = BUILD_KERNEL

Definition at line 30 of file buildinfo.c.

Referenced by env_init(), and handle_show_settings().

const char* ast_build_machine = BUILD_MACHINE

Definition at line 31 of file buildinfo.c.

Referenced by env_init(), handle_show_settings(), and handle_version().

const char* ast_build_os = BUILD_OS

Definition at line 32 of file buildinfo.c.

Referenced by env_init(), handle_show_settings(), and handle_version().

const char* ast_build_user = BUILD_USER

Definition at line 34 of file buildinfo.c.

Referenced by env_init(), handle_show_settings(), and handle_version().