CCL Library  1.0
ccl_config.h
1 /* include/ccl_config.h. Generated from ccl_config.h.in by configure. */
2 /* include/ccl_config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define to 1 if you have the <dlfcn.h> header file. */
5 #define HAVE_DLFCN_H 1
6 
7 /* Define to 1 if you have the <inttypes.h> header file. */
8 #define HAVE_INTTYPES_H 1
9 
10 /* Define to 1 if you have the `gsl' library (-lgsl). */
11 #define HAVE_LIBGSL 1
12 
13 /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
14 #define HAVE_LIBGSLCBLAS 1
15 
16 /* Define to 1 if you have the `m' library (-lm). */
17 #define HAVE_LIBM 1
18 
19 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
20  to 0 otherwise. */
21 #define HAVE_MALLOC 1
22 
23 /* Define to 1 if you have the <memory.h> header file. */
24 #define HAVE_MEMORY_H 1
25 
26 /* Define to 1 if stdbool.h conforms to C99. */
27 #define HAVE_STDBOOL_H 1
28 
29 /* Define to 1 if you have the <stdint.h> header file. */
30 #define HAVE_STDINT_H 1
31 
32 /* Define to 1 if you have the <stdlib.h> header file. */
33 #define HAVE_STDLIB_H 1
34 
35 /* Define to 1 if you have the <strings.h> header file. */
36 #define HAVE_STRINGS_H 1
37 
38 /* Define to 1 if you have the <string.h> header file. */
39 #define HAVE_STRING_H 1
40 
41 /* Define to 1 if you have the <sys/stat.h> header file. */
42 #define HAVE_SYS_STAT_H 1
43 
44 /* Define to 1 if you have the <sys/types.h> header file. */
45 #define HAVE_SYS_TYPES_H 1
46 
47 /* Define to 1 if you have the <unistd.h> header file. */
48 #define HAVE_UNISTD_H 1
49 
50 /* Define to 1 if the system has the type `_Bool'. */
51 #define HAVE__BOOL 1
52 
53 /* Define to the sub-directory in which libtool stores uninstalled libraries.
54  */
55 #define LT_OBJDIR ".libs/"
56 
57 /* Name of package */
58 #define PACKAGE "ccl"
59 
60 /* Define to the address where bug reports for this package should be sent. */
61 #define PACKAGE_BUGREPORT "yuchen.zhao@kcl.ac.uk"
62 
63 /* Define to the full name of this package. */
64 #define PACKAGE_NAME "ccl"
65 
66 /* Define to the full name and version of this package. */
67 #define PACKAGE_STRING "ccl 1.0"
68 
69 /* Define to the one symbol short name of this package. */
70 #define PACKAGE_TARNAME "ccl"
71 
72 /* Define to the home page for this package. */
73 #define PACKAGE_URL ""
74 
75 /* Define to the version of this package. */
76 #define PACKAGE_VERSION "1.0"
77 
78 /* Define to 1 if you have the ANSI C header files. */
79 #define STDC_HEADERS 1
80 
81 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
82 /* #undef TM_IN_SYS_TIME */
83 
84 /* Version number of package */
85 #define VERSION "1.0"
86 
87 /* Define to empty if `const' does not conform to ANSI C. */
88 /* #undef const */
89 
90 /* Define to rpl_malloc if the replacement function should be used. */
91 /* #undef malloc */
92 
93 /* Define to `unsigned int' if <sys/types.h> does not define. */
94 /* #undef size_t */