Config.h.in revision 6f75755c9204b1d8817ae5a65a2f7e5af0ec3f70
1/* include/mcld/Config/Config.h.in.  Generated from configure.ac by autoheader.  */
2
3
4//===- Config.h.in --------------------------------------------------------===//
5//
6//                     The MCLinker Project
7//
8// This file is distributed under the University of Illinois Open Source
9// License. See LICENSE.TXT for details.
10//
11//===----------------------------------------------------------------------===//
12#ifndef MCLD_CONFIG_H
13#define MCLD_CONFIG_H
14
15
16/* Define to 1 if you have the <fcntl.h> header file. */
17#undef HAVE_FCNTL_H
18
19/* Define to 1 if you have the <inttypes.h> header file. */
20#undef HAVE_INTTYPES_H
21
22/* Define to 1 if you have the <memory.h> header file. */
23#undef HAVE_MEMORY_H
24
25/* Define if you have POSIX threads libraries and header files. */
26#undef HAVE_PTHREAD
27
28/* Define to 1 if you have the <stdint.h> header file. */
29#undef HAVE_STDINT_H
30
31/* Define to 1 if you have the <stdlib.h> header file. */
32#undef HAVE_STDLIB_H
33
34/* Define to 1 if you have the <strings.h> header file. */
35#undef HAVE_STRINGS_H
36
37/* Define to 1 if you have the <string.h> header file. */
38#undef HAVE_STRING_H
39
40/* Define to 1 if you have the <sys/stat.h> header file. */
41#undef HAVE_SYS_STAT_H
42
43/* Define to 1 if you have the <sys/types.h> header file. */
44#undef HAVE_SYS_TYPES_H
45
46/* Define to 1 if you have the <unistd.h> header file. */
47#undef HAVE_UNISTD_H
48
49/* Define if this is Unixish platform */
50#undef MCLD_ON_UNIX
51
52/* Define if this is Win32ish platform */
53#undef MCLD_ON_WIN32
54
55/* MCLINKER version */
56#undef MCLD_VERSION
57
58/* Name of package */
59#undef PACKAGE
60
61/* Define to the address where bug reports for this package should be sent. */
62#undef PACKAGE_BUGREPORT
63
64/* Define to the full name of this package. */
65#undef PACKAGE_NAME
66
67/* Define to the full name and version of this package. */
68#undef PACKAGE_STRING
69
70/* Define to the one symbol short name of this package. */
71#undef PACKAGE_TARNAME
72
73/* Define to the home page for this package. */
74#undef PACKAGE_URL
75
76/* Define to the version of this package. */
77#undef PACKAGE_VERSION
78
79/* Define to necessary symbol if this constant uses a non-standard name on
80   your system. */
81#undef PTHREAD_CREATE_JOINABLE
82
83/* Define to 1 if you have the ANSI C header files. */
84#undef STDC_HEADERS
85
86/* Define for standalone Android linker */
87#undef TARGET_BUILD
88
89/* Version number of package */
90#undef VERSION
91
92
93#define MCLD_REGION_CHUNK_SIZE 32
94#define MCLD_NUM_OF_INPUTS 32
95#define MCLD_SECTIONS_PER_INPUT 16
96#define MCLD_SYMBOLS_PER_INPUT 128
97#define MCLD_RELOCATIONS_PER_INPUT 1024
98
99#endif
100
101