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

Side by Side Diff: bfd/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 | « bfd/config.bfd ('k') | bfd/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.in by autoheader. */ 1 /* config.in. Generated from configure.in by autoheader. */
2 2
3 /* Check that config.h is #included before system headers
4 (this works only for glibc, but that should be enough). */
5 #if defined(__GLIBC__) && !defined(__CONFIG_H__)
6 # error config.h must be #included before system headers
7 #endif
8 #define __CONFIG_H__ 1
9
3 /* Name of host specific core header file to include in elf.c. */ 10 /* Name of host specific core header file to include in elf.c. */
4 #undef CORE_HEADER 11 #undef CORE_HEADER
5 12
6 /* Define to 1 if translation of program messages to the user's native 13 /* Define to 1 if translation of program messages to the user's native
7 language is requested. */ 14 language is requested. */
8 #undef ENABLE_NLS 15 #undef ENABLE_NLS
9 16
10 /* Define to 1 if you have the <alloca.h> header file. */ 17 /* Define to 1 if you have the <alloca.h> header file. */
11 #undef HAVE_ALLOCA_H 18 #undef HAVE_ALLOCA_H
12 19
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 245
239 /* Define to 1 if you have the <time.h> header file. */ 246 /* Define to 1 if you have the <time.h> header file. */
240 #undef HAVE_TIME_H 247 #undef HAVE_TIME_H
241 248
242 /* Define to 1 if you have the <unistd.h> header file. */ 249 /* Define to 1 if you have the <unistd.h> header file. */
243 #undef HAVE_UNISTD_H 250 #undef HAVE_UNISTD_H
244 251
245 /* Define if <sys/procfs.h> has win32_pstatus_t. */ 252 /* Define if <sys/procfs.h> has win32_pstatus_t. */
246 #undef HAVE_WIN32_PSTATUS_T 253 #undef HAVE_WIN32_PSTATUS_T
247 254
255 /* Define to 1 if you have the <windows.h> header file. */
256 #undef HAVE_WINDOWS_H
257
248 /* Define to 1 if you have the <zlib.h> header file. */ 258 /* Define to 1 if you have the <zlib.h> header file. */
249 #undef HAVE_ZLIB_H 259 #undef HAVE_ZLIB_H
250 260
251 /* Define to the sub-directory in which libtool stores uninstalled libraries. 261 /* Define to the sub-directory in which libtool stores uninstalled libraries.
252 */ 262 */
253 #undef LT_OBJDIR 263 #undef LT_OBJDIR
254 264
255 /* Name of package */ 265 /* Name of package */
256 #undef PACKAGE 266 #undef PACKAGE
257 267
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
354 364
355 /* Define to 1 if on MINIX. */ 365 /* Define to 1 if on MINIX. */
356 #undef _MINIX 366 #undef _MINIX
357 367
358 /* Define to 2 if the system does not provide POSIX.1 features except with 368 /* Define to 2 if the system does not provide POSIX.1 features except with
359 this defined. */ 369 this defined. */
360 #undef _POSIX_1_SOURCE 370 #undef _POSIX_1_SOURCE
361 371
362 /* Define to 1 if you need to in order for `stat' and other things to work. */ 372 /* Define to 1 if you need to in order for `stat' and other things to work. */
363 #undef _POSIX_SOURCE 373 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « bfd/config.bfd ('k') | bfd/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698