Geant4
9.6.0
Toolkit for the simulation of the passage of particles through matter
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
n
o
p
r
s
t
z
Variables
Typedefs
b
d
f
g
h
i
n
p
s
t
u
y
Enumerations
Enumerator
_
a
c
d
e
f
g
h
i
k
l
n
o
p
r
s
t
u
v
w
x
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
c
d
e
f
g
i
k
l
m
n
o
p
r
s
t
v
Enumerations
c
d
e
f
g
l
m
o
r
s
t
u
v
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Related Functions
a
b
c
d
g
h
i
k
o
q
r
s
t
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
q
r
s
t
u
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
x
y
z
Enumerations
b
c
d
e
g
j
l
m
s
t
u
w
x
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Macros
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
z
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Loading...
Searching...
No Matches
macconfig.h
Go to the documentation of this file.
1
/*================================================================
2
** Copyright 2000, Clark Cooper
3
** All rights reserved.
4
**
5
** This is free software. You are permitted to copy, distribute, or modify
6
** it under the terms of the MIT/X license (contained in the COPYING file
7
** with this distribution.)
8
**
9
*/
10
11
#ifndef MACCONFIG_H
12
#define MACCONFIG_H
13
14
15
/* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
16
#define BYTEORDER 4321
17
18
/* Define to 1 if you have the `bcopy' function. */
19
#undef HAVE_BCOPY
20
21
/* Define to 1 if you have the `memmove' function. */
22
#define HAVE_MEMMOVE
23
24
/* Define to 1 if you have a working `mmap' system call. */
25
#undef HAVE_MMAP
26
27
/* Define to 1 if you have the <unistd.h> header file. */
28
#undef HAVE_UNISTD_H
29
30
/* whether byteorder is bigendian */
31
#define WORDS_BIGENDIAN
32
33
/* Define to specify how much context to retain around the current parse
34
point. */
35
#undef XML_CONTEXT_BYTES
36
37
/* Define to make parameter entity parsing functionality available. */
38
#define XML_DTD
39
40
/* Define to make XML Namespaces functionality available. */
41
#define XML_NS
42
43
/* Define to empty if `const' does not conform to ANSI C. */
44
#undef const
45
46
/* Define to `long' if <sys/types.h> does not define. */
47
#define off_t long
48
49
/* Define to `unsigned' if <sys/types.h> does not define. */
50
#undef size_t
51
52
53
#endif
/* ifndef MACCONFIG_H */
geant4-v9.6.0
source
externals
expat
src
macconfig.h
Generated by
1.9.6