1 /* include/mcld/Config/Config.h. Generated from Config.h.in by configure. */
2 /* include/mcld/Config/Config.h.in. Generated from configure.ac by autoheader. */
5 //===- Config.h.in --------------------------------------------------------===//
7 // The MCLinker Project
9 // This file is distributed under the University of Illinois Open Source
10 // License. See LICENSE.TXT for details.
12 //===----------------------------------------------------------------------===//
17 /* Define to 1 if you have the <dlfcn.h> header file. */
18 #define HAVE_DLFCN_H 1
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #define HAVE_FCNTL_H 1
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 #define HAVE_INTTYPES_H 1
26 /* Define to 1 if you have the <memory.h> header file. */
27 #define HAVE_MEMORY_H 1
29 /* Define if you have POSIX threads libraries and header files. */
30 #define HAVE_PTHREAD 1
32 /* Define to 1 if you have the <stdint.h> header file. */
33 #define HAVE_STDINT_H 1
35 /* Define to 1 if you have the <stdlib.h> header file. */
36 #define HAVE_STDLIB_H 1
38 /* Define to 1 if you have the <strings.h> header file. */
39 #define HAVE_STRINGS_H 1
41 /* Define to 1 if you have the <string.h> header file. */
42 #define HAVE_STRING_H 1
44 /* Define to 1 if you have the <sys/mman.h> header file. */
45 #define HAVE_SYS_MMAN_H 1
47 /* Define to 1 if you have the <sys/stat.h> header file. */
48 #define HAVE_SYS_STAT_H 1
50 /* Define to 1 if you have the <sys/types.h> header file. */
51 #define HAVE_SYS_TYPES_H 1
53 /* Define to 1 if you have the <unistd.h> header file. */
54 #define HAVE_UNISTD_H 1
56 /* Define to the sub-directory in which libtool stores uninstalled libraries.
58 #define LT_OBJDIR ".libs/"
60 /* Target triple MCLinker will generate code for by default */
61 #define MCLD_DEFAULT_TARGET_TRIPLE "x86_64--netbsd"
63 /* Define if this is Unixish platform */
64 #define MCLD_ON_UNIX 1
66 /* Define if this is Win32ish platform */
67 /* #undef MCLD_ON_WIN32 */
69 /* MCLINKER version */
70 #define MCLD_VERSION "2.1.0.0-NanHu"
73 #define PACKAGE "mclinker"
75 /* Define to the address where bug reports for this package should be sent. */
76 #define PACKAGE_BUGREPORT "mclinker@googlegroups.com"
78 /* Define to the full name of this package. */
79 #define PACKAGE_NAME "MCLinker"
81 /* Define to the full name and version of this package. */
82 #define PACKAGE_STRING "MCLinker NanHu"
84 /* Define to the one symbol short name of this package. */
85 #define PACKAGE_TARNAME "mclinker"
87 /* Define to the home page for this package. */
88 #define PACKAGE_URL ""
90 /* Define to the version of this package. */
91 #define PACKAGE_VERSION "NanHu"
93 /* Define to necessary symbol if this constant uses a non-standard name on
95 /* #undef PTHREAD_CREATE_JOINABLE */
97 /* Define to 1 if you have the ANSI C header files. */
98 #define STDC_HEADERS 1
100 /* Define for standalone Android linker */
101 /* #undef TARGET_BUILD */
103 /* Version number of package */
104 #define VERSION "NanHu"
107 #define MCLD_REGION_CHUNK_SIZE 32
108 #define MCLD_NUM_OF_INPUTS 32
109 #define MCLD_SECTIONS_PER_INPUT 16
110 #define MCLD_SYMBOLS_PER_INPUT 128
111 #define MCLD_RELOCATIONS_PER_INPUT 1024