mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-24 22:58:21 +00:00
Git Conversion: Switch Non-C files to ASTERISK_REGISTER_FILE.
This switches files used to generate other sources to use the new ASTERISK_REGISTER_FILE macro. ASTERISK-25026 #close Reported by: Corey Farrell Change-Id: Ieb2537b83421cad07c8955e5f90c405ccf079740
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
; MINI-VOICEMAIL dialplan example
|
; MINI-VOICEMAIL dialplan example
|
||||||
; ---------------------------------------------------------------------------------------
|
; ---------------------------------------------------------------------------------------
|
||||||
; ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
|
||||||
;
|
|
||||||
;
|
;
|
||||||
; This is an example on how to use the Mini-Voicemail system to build
|
; This is an example on how to use the Mini-Voicemail system to build
|
||||||
; voicemail systems.
|
; voicemail systems.
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#if !defined(STANDALONE)
|
#if !defined(STANDALONE)
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_REGISTER_FILE()
|
||||||
#else
|
#else
|
||||||
#ifndef __USE_ISOC99
|
#ifndef __USE_ISOC99
|
||||||
#define __USE_ISOC99 1
|
#define __USE_ISOC99 1
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
#if !defined(STANDALONE) && !defined(STANDALONE2) \
|
#if !defined(STANDALONE) && !defined(STANDALONE2) \
|
||||||
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_REGISTER_FILE()
|
||||||
#else
|
#else
|
||||||
#ifndef __USE_ISOC99
|
#ifndef __USE_ISOC99
|
||||||
#define __USE_ISOC99 1
|
#define __USE_ISOC99 1
|
||||||
|
@@ -70,7 +70,7 @@
|
|||||||
%{
|
%{
|
||||||
#define WRAP_LIBC_MALLOC
|
#define WRAP_LIBC_MALLOC
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_REGISTER_FILE()
|
||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
@@ -25,7 +25,7 @@
|
|||||||
#define WRAP_LIBC_MALLOC
|
#define WRAP_LIBC_MALLOC
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_REGISTER_FILE()
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_REGISTER_FILE()
|
||||||
|
|
||||||
#include "asterisk/logger.h"
|
#include "asterisk/logger.h"
|
||||||
#include "asterisk/module.h"
|
#include "asterisk/module.h"
|
||||||
|
@@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_REGISTER_FILE()
|
||||||
|
|
||||||
#include "resource_{{c_name}}.h"
|
#include "resource_{{c_name}}.h"
|
||||||
|
|
||||||
|
@@ -44,7 +44,7 @@
|
|||||||
|
|
||||||
#include "asterisk.h"
|
#include "asterisk.h"
|
||||||
|
|
||||||
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
|
ASTERISK_REGISTER_FILE()
|
||||||
|
|
||||||
#include "asterisk/app.h"
|
#include "asterisk/app.h"
|
||||||
#include "asterisk/module.h"
|
#include "asterisk/module.h"
|
||||||
|
Reference in New Issue
Block a user