Geant4
v4-10.4-release
메인 페이지
관련된 페이지
모듈
네임스페이스
클래스
파일들
파일 목록
파일 멤버
모두
클래스
네임스페이스들
파일들
함수
변수
타입정의
열거형 타입
열거형 멤버
Friends
매크로
그룹들
페이지들
source
externals
expat
src
macconfig.h
이 파일의 문서화 페이지로 가기
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 */
다음에 의해 생성됨 :
1.8.5