ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/config.h.cmake
(Generate patch)

Comparing branches/development/src/config.h.cmake (file contents):
Revision 1667 by gezelter, Wed Sep 14 21:15:17 2011 UTC vs.
Revision 1668 by gezelter, Fri Jan 6 19:03:05 2012 UTC

# Line 13 | Line 13
13   /* Is defined if the qhull library is available. */
14   #cmakedefine HAVE_QHULL
15  
16 < /* Define to 1 if you have the <conio.h> header file. */
16 > /* have <conio.h> */
17   #cmakedefine HAVE_CONIO_H 1
18  
19 + /* have symbol strncasecmp */
20 + #cmakedefine HAVE_STRNCASECMP 1
21 +
22   /* define if fftw3.h exists */
23 < #cmakedefine HAVE_FFTW3_H
23 > #cmakedefine HAVE_FFTW3_H 1
24  
22 /* define if fftw.h exists */
23 #cmakedefine HAVE_FFTW_H
24
25 /* define if dfftw.h exists */
26 #cmakedefine HAVE_DFFTW_H
27
25   /* Define to 1 if you have the `z' library (-lz). */
26   #cmakedefine HAVE_LIBZ 1
27  
31 /* Define to 1 if you have the `strcasecmp' function. */
32 #cmakedefine HAVE_STRCASECMP 1
33
34 /* Define to 1 if you have the `stricmp' function. */
35 #cmakedefine HAVE_STRICMP 1
36
28   /* Define to the one symbol short name of this package. */
29   #cmakedefine PACKAGE_TARNAME
30  
31   /* Define to the version of this package. */
32   #cmakedefine PACKAGE_VERSION
33  
43 /* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */
44 #cmakedefine __USE_STD_IOSTREAM
45
34   /* Define to empty if `const' does not conform to ANSI C. */
35   #cmakedefine const
36  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines