1 of many PRI/SIP gateway related updates

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@650 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-02-22 17:16:47 +00:00
parent 9148e2b90e
commit e84fb76ac2
3 changed files with 1 additions and 4 deletions

View File

@ -79,7 +79,6 @@ typedef unsigned long in_addr_t;
#else #else
#include <sys/types.h> #include <sys/types.h>
#ifndef getpid #ifndef getpid
#include <sys/types.h>
#include <unistd.h> #include <unistd.h>
#include <stdlib.h> #include <stdlib.h>
#include <time.h> #include <time.h>

View File

@ -1,6 +1,5 @@
CFLAGS +=-I/usr/local/include -I/usr/src/libpri -I/usr/src/linux/include -I. -I/usr/include CFLAGS +=-I/usr/local/include -I/usr/src/libpri -I/usr/src/linux/include -I. -I/usr/include
CFLAGS +=-D__LINUX__ -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DAFT_A104 CFLAGS +=-D__LINUX__ -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DAFT_A104
CFLAGS +=-Wall -Wstrict-prototypes -Wmissing-prototypes -g
LDFLAGS += -lsangoma LDFLAGS += -lsangoma

View File

@ -1,4 +1,4 @@
A/* /*
* FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application * FreeSWITCH Modular Media Switching Software Library / Soft-Switch Application
* Copyright (C) 2005/2006, Anthony Minessale II <anthmct@yahoo.com> * Copyright (C) 2005/2006, Anthony Minessale II <anthmct@yahoo.com>
* *
@ -30,7 +30,6 @@ A/*
* *
*/ */
#include <switch.h> #include <switch.h>
#include <libsangoma.h> #include <libsangoma.h>
#include <sangoma_pri.h> #include <sangoma_pri.h>