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 /* #undef HAVE_CFITSIO */
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 /* #undef HAVE_NUMARRAY */
36 
37 /* Define to 1 if Numaeric is available */
38 /* #undef HAVE_NUMERIC */
39 
40 /* Define to 1 if Numpy is available */
41 /* #undef HAVE_NUMPY */
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 /* #undef HAVE_TEX_UTILS */
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 to the sub-directory in which libtool stores uninstalled libraries.
86  */
87 #define LT_OBJDIR ".libs/"
88 
89 /* define if obsolete mem_fun1 must be used. */
90 /* #undef MEMFUN1_DEFECT */
91 
92 /* Name of package */
93 #define PACKAGE "HippoDraw"
94 
95 /* Define to the address where bug reports for this package should be sent. */
96 #define PACKAGE_BUGREPORT ""
97 
98 /* Define to the full name of this package. */
99 #define PACKAGE_NAME ""
100 
101 /* Define to the full name and version of this package. */
102 #define PACKAGE_STRING ""
103 
104 /* Define to the one symbol short name of this package. */
105 #define PACKAGE_TARNAME ""
106 
107 /* Define to the version of this package. */
108 #define PACKAGE_VERSION ""
109 
110 /* Define to 1 if you have the <strstream> header file instead of <sstream> */
111 /* #undef SSTREAM_DEFECT */
112 
113 /* Define to 1 if you have the ANSI C header files. */
114 #define STDC_HEADERS 1
115 
116 /* define if std::string::clear does not work */
117 /* #undef STRING_CLEAR_DEFECT */
118 
119 /* Version number of package */
120 #define VERSION "1.22.0"
121 
122 /* Define to 1 if the X Window System is missing or not being used. */
123 /* #undef X_DISPLAY_MISSING */

Generated for HippoDraw Class Library by doxygen