--- trunk/OOPSE-4/src/config.h.in 2006/01/17 15:32:48 2570 +++ trunk/OOPSE-4/src/config.h.in 2006/05/16 02:06:37 2752 @@ -45,7 +45,19 @@ /* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H + +/* Disable all FFTW (and thus Undulation Spectrum) support */ +#undef WITHOUT_FFTW + +/* Use the d prefix on fftw includes */ +#undef FFTW_NAME_DFFTW + +/* Dont use any prefix on fftw includes */ +#undef FFTW_NAME_FFTW +/* Use the s prefix on fftw includes */ +#undef FFTW_NAME_SFFTW + /* Define to 1 if you have the `floor' function. */ #undef HAVE_FLOOR