summaryrefslogtreecommitdiff
path: root/src/sndobj/rfftw/config.h
diff options
context:
space:
mode:
authorJohn Glover <j@johnglover.net>2012-08-21 18:31:07 +0100
committerJohn Glover <j@johnglover.net>2012-08-21 18:31:07 +0100
commit39e0005e226ed6f04562e9d5d7548782fef81c20 (patch)
tree5f4b23a8563a47ac8740525acc2f96565e88d002 /src/sndobj/rfftw/config.h
parent4f0a4f251ddbc466f14200202eff2213e30a5919 (diff)
downloadsimpl-39e0005e226ed6f04562e9d5d7548782fef81c20.tar.gz
simpl-39e0005e226ed6f04562e9d5d7548782fef81c20.tar.bz2
simpl-39e0005e226ed6f04562e9d5d7548782fef81c20.zip
[sndobj] Update SndObj to use FFTW v3 (was using v2). Remove unused SndObj files. Whitespace clean up.
Diffstat (limited to 'src/sndobj/rfftw/config.h')
-rw-r--r--src/sndobj/rfftw/config.h170
1 files changed, 0 insertions, 170 deletions
diff --git a/src/sndobj/rfftw/config.h b/src/sndobj/rfftw/config.h
deleted file mode 100644
index c7b543c..0000000
--- a/src/sndobj/rfftw/config.h
+++ /dev/null
@@ -1,170 +0,0 @@
-/* -*- C -*- */
-/*
- * Copyright (c) 1997-1999 Massachusetts Institute of Technology
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
-
-/* fftw.h -- system-wide definitions */
-/* $Id: config.h,v 1.1 2007/01/08 10:53:29 veplaini Exp $ */
-
-/* configuration options (guessed by configure) */
-
-/* Define to empty if the keyword does not work. */
-/* #undef const */
-
-/* Define if you have the gettimeofday function. */
-/* #undef HAVE_GETTIMEOFDAY */
-
-/* Define if you have the BSDgettimeofday function. */
-/* #undef HAVE_BSDGETTIMEOFDAY */
-
-/* Define if you have the <sys/time.h> header file. */
-/* #undef HAVE_SYS_TIME_H */
-
-/* Define if you have the <unistd.h> header file. */
-/* #undef HAVE_UNISTD_H */
-
-/* Define if you have the <getopt.h> header file. */
-/* #undef HAVE_GETOPT_H */
-
-/* Define if you have the <malloc.h> header file */
-/* #undef HAVE_MALLOC_H */
-
-/* Define if you have gethrtime() a la Solaris 2 */
-/* #undef HAVE_GETHRTIME */
-/* #undef HAVE_HRTIME_T */
-
-/* Define to sizeof int and long long, if available: */
-#define SIZEOF_INT 0
-#define SIZEOF_LONG_LONG 0
-
-#if (SIZEOF_INT != 0) && (SIZEOF_LONG_LONG >= 2 * SIZEOF_INT)
-# define LONGLONG_IS_TWOINTS
-#endif
-
-/* Define to use "unsafe" modular multiply (can cause integer overflow
- and errors for transforms of large prime sizes using Rader). */
-/* #undef FFTW_ENABLE_UNSAFE_MULMOD */
-
-/* Define if you have getopt() */
-/* #undef HAVE_GETOPT */
-
-/* Define if you have getopt_long() */
-/* #undef HAVE_GETOPT_LONG */
-
-/* Define if you have isnan() */
-/* #undef HAVE_ISNAN */
-
-/* Define for enabling the high resolution Pentium timer */
-/* #undef FFTW_ENABLE_PENTIUM_TIMER */
-
-/*
- * When using FFTW_ENABLE_PENTIUM_TIMER, set FFTW_CYCLES_PER_SEC
- * to your real CPU clock speed!
- */
-/* This is for 200 MHz */
-/* #define FFTW_CYCLES_PER_SEC 200000000L */
-
-/*
- * Define to enable a gcc/x86 specific hack that aligns
- * the stack to an 8-byte boundary
- */
-/* #undef FFTW_ENABLE_I386_HACKS */
-
-/* Define when using a version of gcc that aligns the stack properly */
-/* #undef FFTW_GCC_ALIGNS_STACK */
-
-/* Define to enable extra runtime checks for debugging. */
-/* #undef FFTW_DEBUG */
-
-/* Define to enable vector-recurse feature. */
-/* #undef FFTW_ENABLE_VECTOR_RECURSE */
-
-/*
- * Define to enable extra runtime checks for the alignment of variables
- * in the codelets (causes coredump for misaligned double on x86).
- */
-/* #undef FFTW_DEBUG_ALIGNMENT */
-
-#define FFTW_VERSION "2.1.3"
-
-/* Use Win32 high-resolution timer */
-#if defined(__WIN32__) || defined(WIN32) || defined(_WINDOWS)
-# define HAVE_WIN32_TIMER
-# define HAVE_WIN32
-#endif
-
-/* Use MacOS Time Manager timer */
-#if defined(MAC) || defined(macintosh)
-# define HAVE_MAC_TIMER
-# define HAVE_MACOS
-
-/* Define to use nanosecond timer on PCI PowerMacs: */
-/* (WARNING: experimental, use at your own risk.) */
-/* #undef HAVE_MAC_PCI_TIMER */
-#endif
-
-/* define if you have alloca.h: */
-/* #undef HAVE_ALLOCA_H */
-
-/* define if you have the alloca function: */
-/* #undef HAVE_ALLOCA */
-
-/************************** threads configuration ************************/
-
-/* The following preprocessor symbols select which threads library
- to use when compiling the FFTW threads parallel libraries: */
-
-/* #undef FFTW_USING_SOLARIS_THREADS */
-/* #undef FFTW_USING_POSIX_THREADS */
-/* #undef FFTW_USING_BEOS_THREADS */
-/* #undef FFTW_USING_MACH_THREADS */
-
-/* #undef HAVE_PTHREAD_CREATE_UNDETACHED */
-
-/* #undef HAVE_MACH_CTHREADS_H */
-/* #undef HAVE_CTHREADS_H */
-/* #undef HAVE_CTHREAD_H */
-
-#ifdef HAVE_WIN32
-#define FFTW_USING_WIN32_THREADS
-#endif
-
-#ifdef HAVE_MACOS
-#define FFTW_USING_MACOS_THREADS
-#endif
-
-/*********************** fortran wrapper configuration *********************/
-
-/* These symbols select how to mangle function names so that they will
- be recognized by the linker. If none of them are defined, then
- Fortran wrappers will not be compiled. */
-
-/* #undef FFTW_FORTRANIZE_LOWERCASE */
-/* #undef FFTW_FORTRANIZE_LOWERCASE_UNDERSCORE */
-/* #undef FFTW_FORTRANIZE_UPPERCASE */
-/* #undef FFTW_FORTRANIZE_UPPERCASE_UNDERSCORE */
-
-/* define the following if names with an underscore get an extra one: */
-/* #undef FFTW_FORTRANIZE_EXTRA_UNDERSCORE */
-
-/* The following symbols control how MPI_Comm data structures are
- translated between Fortran and C for the fftw_mpi wrappers. See
- the file mpi/fftw_f77_mpi.h for more information. */
-/* #undef HAVE_MPI_COMM_F2C */
-/* #undef FFTW_USE_F77_MPI_COMM */
-/* #undef FFTW_USE_F77_MPI_COMM_P */