git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3661 d0543943-73ff-0310-b7d9-9358b9ac24b2

This commit is contained in:
Michael Jerris
2006-12-14 22:45:30 +00:00
parent eced5b401c
commit 933e30dd96
25 changed files with 16894 additions and 3701 deletions

View File

@@ -1,5 +1,8 @@
/* src/config.h.in. Generated from configure.in by autoheader. */
/* Enable extra debugging. */
#undef DEBUG
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
@@ -52,6 +55,9 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Enable Optimization. */
#undef OPTIMZER
/* Name of package */
#undef PACKAGE
@@ -91,9 +97,15 @@
/* Little Endian */
#undef __BYTE_ORDER
/* define it the right way ;) */
#undef __FUNCTION__
/* for the places where it is not defined */
#undef __LITTLE_ENDIAN
/* sunpro is bad at inline */
#undef __inline__
/* Define to empty if `const' does not conform to ANSI C. */
#undef const

View File

@@ -29,6 +29,10 @@
*
*/
#ifndef _MSC_VER
#include <config.h>
#endif
#include <string.h>
#include <stdio.h>
#include <stdlib.h>