ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/config.h.in
(Generate patch)

Comparing trunk/OOPSE-4/src/config.h.in (file contents):
Revision 2570 by gezelter, Tue Jan 17 15:32:48 2006 UTC vs.
Revision 2752 by gezelter, Tue May 16 02:06:37 2006 UTC

# 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  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines