config.h
Go to the documentation of this file.
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.in by autoheader. */
3 
4 /* define if older version of Boost */
5 /* #undef BOOST_DEFECT */
6 
7 /* define if std::distance does not work */
8 /* #undef DISTANCE_DEFECT */
9 
10 /* Define to 1 if cfitsio is available */
11 #define HAVE_CFITSIO 1
12 
13 /* Define to 1 if you have the <dlfcn.h> header file. */
14 #define HAVE_DLFCN_H 1
15 
16 /* Define to 1 if HELP is available */
17 #define HAVE_HELP 1
18 
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #define HAVE_INTTYPES_H 1
21 
22 /* Define to 1 if you have the `cfitsio' library (-lcfitsio). */
23 #define HAVE_LIBCFITSIO 1
24 
25 /* Define to 1 if you have the <memory.h> header file. */
26 #define HAVE_MEMORY_H 1
27 
28 /* Define to 1 if C++ version of Minuit is available */
29 /* #undef HAVE_MINUIT */
30 
31 /* Define to 1 if Minuit2 is available */
32 /* #undef HAVE_MINUIT2 */
33 
34 /* Define to 1 if numarray is available */
35 #define HAVE_NUMARRAY 1
36 
37 /* Define to 1 if Numaeric is available */
38 /* #undef HAVE_NUMERIC */
39 
40 /* Define to 1 if Numpy is available */
41 #define HAVE_NUMPY 1
42 
43 /* Define to 1 if Python older than 2.3 */
44 /* #undef HAVE_OLD_PYTHON */
45 
46 /* Define to 1 if QT4 is available */
47 /* #undef HAVE_QT4 */
48 
49 /* Define to 1 if building Qt application */
50 #define HAVE_QT_APP 1
51 
52 /* Define to 1 if ROOT is available */
53 /* #undef HAVE_ROOT */
54 
55 /* Define to 1 if building with SIP */
56 /* #undef HAVE_SIP */
57 
58 /* Define to 1 if you have the <stdint.h> header file. */
59 #define HAVE_STDINT_H 1
60 
61 /* Define to 1 if you have the <stdlib.h> header file. */
62 #define HAVE_STDLIB_H 1
63 
64 /* Define to 1 if you have the <strings.h> header file. */
65 #define HAVE_STRINGS_H 1
66 
67 /* Define to 1 if you have the <string.h> header file. */
68 #define HAVE_STRING_H 1
69 
70 /* Define to 1 if you have the <sys/stat.h> header file. */
71 #define HAVE_SYS_STAT_H 1
72 
73 /* Define to 1 if you have the <sys/types.h> header file. */
74 #define HAVE_SYS_TYPES_H 1
75 
76 /* define if have util or converting latex to png */
77 #define HAVE_TEX_UTILS 1
78 
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #define HAVE_UNISTD_H 1
81 
82 /* Define to 1 if WCSLIB is available */
83 /* #undef HAVE_WCSLIB */
84 
85 /* define if obsolete mem_fun1 must be used. */
86 /* #undef MEMFUN1_DEFECT */
87 
88 /* Name of package */
89 #define PACKAGE "HippoDraw"
90 
91 /* Define to the address where bug reports for this package should be sent. */
92 #define PACKAGE_BUGREPORT ""
93 
94 /* Define to the full name of this package. */
95 #define PACKAGE_NAME ""
96 
97 /* Define to the full name and version of this package. */
98 #define PACKAGE_STRING ""
99 
100 /* Define to the one symbol short name of this package. */
101 #define PACKAGE_TARNAME ""
102 
103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION ""
105 
106 /* Define to 1 if you have the <strstream> header file instead of <sstream> */
107 /* #undef SSTREAM_DEFECT */
108 
109 /* Define to 1 if you have the ANSI C header files. */
110 #define STDC_HEADERS 1
111 
112 /* define if std::string::clear does not work */
113 /* #undef STRING_CLEAR_DEFECT */
114 
115 /* Version number of package */
116 #define VERSION "1.21.3"
117 
118 /* Define to 1 if the X Window System is missing or not being used. */
119 /* #undef X_DISPLAY_MISSING */

Generated for HippoDraw Class Library by doxygen