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 2752 by gezelter, Tue May 16 02:06:37 2006 UTC vs.
Revision 2753 by gezelter, Tue May 16 20:38:23 2006 UTC

# Line 46 | Line 46
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines