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 #define HAVE_LIBHEPMC 1
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 #define HAVE_LIBRIVET 1
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 where libtool stores uninstalled libraries. */
80 #define LT_OBJDIR ".libs/"
81 
82 /* define if AIDA headers are installed */
83 /* #undef LWH_USING_AIDA */
84 
85 /* Name of package */
86 #define PACKAGE "ThePEG"
87 
88 /* Define to the address where bug reports for this package should be sent. */
89 #define PACKAGE_BUGREPORT "http://www.thep.lu.se/ThePEG/"
90 
91 /* Define to the full name of this package. */
92 #define PACKAGE_NAME "ThePEG"
93 
94 /* Define to the full name and version of this package. */
95 #define PACKAGE_STRING "ThePEG 1.8.0"
96 
97 /* Define to the one symbol short name of this package. */
98 #define PACKAGE_TARNAME "ThePEG"
99 
100 /* Define to the home page for this package. */
101 #define PACKAGE_URL ""
102 
103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION "1.8.0"
105 
106 /* Define to 1 if you have the ANSI C header files. */
107 #define STDC_HEADERS 1
108 
109 /* The command which, taking the name of a bzipped file as argument, unzips it
110  and prints it to stdout. Default is "bunzip2 -c". */
111 #define ThePEG_BZ2READ_FILE "bunzip2 -c"
112 
113 /* The command which, taking the name of a bzipped file as argument, reads
114  stdin, zips it and writes it to the file. Default is "bzip2 -c > ". */
115 #define ThePEG_BZ2WRITE_FILE "bzip2 -c > "
116 
117 /* The command which, taking the name of a gzipped file as argument, unzips it
118  and prints it to stdout. Default is "gunzip -c" */
119 #define ThePEG_GZREAD_FILE "gunzip -c"
120 
121 /* The command which, taking the name of a gzipped file as argument, reads
122  stdin, zips it and writes it to the file. Default is "gzip -c > ". */
123 #define ThePEG_GZWRITE_FILE "gzip -c > "
124 
125 /* define if dlopen is available */
126 #define ThePEG_HAS_DLOPEN 1
127 
128 /* define if expm1 is available */
129 #define ThePEG_HAS_EXPM1 1
130 
131 /* define if fenv is available */
132 #define ThePEG_HAS_FENV 1
133 
134 /* define if fpucontrol is available */
135 #define ThePEG_HAS_FPU_CONTROL 1
136 
137 /* define if log1p is available */
138 #define ThePEG_HAS_LOG1P 1
139 
140 /* define if units should be checked */
141 #define ThePEG_HAS_UNITS_CHECKING 1
142 
143 /* Version number of package */
144 #define VERSION "1.8.0"