add some stuff to esl

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12086 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2009-02-17 14:13:32 +00:00
parent 36c59d1237
commit 7987fa5cfd
8 changed files with 133 additions and 23 deletions
+3 -9
View File
@@ -96,13 +96,13 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* The size of `int', as computed by sizeof. */
/* The size of a `int', as computed by sizeof. */
#undef SIZEOF_INT
/* The size of `long', as computed by sizeof. */
/* The size of a `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of `short', as computed by sizeof. */
/* The size of a `short', as computed by sizeof. */
#undef SIZEOF_SHORT
/* Version extra */
@@ -129,12 +129,6 @@
/* Make use of alloca */
#undef USE_ALLOCA
/* Use FFTW3 for FFT */
#undef USE_GPL_FFTW3
/* Use Intel Math Kernel Library for FFT */
#undef USE_INTEL_MKL
/* Use KISS Fast Fourier Transform */
#undef USE_KISS_FFT