Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Side by Side Diff: sim/common/config.in

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sim/common/cgen-utils.c ('k') | sim/common/configure » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* config.in. Generated from configure.ac by autoheader. */ 1 /* config.in. Generated from configure.ac by autoheader. */
2 2
3 /* Define to 1 if translation of program messages to the user's native 3 /* Define to 1 if translation of program messages to the user's native
4 language is requested. */ 4 language is requested. */
5 #undef ENABLE_NLS 5 #undef ENABLE_NLS
6 6
7 /* Define to 1 if you have the <dlfcn.h> header file. */ 7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #undef HAVE_DLFCN_H 8 #undef HAVE_DLFCN_H
9 9
10 /* Define to 1 if you have the <errno.h> header file. */ 10 /* Define to 1 if you have the <errno.h> header file. */
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
132 132
133 /* Define to 1 if you have the <unistd.h> header file. */ 133 /* Define to 1 if you have the <unistd.h> header file. */
134 #undef HAVE_UNISTD_H 134 #undef HAVE_UNISTD_H
135 135
136 /* Define to 1 if you have the <zlib.h> header file. */ 136 /* Define to 1 if you have the <zlib.h> header file. */
137 #undef HAVE_ZLIB_H 137 #undef HAVE_ZLIB_H
138 138
139 /* Define to 1 if you have the `__setfpucw' function. */ 139 /* Define to 1 if you have the `__setfpucw' function. */
140 #undef HAVE___SETFPUCW 140 #undef HAVE___SETFPUCW
141 141
142 /* Name of this package. */
143 #undef PACKAGE
144
142 /* Define to the address where bug reports for this package should be sent. */ 145 /* Define to the address where bug reports for this package should be sent. */
143 #undef PACKAGE_BUGREPORT 146 #undef PACKAGE_BUGREPORT
144 147
145 /* Define to the full name of this package. */ 148 /* Define to the full name of this package. */
146 #undef PACKAGE_NAME 149 #undef PACKAGE_NAME
147 150
148 /* Define to the full name and version of this package. */ 151 /* Define to the full name and version of this package. */
149 #undef PACKAGE_STRING 152 #undef PACKAGE_STRING
150 153
151 /* Define to the one symbol short name of this package. */ 154 /* Define to the one symbol short name of this package. */
152 #undef PACKAGE_TARNAME 155 #undef PACKAGE_TARNAME
153 156
154 /* Define to the home page for this package. */ 157 /* Define to the home page for this package. */
155 #undef PACKAGE_URL 158 #undef PACKAGE_URL
156 159
157 /* Define to the version of this package. */ 160 /* Define to the version of this package. */
158 #undef PACKAGE_VERSION 161 #undef PACKAGE_VERSION
159 162
160 /* Additional package description */ 163 /* Additional package description */
161 #undef PKGVERSION 164 #undef PKGVERSION
162 165
163 /* Bug reporting address */ 166 /* Bug reporting address */
164 #undef REPORT_BUGS_TO 167 #undef REPORT_BUGS_TO
165 168
166 /* Define as the return type of signal handlers (`int' or `void'). */ 169 /* Define as the return type of signal handlers (`int' or `void'). */
167 #undef RETSIGTYPE 170 #undef RETSIGTYPE
168 171
169 /* Define to 1 if you have the ANSI C header files. */ 172 /* Define to 1 if you have the ANSI C header files. */
170 #undef STDC_HEADERS 173 #undef STDC_HEADERS
174
175 /* Enable extensions on AIX 3, Interix. */
176 #ifndef _ALL_SOURCE
177 # undef _ALL_SOURCE
178 #endif
179 /* Enable GNU extensions on systems that have them. */
180 #ifndef _GNU_SOURCE
181 # undef _GNU_SOURCE
182 #endif
183 /* Enable threading extensions on Solaris. */
184 #ifndef _POSIX_PTHREAD_SEMANTICS
185 # undef _POSIX_PTHREAD_SEMANTICS
186 #endif
187 /* Enable extensions on HP NonStop. */
188 #ifndef _TANDEM_SOURCE
189 # undef _TANDEM_SOURCE
190 #endif
191 /* Enable general extensions on Solaris. */
192 #ifndef __EXTENSIONS__
193 # undef __EXTENSIONS__
194 #endif
195
196
197 /* Define to 1 if on MINIX. */
198 #undef _MINIX
199
200 /* Define to 2 if the system does not provide POSIX.1 features except with
201 this defined. */
202 #undef _POSIX_1_SOURCE
203
204 /* Define to 1 if you need to in order for `stat' and other things to work. */
205 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « sim/common/cgen-utils.c ('k') | sim/common/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698