Git init
[external/libelf.git] / lib / config.h.w32
1 /*\r
2  * lib/config.h.w32 - configuration file for W32 port\r
3  * Copyright (C) 2004 - 2006 Michael Riepe\r
4  *\r
5  * This library is free software; you can redistribute it and/or\r
6  * modify it under the terms of the GNU Library General Public\r
7  * License as published by the Free Software Foundation; either\r
8  * version 2 of the License, or (at your option) any later version.\r
9  *\r
10  * This library is distributed in the hope that it will be useful,\r
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of\r
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU\r
13  * Library General Public License for more details.\r
14  *\r
15  * You should have received a copy of the GNU Library General Public\r
16  * License along with this library; if not, write to the Free Software\r
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
18  *\r
19  * @(#) $Id: config.h.w32,v 1.2 2006/09/07 15:55:42 michael Exp $\r
20  */\r
21 \r
22 /* Define to empty if the keyword does not work.  */\r
23 #undef const\r
24 \r
25 /* Define if you have a working `mmap' system call.  */\r
26 #undef HAVE_MMAP\r
27 \r
28 /* Define to `long' if <sys/types.h> doesn't define.  */\r
29 #undef off_t\r
30 \r
31 /* Define to `unsigned' if <sys/types.h> doesn't define.  */\r
32 #undef size_t\r
33 \r
34 /* Define if you have the ANSI C header files.  */\r
35 #define STDC_HEADERS 1\r
36 \r
37 /* Define if you want to include extra debugging code */\r
38 #define ENABLE_DEBUG 1\r
39 \r
40 /* Define if memmove() does not copy overlapping arrays correctly */\r
41 #undef HAVE_BROKEN_MEMMOVE\r
42 \r
43 /* Define if you have the catgets function. */\r
44 #undef HAVE_CATGETS\r
45 \r
46 /* Define if you have the dgettext function. */\r
47 #undef HAVE_DGETTEXT\r
48 \r
49 /* Define if you have the memset function.  */\r
50 #define HAVE_MEMSET 1\r
51 \r
52 /* Define if struct nlist is declared in <elf.h> or <sys/elf.h> */\r
53 #undef HAVE_STRUCT_NLIST_DECLARATION\r
54 \r
55 /* Define if Elf32_Dyn is declared in <link.h> */\r
56 #undef __LIBELF_NEED_LINK_H\r
57 \r
58 /* Define if Elf32_Dyn is declared in <sys/link.h> */\r
59 #undef __LIBELF_NEED_SYS_LINK_H\r
60 \r
61 /* Define to `<elf.h>' or `<sys/elf.h>' if one of them is present */\r
62 #undef __LIBELF_HEADER_ELF_H\r
63 \r
64 /* Define if you want 64-bit support (and your system supports it) */\r
65 #define __LIBELF64 1\r
66 \r
67 /* Define if you want 64-bit support, and are running IRIX */\r
68 #undef __LIBELF64_IRIX\r
69 \r
70 /* Define if you want 64-bit support, and are running Linux */\r
71 #undef __LIBELF64_LINUX\r
72 \r
73 /* Define if you want symbol versioning (and your system supports it) */\r
74 #define __LIBELF_SYMBOL_VERSIONS 1\r
75 \r
76 /* Define if symbol versioning uses Sun section type (SHT_SUNW_*) */\r
77 #define __LIBELF_SUN_SYMBOL_VERSIONS 1\r
78 \r
79 /* Define if symbol versioning uses GNU section types (SHT_GNU_*) */\r
80 #undef __LIBELF_GNU_SYMBOL_VERSIONS\r
81 \r
82 /* Define to a 64-bit signed integer type if one exists */\r
83 #define __libelf_i64_t __int64\r
84 \r
85 /* Define to a 64-bit unsigned integer type if one exists */\r
86 #define __libelf_u64_t unsigned __int64\r
87 \r
88 /* Define to a 32-bit signed integer type if one exists */\r
89 #define __libelf_i32_t int\r
90 \r
91 /* Define to a 32-bit unsigned integer type if one exists */\r
92 #define __libelf_u32_t unsigned int\r
93 \r
94 /* Define to a 16-bit signed integer type if one exists */\r
95 #define __libelf_i16_t short int\r
96 \r
97 /* Define to a 16-bit unsigned integer type if one exists */\r
98 #define __libelf_u16_t unsigned short int\r
99 \r
100 /* The number of bytes in a __int64.  */\r
101 #define SIZEOF___INT64 8\r
102 \r
103 /* The number of bytes in a int.  */\r
104 #define SIZEOF_INT 4\r
105 \r
106 /* The number of bytes in a long.  */\r
107 #define SIZEOF_LONG 4\r
108 \r
109 /* The number of bytes in a long long.  */\r
110 #define SIZEOF_LONG_LONG 0\r
111 \r
112 /* The number of bytes in a short.  */\r
113 #define SIZEOF_SHORT 2\r
114 \r
115 /* Define if you have the ftruncate function.  */\r
116 #undef HAVE_FTRUNCATE\r
117 \r
118 /* Define if you have the getpagesize function.  */\r
119 #undef HAVE_GETPAGESIZE\r
120 \r
121 /* Define if you have the memcmp function.  */\r
122 #define HAVE_MEMCMP 1\r
123 \r
124 /* Define if you have the memcpy function.  */\r
125 #define HAVE_MEMCPY 1\r
126 \r
127 /* Define if you have the memmove function.  */\r
128 #define HAVE_MEMMOVE 1\r
129 \r
130 /* Define if you have the memset function.  */\r
131 #define HAVE_MEMSET 1\r
132 \r
133 /* Define if you have the <ar.h> header file.  */\r
134 #undef HAVE_AR_H\r
135 \r
136 /* Define if you have the <elf.h> header file.  */\r
137 #undef HAVE_ELF_H\r
138 \r
139 /* Define if you have the <fcntl.h> header file.  */\r
140 #undef HAVE_FCNTL_H\r
141 \r
142 /* Define if you have the <gelf.h> header file.  */\r
143 #undef HAVE_GELF_H\r
144 \r
145 /* Define if you have the <libelf.h> header file.  */\r
146 #undef HAVE_LIBELF_H\r
147 \r
148 /* Define if you have the <link.h> header file.  */\r
149 #undef HAVE_LINK_H\r
150 \r
151 /* Define if you have the <nlist.h> header file.  */\r
152 #undef HAVE_NLIST_H\r
153 \r
154 /* Define if you have the <sys/elf.h> header file.  */\r
155 #undef HAVE_SYS_ELF_H\r
156 \r
157 /* Define if you have the <sys/link.h> header file.  */\r
158 #undef HAVE_SYS_LINK_H\r
159 \r
160 /* Define if you have the <unistd.h> header file.  */\r
161 #undef HAVE_UNISTD_H\r