1 of many PRI/SIP gateway related updates

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@654 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2006-02-22 21:14:22 +00:00
parent 3dcc973c9d
commit 172b62785c
3 changed files with 256 additions and 0 deletions

View File

@@ -91,6 +91,15 @@
/* Version number of package */
#undef VERSION
/* for the places where it is not defined */
#undef __BIG_ENDIAN
/* Little Endian */
#undef __BYTE_ORDER
/* for the places where it is not defined */
#undef __LITTLE_ENDIAN
/* Define to empty if `const' does not conform to ANSI C. */
#undef const