mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-13 05:32:23 +00:00
92d726b995
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4802 d0543943-73ff-0310-b7d9-9358b9ac24b2
20 lines
385 B
C
20 lines
385 B
C
#ifndef SWITCH_AM_CONFIG_H
|
|
#define SWITCH_AM_CONFIG_H
|
|
|
|
|
|
#define SWITCH_INT_16 @short_value@
|
|
#define SWITCH_INT_32 @int_value@
|
|
#define SWITCH_INT_64 @long_value@
|
|
#define SWITCH_SIZE_T @size_t_value@
|
|
#define SWITCH_SSIZE_T @ssize_t_value@
|
|
|
|
#define SWITCH_SIZEOF_VOIDP @voidp_size@
|
|
#define SWITCH_PREFIX_DIR "@prefix@"
|
|
|
|
@ssize_t_fmt@
|
|
@size_t_fmt@
|
|
@int64_t_fmt@
|
|
@uint64_t_fmt@
|
|
|
|
#endif
|