ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
Home page
Related Pages
Modules
Namespaces
Classes
Files
External Links
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
amigaconfig.h
Go to the documentation of this file.
Or view
the newest version in sPHENIX GitHub for file amigaconfig.h
1
#ifndef AMIGACONFIG_H
2
#define AMIGACONFIG_H
3
4
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
5
#define BYTEORDER 4321
6
7
/* Define to 1 if you have the `bcopy' function. */
8
#define HAVE_BCOPY 1
9
10
/* Define to 1 if you have the <check.h> header file. */
11
#undef HAVE_CHECK_H
12
13
/* Define to 1 if you have the `memmove' function. */
14
#define HAVE_MEMMOVE 1
15
16
/* Define to 1 if you have the <unistd.h> header file. */
17
#define HAVE_UNISTD_H 1
18
19
/* whether byteorder is bigendian */
20
#define WORDS_BIGENDIAN
21
22
/* Define to specify how much context to retain around the current parse
23
point. */
24
#define XML_CONTEXT_BYTES 1024
25
26
/* Define to make parameter entity parsing functionality available. */
27
#define XML_DTD
28
29
/* Define to make XML Namespaces functionality available. */
30
#define XML_NS
31
32
#endif
/* AMIGACONFIG_H */
geant4
tree
geant4-10.6-release
source
externals
expat
src
amigaconfig.h
Built by
Jin Huang
. updated:
Wed Jun 29 2022 17:25:15
using
1.8.2 with
ECCE GitHub integration