xref: /minix3/external/bsd/llvm/config/mclinker/mcld/Config/Config.h (revision f4a2713ac843a11c696ec80c0a5e3e5d80b4d338)
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.  */
3 
4 
5 //===- Config.h.in --------------------------------------------------------===//
6 //
7 //                     The MCLinker Project
8 //
9 // This file is distributed under the University of Illinois Open Source
10 // License. See LICENSE.TXT for details.
11 //
12 //===----------------------------------------------------------------------===//
13 #ifndef MCLD_CONFIG_H
14 #define MCLD_CONFIG_H
15 
16 
17 /* Define to 1 if you have the <dlfcn.h> header file. */
18 #define HAVE_DLFCN_H 1
19 
20 /* Define to 1 if you have the <fcntl.h> header file. */
21 #define HAVE_FCNTL_H 1
22 
23 /* Define to 1 if you have the <inttypes.h> header file. */
24 #define HAVE_INTTYPES_H 1
25 
26 /* Define to 1 if you have the <memory.h> header file. */
27 #define HAVE_MEMORY_H 1
28 
29 /* Define if you have POSIX threads libraries and header files. */
30 #define HAVE_PTHREAD 1
31 
32 /* Define to 1 if you have the <stdint.h> header file. */
33 #define HAVE_STDINT_H 1
34 
35 /* Define to 1 if you have the <stdlib.h> header file. */
36 #define HAVE_STDLIB_H 1
37 
38 /* Define to 1 if you have the <strings.h> header file. */
39 #define HAVE_STRINGS_H 1
40 
41 /* Define to 1 if you have the <string.h> header file. */
42 #define HAVE_STRING_H 1
43 
44 /* Define to 1 if you have the <sys/mman.h> header file. */
45 #define HAVE_SYS_MMAN_H 1
46 
47 /* Define to 1 if you have the <sys/stat.h> header file. */
48 #define HAVE_SYS_STAT_H 1
49 
50 /* Define to 1 if you have the <sys/types.h> header file. */
51 #define HAVE_SYS_TYPES_H 1
52 
53 /* Define to 1 if you have the <unistd.h> header file. */
54 #define HAVE_UNISTD_H 1
55 
56 /* Define to the sub-directory in which libtool stores uninstalled libraries.
57    */
58 #define LT_OBJDIR ".libs/"
59 
60 /* Target triple MCLinker will generate code for by default */
61 #define MCLD_DEFAULT_TARGET_TRIPLE "x86_64--netbsd"
62 
63 /* Define if this is Unixish platform */
64 #define MCLD_ON_UNIX 1
65 
66 /* Define if this is Win32ish platform */
67 /* #undef MCLD_ON_WIN32 */
68 
69 /* MCLINKER version */
70 #define MCLD_VERSION "2.1.0.0-NanHu"
71 
72 /* Name of package */
73 #define PACKAGE "mclinker"
74 
75 /* Define to the address where bug reports for this package should be sent. */
76 #define PACKAGE_BUGREPORT "mclinker@googlegroups.com"
77 
78 /* Define to the full name of this package. */
79 #define PACKAGE_NAME "MCLinker"
80 
81 /* Define to the full name and version of this package. */
82 #define PACKAGE_STRING "MCLinker NanHu"
83 
84 /* Define to the one symbol short name of this package. */
85 #define PACKAGE_TARNAME "mclinker"
86 
87 /* Define to the home page for this package. */
88 #define PACKAGE_URL ""
89 
90 /* Define to the version of this package. */
91 #define PACKAGE_VERSION "NanHu"
92 
93 /* Define to necessary symbol if this constant uses a non-standard name on
94    your system. */
95 /* #undef PTHREAD_CREATE_JOINABLE */
96 
97 /* Define to 1 if you have the ANSI C header files. */
98 #define STDC_HEADERS 1
99 
100 /* Define for standalone Android linker */
101 /* #undef TARGET_BUILD */
102 
103 /* Version number of package */
104 #define VERSION "NanHu"
105 
106 
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
112 
113 #endif
114 
115