FreeSWITCH API Documentation
1.7.0
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
include
switch_am_config.h
Go to the documentation of this file.
1
#ifndef SWITCH_AM_CONFIG_H
2
#define SWITCH_AM_CONFIG_H
3
4
5
#define SWITCH_INT_16 short
6
#define SWITCH_INT_32 int
7
#define SWITCH_INT_64 long
8
#define SWITCH_SIZE_T size_t
9
#define SWITCH_SSIZE_T ssize_t
10
11
#define SWITCH_SIZEOF_VOIDP 8
12
#define SWITCH_PREFIX_DIR "/usr/local/freeswitch"
13
14
#define SWITCH_SSIZE_T_FMT "ld"
15
#define SWITCH_SIZE_T_FMT "ld"
16
#define SWITCH_INT64_T_FMT "ld"
17
#define SWITCH_UINT64_T_FMT "lu"
18
19
#endif
Generated on Mon Apr 18 2016 13:04:58 for FreeSWITCH API Documentation by
1.8.8