forked from ocaml/ocaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
m.h.in
83 lines (59 loc) · 2.85 KB
/
m.h.in
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
/**************************************************************************/
/* */
/* OCaml */
/* */
/* Xavier Leroy, projet Cristal, INRIA Rocquencourt */
/* */
/* Copyright 1996 Institut National de Recherche en Informatique et */
/* en Automatique. */
/* */
/* All rights reserved. This file is distributed under the terms of */
/* the GNU Lesser General Public License version 2.1, with the */
/* special exception on linking described in the file LICENSE. */
/* */
/**************************************************************************/
/* Machine-related configuration */
#undef ARCH_SIXTYFOUR
/* Define ARCH_SIXTYFOUR if the processor has a natural word size of 64 bits.
That is, sizeof(char *) = 8.
Otherwise, leave ARCH_SIXTYFOUR undefined.
This assumes sizeof(char *) = 4. */
#undef ARCH_BIG_ENDIAN
/* Define ARCH_BIG_ENDIAN if the processor is big endian (the most
significant byte of an integer stored in memory comes first).
Leave ARCH_BIG_ENDIAN undefined if the processor is little-endian
(the least significant byte comes first).
*/
#undef ARCH_ALIGN_DOUBLE
/* Define ARCH_ALIGN_DOUBLE if the processor requires doubles to be
doubleword-aligned. Leave ARCH_ALIGN_DOUBLE undefined if the processor
supports word-aligned doubles. */
#undef HAS_ARCH_CODE32
/* Define HAS_ARCH_CODE32 if, on a 64-bit machine, code pointers fit
in 32 bits, i.e. the code segment resides in the low 4G of the
addressing space.
HAS_ARCH_CODE32 is ignored on 32-bit machines. */
#undef SIZEOF_INT
#undef SIZEOF_LONG
#undef SIZEOF_PTR
#undef SIZEOF_SHORT
#undef SIZEOF_LONGLONG
/* Define SIZEOF_INT, SIZEOF_LONG, SIZEOF_PTR, SIZEOF_SHORT and
SIZEOF_LONGLONG to the sizes in bytes of the C types "int", "long",
"char *", "short" and "long long" respectively. */
#undef ARCH_ALIGN_INT64
/* Define ARCH_ALIGN_INT64 if the processor requires 64-bit integers to be
doubleword-aligned. Leave ARCH_ALIGN_INT64 undefined if the processor
supports word-aligned 64-bit integers. Leave undefined if
64-bit integers are not supported. */
#undef HEADER_RESERVED_BITS
#undef ASM_CFI_SUPPORTED
#undef WITH_FRAME_POINTERS
#define NO_NAKED_POINTERS 1
#undef CAML_WITH_FPIC
#define CAML_SAFE_STRING 1
#undef FLAT_FLOAT_ARRAY
#undef FUNCTION_SECTIONS
#undef SUPPORTS_ALIGNED_ATTRIBUTE
#undef SUPPORTS_TREE_VECTORIZE
#undef USE_MMAP_MAP_STACK