CR2RE Pipeline Reference Manual 1.6.2
config.h
1/* config.h. Generated from config.h.in by configure. */
2/* 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 `floor' function. */
8#define HAVE_FLOOR 1
9
10/* Define to 1 iff you have GSL */
11#define HAVE_GSL 1
12
13/* Define to 1 if you have the <inttypes.h> header file. */
14#define HAVE_INTTYPES_H 1
15
16/* 1 if ERFA present */
17#define HAVE_LIBERFA 1
18
19/* Define to 1 iff you have GSL */
20#define HAVE_LIBGSL 1
21
22/* 1 if LIBCURL present */
23#define HAVE_LIBLIBCURL 1
24
25/* Define to 1 if you have the `m' library (-lm). */
26#define HAVE_LIBM 1
27
28/* Define to 1 if you have the `pow' function. */
29#define HAVE_POW 1
30
31/* Define to 1 if you have the `sqrt' function. */
32#define HAVE_SQRT 1
33
34/* Define to 1 if you have the <stdint.h> header file. */
35#define HAVE_STDINT_H 1
36
37/* Define to 1 if you have the <stdio.h> header file. */
38#define HAVE_STDIO_H 1
39
40/* Define to 1 if you have the <stdlib.h> header file. */
41#define HAVE_STDLIB_H 1
42
43/* Define if you have the `strdup' function */
44/* #undef HAVE_STRDUP */
45
46/* Define to 1 if you have the <strings.h> header file. */
47#define HAVE_STRINGS_H 1
48
49/* Define to 1 if you have the <string.h> header file. */
50#define HAVE_STRING_H 1
51
52/* Define to 1 if you have the <sys/stat.h> header file. */
53#define HAVE_SYS_STAT_H 1
54
55/* Define to 1 if you have the <sys/types.h> header file. */
56#define HAVE_SYS_TYPES_H 1
57
58/* Define to 1 if you have the <unistd.h> header file. */
59#define HAVE_UNISTD_H 1
60
61/* HDRL binary age */
62#define HDRL_BINARY_AGE 500
63
64/* HDRL binary version number */
65#define HDRL_BINARY_VERSION 10500
66
67/* HDRL interface age */
68#define HDRL_INTERFACE_AGE 0
69
70/* HDRL major version number */
71#define HDRL_MAJOR_VERSION 1
72
73/* HDRL micro version number */
74#define HDRL_MICRO_VERSION 0
75
76/* HDRL minor version number */
77#define HDRL_MINOR_VERSION 5
78
79/* Define to the sub-directory where libtool stores uninstalled libraries. */
80#define LT_OBJDIR ".libs/"
81
82/* Name of package */
83#define PACKAGE "hdrl"
84
85/* Define to the address where bug reports for this package should be sent. */
86#define PACKAGE_BUGREPORT "https://support.eso.org"
87
88/* Define to the full name of this package. */
89#define PACKAGE_NAME "HDRL Pipeline"
90
91/* Define to the full name and version of this package. */
92#define PACKAGE_STRING "HDRL Pipeline 1.5.0"
93
94/* Define to the one symbol short name of this package. */
95#define PACKAGE_TARNAME "hdrl"
96
97/* Define to the home page for this package. */
98#define PACKAGE_URL ""
99
100/* Define to the version of this package. */
101#define PACKAGE_VERSION "1.5.0"
102
103/* Define to 1 if all of the C90 standard headers exist (not just the ones
104 required in a freestanding environment). This macro is provided for
105 backward compatibility; new code need not use it. */
106#define STDC_HEADERS 1
107
108/* Version number of package */
109#define VERSION "1.5.0"
110
111/* Define if using the dmalloc debugging malloc package */
112/* #undef WITH_DMALLOC */
113
114/* Number of bits in a file offset, on hosts where this is settable. */
115/* #undef _FILE_OFFSET_BITS */
116
117/* Define for large files, on AIX-style hosts. */
118/* #undef _LARGE_FILES */
119
120/* Define to empty if `const' does not conform to ANSI C. */
121/* #undef const */
122
123/* Define to `__inline__' or `__inline' if that's what the C compiler
124 calls it, or to nothing if 'inline' is not supported under any name. */
125#ifndef __cplusplus
126/* #undef inline */
127#endif
128
129
130#ifndef HAVE_STRDUP
131# define strdup cx_strdup
132#endif
133