remove T38_SUPPORT define that is no longer needed

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23536 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-04-30 08:47:47 +00:00
parent 2dd3d523d3
commit 8e9058679a
4 changed files with 0 additions and 13 deletions

View File

@@ -111,9 +111,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include "asterisk/enum.h"
#include "asterisk/rtp.h"
#include "asterisk/http.h"
#if defined(T38_SUPPORT)
#include "asterisk/udptl.h"
#endif
#include "asterisk/app.h"
#include "asterisk/lock.h"
#include "asterisk/utils.h"
@@ -2582,9 +2580,7 @@ int main(int argc, char *argv[])
exit(1);
}
ast_rtp_init();
#if defined(T38_SUPPORT)
ast_udptl_init();
#endif
if (ast_image_init()) {
printf(term_quit());
exit(1);