ThePEG  1.8.0
config.h
1 /* Config/config.h. Generated from config.h.in by configure. */
2 /* Config/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 <HepMC/HepMCDefs.h> header file. */
8 #define HAVE_HEPMC_HEPMCDEFS_H 1
9 
10 /* Define to 1 if you have the <HepMC/IO_GenEvent.h> header file. */
11 #define HAVE_HEPMC_IO_GENEVENT_H 1
12 
13 /* Define to 1 if you have the <HepMC/PdfInfo.h> header file. */
14 #define HAVE_HEPMC_PDFINFO_H 1
15 
16 /* Define to 1 if you have the <history.h> header file. */
17 /* #undef HAVE_HISTORY_H */
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 `gsl' library (-lgsl). */
23 #define HAVE_LIBGSL 1
24 
25 /* Define to 1 if you have the `gslcblas' library (-lgslcblas). */
26 #define HAVE_LIBGSLCBLAS 1
27 
28 /* Define to 1 if you have the `HepMC' library (-lHepMC). */
29 /* #undef HAVE_LIBHEPMC */
30 
31 /* Define to 1 if you have the `m' library (-lm). */
32 #define HAVE_LIBM 1
33 
34 /* Define if you have a readline compatible library */
35 #define HAVE_LIBREADLINE 1
36 
37 /* Define to 1 if you have the `Rivet' library (-lRivet). */
38 /* #undef HAVE_LIBRIVET */
39 
40 /* Define to 1 if you have the `z' library (-lz). */
41 #define HAVE_LIBZ 1
42 
43 /* Define to 1 if you have the <memory.h> header file. */
44 #define HAVE_MEMORY_H 1
45 
46 /* Define to 1 if you have the <readline.h> header file. */
47 /* #undef HAVE_READLINE_H */
48 
49 /* Define if your readline library has \`add_history' */
50 #define HAVE_READLINE_HISTORY 1
51 
52 /* Define to 1 if you have the <readline/history.h> header file. */
53 #define HAVE_READLINE_HISTORY_H 1
54 
55 /* Define to 1 if you have the <readline/readline.h> header file. */
56 #define HAVE_READLINE_READLINE_H 1
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 to 1 if you have the <unistd.h> header file. */
77 #define HAVE_UNISTD_H 1
78 
79 /* Define to the sub-directory in which libtool stores uninstalled libraries.
80  */
81 #define LT_OBJDIR ".libs/"
82 
83 /* define if AIDA headers are installed */
84 /* #undef LWH_USING_AIDA */
85 
86 /* Name of package */
87 #define PACKAGE "ThePEG"
88 
89 /* Define to the address where bug reports for this package should be sent. */
90 #define PACKAGE_BUGREPORT "http://www.thep.lu.se/ThePEG/"
91 
92 /* Define to the full name of this package. */
93 #define PACKAGE_NAME "ThePEG"
94 
95 /* Define to the full name and version of this package. */
96 #define PACKAGE_STRING "ThePEG 1.8.0"
97 
98 /* Define to the one symbol short name of this package. */
99 #define PACKAGE_TARNAME "ThePEG"
100 
101 /* Define to the home page for this package. */
102 #define PACKAGE_URL ""
103 
104 /* Define to the version of this package. */
105 #define PACKAGE_VERSION "1.8.0"
106 
107 /* Define to 1 if you have the ANSI C header files. */
108 #define STDC_HEADERS 1
109 
110 /* The command which, taking the name of a bzipped file as argument, unzips it
111  and prints it to stdout. Default is "bunzip2 -c". */
112 #define ThePEG_BZ2READ_FILE "bunzip2 -c"
113 
114 /* The command which, taking the name of a bzipped file as argument, reads
115  stdin, zips it and writes it to the file. Default is "bzip2 -c > ". */
116 #define ThePEG_BZ2WRITE_FILE "bzip2 -c > "
117 
118 /* The command which, taking the name of a gzipped file as argument, unzips it
119  and prints it to stdout. Default is "gunzip -c" */
120 #define ThePEG_GZREAD_FILE "gunzip -c"
121 
122 /* The command which, taking the name of a gzipped file as argument, reads
123  stdin, zips it and writes it to the file. Default is "gzip -c > ". */
124 #define ThePEG_GZWRITE_FILE "gzip -c > "
125 
126 /* define if dlopen is available */
127 #define ThePEG_HAS_DLOPEN 1
128 
129 /* define if expm1 is available */
130 #define ThePEG_HAS_EXPM1 1
131 
132 /* define if fenv is available */
133 #define ThePEG_HAS_FENV 1
134 
135 /* define if fpucontrol is available */
136 #define ThePEG_HAS_FPU_CONTROL 1
137 
138 /* define if log1p is available */
139 #define ThePEG_HAS_LOG1P 1
140 
141 /* define if units should be checked */
142 #define ThePEG_HAS_UNITS_CHECKING 1
143 
144 /* Version number of package */
145 #define VERSION "1.8.0"