| # | Line 45 | Line 45 | |
|---|---|---|
| 45 | ||
| 46 | /* Define to 1 if you have the <dlfcn.h> header file. */ | |
| 47 | #undef HAVE_DLFCN_H | |
| 48 | + | |
| 49 | + | /* Disable all FFTW (and thus Undulation Spectrum) support */ |
| 50 | + | #undef WITHOUT_FFTW |
| 51 | + | |
| 52 | + | /* Use the d prefix on fftw includes */ |
| 53 | + | #undef FFTW_NAME_DFFTW |
| 54 | + | |
| 55 | + | /* Dont use any prefix on fftw includes */ |
| 56 | + | #undef FFTW_NAME_FFTW |
| 57 | ||
| 58 | + | /* Use the s prefix on fftw includes */ |
| 59 | + | #undef FFTW_NAME_SFFTW |
| 60 | + | |
| 61 | /* Define to 1 if you have the `floor' function. */ | |
| 62 | #undef HAVE_FLOOR | |
| 63 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |