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 1629 by gezelter, Wed Sep 14 21:15:17 2011 UTC vs.
Revision 1704 by gezelter, Tue Apr 24 20:40:04 2012 UTC

# Line 1 | Line 1
1 < /* config.h.  Generated from config.h.cmake by cmake  */
1 > /* config.h.  Generated from config.h.cmake by CMake for @PROJECT_NAME@  */
2  
3   #define OPENMD_VERSION_MAJOR "${VERSION_MAJOR}"
4   #define OPENMD_VERSION_MINOR "${VERSION_MINOR}"
# Line 11 | Line 11
11   #cmakedefine SINGLE_PRECISION
12  
13   /* Is defined if the qhull library is available. */
14 #cmakedefine HAVE_QHULL
14  
15 < /* Define to 1 if you have the <conio.h> header file. */
15 > #cmakedefine HAVE_QHULL 1
16 > #cmakedefine HAVE_QHULL_2011 1
17 > #ifdef DISABLE_QHULL
18 > #undef HAVE_QHULL
19 > #endif
20 >
21 > /* have <conio.h> */
22   #cmakedefine HAVE_CONIO_H 1
23  
24 + /* have symbol strncasecmp */
25 + #cmakedefine HAVE_STRNCASECMP 1
26 +
27   /* define if fftw3.h exists */
28 < #cmakedefine HAVE_FFTW3_H
28 > #cmakedefine HAVE_FFTW3_H 1
29  
22 /* define if fftw.h exists */
23 #cmakedefine HAVE_FFTW_H
24
25 /* define if dfftw.h exists */
26 #cmakedefine HAVE_DFFTW_H
27
30   /* Define to 1 if you have the `z' library (-lz). */
31   #cmakedefine HAVE_LIBZ 1
32  
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
33   /* Define to the one symbol short name of this package. */
34   #cmakedefine PACKAGE_TARNAME
35  
36   /* Define to the version of this package. */
37   #cmakedefine PACKAGE_VERSION
38  
43 /* needed by DEC/Compaq/HP cxx to activate ANSI standard iostream. */
44 #cmakedefine __USE_STD_IOSTREAM
45
39   /* Define to empty if `const' does not conform to ANSI C. */
40   #cmakedefine const
41  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines