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 |
|
|