-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.h
513 lines (343 loc) · 12 KB
/
config.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
/* include/config.h. Generated from config.h.in by configure. */
/* include/config.h.in. Generated from configure.ac by autoheader. */
/* Define to 1 if BERNLOHR can be compiled on the system */
#define HAVE_BERNLOHR 1
/* Define to 1 if CERNLIB is available on the system */
/* #undef HAVE_CERNLIB */
/* Define to 1 if external COAST user library is available on the system */
/* #undef HAVE_COASTUSERLIB */
/* Define to 1 if CONEX is available on the system */
/* #undef HAVE_CONEX */
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if FLUKA is available on the system */
/* #undef HAVE_FLUKA */
/* Define to 1 if HERWIG is available on the system */
/* #undef HAVE_HERWIG */
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if Mpirunner is available on the system */
/* #undef HAVE_MPIRUNNER_LIB */
/* Define to 1 if PYTHIA is available on the system */
/* #undef HAVE_PYTHIA */
/* Define to 1 if ROOT is available on the system */
/* #undef HAVE_ROOT */
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the file `/etc/issue'. */
/* #undef HAVE__ETC_ISSUE */
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
#define LT_OBJDIR ".libs/"
/* Name of package */
#define PACKAGE "corsika"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME "corsika"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "corsika 75600"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "corsika"
/* Define to the home page for this package. */
#define PACKAGE_URL ""
/* Define to the version of this package. */
#define PACKAGE_VERSION "75600"
/* Define to 1 if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Version number of package */
#define VERSION "75600"
/* produce analysis histograms */
/* #undef __ANAHIST__ */
/* external atmosphere */
#define __ATMEXT__ 1
/* cerenkov longitudinal profile */
/* #undef __AUGCERLONG__ */
/* augerhist */
/* #undef __AUGERHIST__ */
/* augerhit */
/* #undef __AUGERHIT__ */
/* augerinfo */
/* #undef __AUGERINFO__ */
/* RECL parameter */
#define __BYTERECL__ 1
/* coconut configration cache for option ANAHIST */
/* #undef __CACHE_ANAHIST__ */
/* coconut configration cache for option ANNITEST */
/* #undef __CACHE_ANNITEST__ */
/* coconut configration cache for option ATMEXT */
#define __CACHE_ATMEXT__ /**/
/* coconut configration cache for option AUGCERLONG */
/* #undef __CACHE_AUGCERLONG__ */
/* coconut configration cache for option AUGERHIST */
/* #undef __CACHE_AUGERHIST__ */
/* coconut configration cache for option AUGERHIT */
/* #undef __CACHE_AUGERHIT__ */
/* coconut configration cache for option AUGERINFO */
/* #undef __CACHE_AUGERINFO__ */
/* coconut configration cache for option CEFFIC */
#define __CACHE_CEFFIC__ /**/
/* coconut configration cache for option CERENKOV */
#define __CACHE_CERENKOV__ /**/
/* coconut configration cache for option CERWLEN */
/* #undef __CACHE_CERWLEN__ */
/* coconut configration cache for option CHARM */
/* #undef __CACHE_CHARM__ */
/* coconut configration cache for option COASTUSERLIB */
/* #undef __CACHE_COASTUSERLIB__ */
/* coconut configration cache for option COAST_LIB */
/* #undef __CACHE_COAST_LIB__ */
/* coconut configration cache for option COMPACT */
/* #undef __CACHE_COMPACT__ */
/* coconut configration cache for option CONEX */
/* #undef __CACHE_CONEX__ */
/* coconut configration cache for option COREAS */
/* #undef __CACHE_COREAS__ */
/* coconut configration cache for option CURVED */
/* #undef __CACHE_CURVED__ */
/* coconut configration cache for option DEV */
/* #undef __CACHE_DEV__ */
/* coconut configration cache for option DIST */
/* #undef __CACHE_DIST__ */
/* coconut configration cache for option DPMJET */
/* #undef __CACHE_DPMJET__ */
/* coconut configration cache for option EFIELD */
/* #undef __CACHE_EFIELD__ */
/* coconut configration cache for option EHISTORY */
/* #undef __CACHE_EHISTORY__ */
/* coconut configration cache for option EPOS */
/* #undef __CACHE_EPOS__ */
/* coconut configration cache for option FLUKA */
/* #undef __CACHE_FLUKA__ */
/* coconut configration cache for option GHEISHA */
/* #undef __CACHE_GHEISHA__ */
/* coconut configration cache for option HERWIG */
/* #undef __CACHE_HERWIG__ */
/* coconut configration cache for option HORIZONTAL */
/* #undef __CACHE_HORIZONTAL__ */
/* coconut configration cache for option IACTEXT */
/* #undef __CACHE_IACTEXT__ */
/* coconut configration cache for option IACT */
#define __CACHE_IACT__ /**/
/* coconut configration cache for option ICECUBE1 */
/* #undef __CACHE_ICECUBE1__ */
/* coconut configration cache for option ICECUBE2 */
/* #undef __CACHE_ICECUBE2__ */
/* coconut configration cache for option INCLINED */
/* #undef __CACHE_INCLINED__ */
/* coconut configration cache for option INTCLONG */
/* #undef __CACHE_INTCLONG__ */
/* coconut configration cache for option INTTEST */
/* #undef __CACHE_INTTEST__ */
/* coconut configration cache for option KEEPSOURCE */
#define __CACHE_KEEPSOURCE__ /**/
/* coconut configration cache for option LPM */
/* #undef __CACHE_LPM__ */
/* coconut configration cache for option M32 */
/* #undef __CACHE_M32__ */
/* coconut configration cache for option MACHINEINDEPENDENT */
/* #undef __CACHE_MACHINEINDEPENDENT__ */
/* coconut configration cache for option MPIRUNNER_LIB */
/* #undef __CACHE_MPIRUNNER_LIB__ */
/* coconut configration cache for option MULTITHIN */
/* #undef __CACHE_MULTITHIN__ */
/* coconut configration cache for option MUONHIST */
/* #undef __CACHE_MUONHIST__ */
/* coconut configration cache for option MUPROD */
/* #undef __CACHE_MUPROD__ */
/* coconut configration cache for option NEUTRINO */
/* #undef __CACHE_NEUTRINO__ */
/* coconut configration cache for option NEXUS */
/* #undef __CACHE_NEXUS__ */
/* coconut configration cache for option NOCLONG */
/* #undef __CACHE_NOCLONG__ */
/* coconut configration cache for option NOCOMPILE */
#define __CACHE_NOCOMPILE__ /**/
/* coconut configration cache for option OUT32 */
/* #undef __CACHE_OUT32__ */
/* coconut configration cache for option PARALLELIB */
/* #undef __CACHE_PARALLELIB__ */
/* coconut configration cache for option PARALLEL */
/* #undef __CACHE_PARALLEL__ */
/* coconut configration cache for option PLOTSH2 */
/* #undef __CACHE_PLOTSH2__ */
/* coconut configration cache for option PLOTSH */
/* #undef __CACHE_PLOTSH__ */
/* coconut configration cache for option PRESHOWER */
/* #undef __CACHE_PRESHOWER__ */
/* coconut configration cache for option QGSJET01 */
/* #undef __CACHE_QGSJET01__ */
/* coconut configration cache for option QGSJETII */
#define __CACHE_QGSJETII__ /**/
/* coconut configration cache for option ROOTOUT */
/* #undef __CACHE_ROOTOUT__ */
/* coconut configration cache for option SIBYLL */
/* #undef __CACHE_SIBYLL__ */
/* coconut configration cache for option SLANT */
/* #undef __CACHE_SLANT__ */
/* coconut configration cache for option STACKIN */
/* #undef __CACHE_STACKIN__ */
/* coconut configration cache for option TAULEP */
/* #undef __CACHE_TAULEP__ */
/* coconut configration cache for option THIN */
/* #undef __CACHE_THIN__ */
/* coconut configration cache for option TRAJECT */
/* #undef __CACHE_TRAJECT__ */
/* coconut configration cache for option UPWARD */
/* #undef __CACHE_UPWARD__ */
/* coconut configration cache for option URQMD */
#define __CACHE_URQMD__ /**/
/* coconut configration cache for option VENUS */
/* #undef __CACHE_VENUS__ */
/* coconut configration cache for option VIEWCONE */
#define __CACHE_VIEWCONE__ /**/
/* coconut configration cache for option VOLUMECORR */
/* #undef __CACHE_VOLUMECORR__ */
/* coconut configration cache for option VOLUMEDET */
#define __CACHE_VOLUMEDET__ /**/
/* simulate telescope detector */
#define __CEFFIC__ 1
/* for Cherenkov grid detector */
#define __CERENKOV__ 1
/* Cherenkov wavelength dependent */
/* #undef __CERWLEN__ */
/* pythia charm production */
/* #undef __CHARM__ */
/* Inclined observation level */
/* #undef __COASTUSERLIB__ */
/* ENABLE COAST INTERFACE */
/* #undef __COAST__ */
/* compact output */
/* #undef __COMPACT__ */
/* CONEX cascade equation (CONEX) */
/* #undef __CONEX__ */
/* curved atmosphere */
/* #undef __CURVED__ */
/* to compile without optimisation and system flags */
/* #undef __DEV__ */
/* to make dist */
/* #undef __DIST__ */
/* include DPMJET 2.55 program */
/* #undef __DPMJET__ */
/* electrical field */
/* #undef __EFIELD__ */
/* particle history */
/* #undef __EHISTORY__ */
/* include EPOS program */
/* #undef __EPOS__ */
/* include FLUKA 2011 program */
/* #undef __FLUKA__ */
/* In case of GFORTRAN compiler (GCC > 4) */
#define __GFORTRAN__ 1
/* include GHEISHA program */
/* #undef __GHEISHAD__ */
/* for external IACT Cherenkov file */
/* #undef __IACTEXT__ */
/* for Cherenkov telescope detector */
#define __IACT__ 1
/* ibmrisc routine */
/* #undef __IBMRISC__ */
/* ICECUBE FiFo */
/* #undef __ICECUBE1__ */
/* ICECUBE gzip/pipe output */
/* #undef __ICECUBE2__ */
/* In case of IFORT compiler */
/* #undef __IFORT__ */
/* new Cherenkov counting */
/* #undef __INTCLONG__ */
/* interaction test */
/* #undef __INTTEST__ */
/* FLUKA 2011 for Linux */
/* #undef __LINUX__ */
/* LPM effect */
/* #undef __LPM__ */
/* explicitly use the -m32 flag */
/* #undef __M32__ */
/* In case of Apple computer */
/* #undef __MAC__ */
/* for multiple thinning */
/* #undef __MULTITHIN__ */
/* muonhist */
/* #undef __MUONHIST__ */
/* MUPROD */
/* #undef __MUPROD__ */
/* neutrino primaries */
/* #undef __NEUTRINO__ */
/* include neXus 3.97 program */
/* #undef __NEXUS__ */
/* no cherenkov longitudinla profile */
/* #undef __NOCLONG__ */
/* do not compile binaries, just extract CORSIKA compilefile */
#define __NOCOMPILE__ 1
/* herwig neutrino production (NUPRIM) */
/* #undef __NUPRIM__ */
/* official version marker */
#define __OFFIC__ 1
/* old date and time routine for LINUX beta */
/* #undef __OLDDATE2__ */
/* old date and time routine */
/* #undef __OLDDATE__ */
/* explicitly use the -frecord-marker=4 flag */
/* #undef __OUT32__ */
/* parallel computation with MPI */
/* #undef __PARALLELIB__ */
/* parallel computation */
/* #undef __PARALLEL__ */
/* plot shower C */
/* #undef __PLOTSH2__ */
/* plot shower */
/* #undef __PLOTSH__ */
/* photon preshower */
/* #undef __PRESHOWER__ */
/* include QGSJET II program */
#define __QGSII__ 1
/* include QGSJET 01C program */
/* #undef __QGSJETOLD__ */
/* include QGSJET01/QGSJET II program */
#define __QGSJET__ 1
/* to keep the CORSIKA compilefile */
#define __SAVEDCORS__ 1
/* include Sybill 2.3 program */
/* #undef __SIBYLL__ */
/* slant profile */
/* #undef __SLANT__ */
/* stack input */
/* #undef __STACKIN__ */
/* pythia tau lepton production */
/* #undef __TAULEP__ */
/* annitest */
/* #undef __TEST__ */
/* for thinning */
/* #undef __THIN__ */
/* timerc routine */
#define __TIMERC__ 1
/* trajectory */
/* #undef __TRAJECT__ */
/* In case of UNIX computer */
#define __UNIX__ 1
/* upward particles */
/* #undef __UPWARD__ */
/* include UrQMD 1.3 program */
#define __URQMD__ 1
/* include VENUS 4.12 program */
/* #undef __VENUS__ */
/* viewcone */
#define __VIEWCONE__ 1
/* detector geometry (vertical string) */
/* #undef __VOLUMECORR__ */
/* detector geometry (volume) */
#define __VOLUMEDET__ 1