FreeSWITCH is a Software Defined Telecom Stack enabling the digital transformation from proprietary telecom switches to a versatile software implementation that runs on any commodity hardware. From a Raspberry PI to a multi-core server, FreeSWITCH can unl
Go to file
Michael Jerris c7cddb2dc7 It appears that we should be able to include strings.h only, except msvc does not have strings.h:
and at least some linux implementations do not work unless you include both, which seems to be against spec, but should not hurt.  The most correct thing to do here would be to include strings.h then string.h wrapped in autoconf detected defines, but this should work for now.  If it is still an issue going forward, we will need to add some defines for detected presence of some header files to the public header files, which should be done with care to avoid define collisions in public header files.

http://www.opengroup.org/onlinepubs/009695399/basedefs/strings.h.html
http://www.opengroup.org/onlinepubs/009695399/basedefs/string.h.html


git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@4895 d0543943-73ff-0310-b7d9-9358b9ac24b2
2007-04-08 17:18:12 +00:00
build make turbo install too 2007-04-05 14:57:20 +00:00
conf update 2007-04-07 21:23:37 +00:00
docs removing most of the generated files from tree. You will need to run bootstrap.sh and configure again after you do this update and have autoconf, automake, and libtool installed on the box. 2007-03-19 19:26:25 +00:00
libs fix some warnings. 2007-04-08 16:11:03 +00:00
scripts fix Client.pm recv len 2007-02-23 18:02:50 +00:00
src It appears that we should be able to include strings.h only, except msvc does not have strings.h: 2007-04-08 17:18:12 +00:00
support update public key 2006-11-28 19:07:29 +00:00
w32 msvc odbc build 2007-04-05 10:07:25 +00:00
Freeswitch.sln add mod_cdr config files. 2007-04-06 08:55:37 +00:00
INSTALL build progress break everything 2006-12-17 01:01:09 +00:00
Makefile.am add core ODBC 2007-04-04 03:08:17 +00:00
acinclude.m4 add proper autoconf checks for mysql client and convert mod_cdr to automake makefile so that we can use AM_CONDITIONALS for the mysqlcdr build selection 2007-03-23 06:08:17 +00:00
bootstrap.sh make bootstrap.sh work on /bin/sh 2007-04-06 23:45:01 +00:00
configure.in a bit better on the mysql detection 2007-04-06 09:38:11 +00:00