| 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 |
| 49 |
> |
/* define if fftw3.h exists */ |
| 50 |
> |
#undef HAVE_FFTW3_H |
| 51 |
|
|
| 52 |
< |
/* Use the d prefix on fftw includes */ |
| 53 |
< |
#undef FFTW_NAME_DFFTW |
| 52 |
> |
/* define if fftw.h exists */ |
| 53 |
> |
#undef HAVE_FFTW_H |
| 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 |
| 55 |
> |
/* define if dfftw.h exists */ |
| 56 |
> |
#undef HAVE_DFFTW_H |
| 57 |
|
|
| 58 |
|
/* Define to 1 if you have the `floor' function. */ |
| 59 |
|
#undef HAVE_FLOOR |