mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 09:36:46 +00:00
build
cmake_modules
conf
debian
docs
dtd
freeswitch.xcodeproj
htdocs
libs
apr
apr-util
curl
esl
iksemel
ilbc
js
libdingaling
libedit
libg722_1
libnatpmp
libsndfile
libteletone
miniupnpc
pcre
cmake
doc
testdata
.update
132html
AUTHORS
CMakeLists.txt
COPYING
ChangeLog
CleanTxt
Detrail
HACKING
INSTALL
LICENCE
Makefile.am
NEWS
NON-UNIX-USE
PrepareRelease
README
RunGrepTest
RunGrepTest.in
RunTest
RunTest.bat
RunTest.in
config-cmake.h.in
config.h.generic
configure.ac
configure.gnu
depcomp
dftables.c
libpcre.def
libpcre.pc.in
libpcrecpp.pc.in
libpcreposix.def
makevp.bat
makevp_c.txt
makevp_l.txt
pcre-config.in
pcre.def
pcre.h
pcre.h.generic
pcre.h.in
pcre_chartables.c.dist
pcre_compile.c
pcre_config.c
pcre_dfa_exec.c
pcre_exec.c
pcre_fullinfo.c
pcre_get.c
pcre_globals.c
pcre_info.c
pcre_internal.h
pcre_maketables.c
pcre_newline.c
pcre_ord2utf8.c
pcre_printint.src
pcre_refcount.c
pcre_scanner.cc
pcre_scanner.h
pcre_scanner_unittest.cc
pcre_stringpiece.cc
pcre_stringpiece.h.in
pcre_stringpiece_unittest.cc
pcre_study.c
pcre_tables.c
pcre_try_flipped.c
pcre_ucd.c
pcre_ucp_searchfuncs.c
pcre_valid_utf8.c
pcre_version.c
pcre_xclass.c
pcrecpp.cc
pcrecpp.h
pcrecpp_internal.h
pcrecpp_unittest.cc
pcrecpparg.h.in
pcredemo.c
pcregexp.pas
pcregrep.c
pcreposix.c
pcreposix.h
pcretest.c
perltest
perltest.pl
ucp.h
ucpinternal.h
ucptable.c
portaudio
sofia-sip
spandsp
speex
sqlite
srtp
stfu
tiff-3.8.2
udns
unimrcp
voipcodecs
win32
xmlrpc-c
yaml
patches
scripts
src
support-d
w32
CMakeLists.txt
Freeswitch.2005.unsupported.sln
Freeswitch.2008.express.sln
Freeswitch.2008.sln
INSTALL
Makefile.am
acinclude.m4
bootstrap.sh
configure.in
freeswitch.spec
45 lines
1.0 KiB
C
45 lines
1.0 KiB
C
![]() |
/* config.h for CMake builds */
|
||
|
|
||
|
#cmakedefine HAVE_DIRENT_H 1
|
||
|
#cmakedefine HAVE_SYS_STAT_H 1
|
||
|
#cmakedefine HAVE_SYS_TYPES_H 1
|
||
|
#cmakedefine HAVE_UNISTD_H 1
|
||
|
#cmakedefine HAVE_WINDOWS_H 1
|
||
|
|
||
|
#cmakedefine HAVE_TYPE_TRAITS_H 1
|
||
|
#cmakedefine HAVE_BITS_TYPE_TRAITS_H 1
|
||
|
|
||
|
#cmakedefine HAVE_BCOPY 1
|
||
|
#cmakedefine HAVE_MEMMOVE 1
|
||
|
#cmakedefine HAVE_STRERROR 1
|
||
|
#cmakedefine HAVE_STRTOLL 1
|
||
|
#cmakedefine HAVE_STRTOQ 1
|
||
|
#cmakedefine HAVE__STRTOI64 1
|
||
|
|
||
|
#cmakedefine PCRE_STATIC 1
|
||
|
|
||
|
#cmakedefine SUPPORT_UTF8 1
|
||
|
#cmakedefine SUPPORT_UCP 1
|
||
|
#cmakedefine EBCDIC 1
|
||
|
#cmakedefine BSR_ANYCRLF 1
|
||
|
#cmakedefine NO_RECURSE 1
|
||
|
|
||
|
#cmakedefine HAVE_LONG_LONG 1
|
||
|
#cmakedefine HAVE_UNSIGNED_LONG_LONG 1
|
||
|
|
||
|
#cmakedefine SUPPORT_LIBBZ2 1
|
||
|
#cmakedefine SUPPORT_LIBZ 1
|
||
|
#cmakedefine SUPPORT_LIBREADLINE 1
|
||
|
|
||
|
#define NEWLINE @NEWLINE@
|
||
|
#define POSIX_MALLOC_THRESHOLD @PCRE_POSIX_MALLOC_THRESHOLD@
|
||
|
#define LINK_SIZE @PCRE_LINK_SIZE@
|
||
|
#define MATCH_LIMIT @PCRE_MATCH_LIMIT@
|
||
|
#define MATCH_LIMIT_RECURSION @PCRE_MATCH_LIMIT_RECURSION@
|
||
|
|
||
|
|
||
|
#define MAX_NAME_SIZE 32
|
||
|
#define MAX_NAME_COUNT 10000
|
||
|
|
||
|
/* end config.h for CMake builds */
|