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

Side by Side Diff: bfd/config.in

Issue 124383005: GDB 7.6.50 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@upstream
Patch Set: Created 6 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 3 /* Check that config.h is #included before system headers
4 (this works only for glibc, but that should be enough). */ 4 (this works only for glibc, but that should be enough). */
5 #if defined(__GLIBC__) && !defined(__CONFIG_H__) 5 #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
6 # error config.h must be #included before system headers 6 # error config.h must be #included before system headers
7 #endif 7 #endif
8 #define __CONFIG_H__ 1 8 #define __CONFIG_H__ 1
9 9
10 /* 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. */
11 #undef CORE_HEADER 11 #undef CORE_HEADER
12 12
13 /* 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
14 language is requested. */ 14 language is requested. */
15 #undef ENABLE_NLS 15 #undef ENABLE_NLS
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 105
106 /* Define to 1 if you have the `ftello64' function. */ 106 /* Define to 1 if you have the `ftello64' function. */
107 #undef HAVE_FTELLO64 107 #undef HAVE_FTELLO64
108 108
109 /* Define to 1 if you have the `getgid' function. */ 109 /* Define to 1 if you have the `getgid' function. */
110 #undef HAVE_GETGID 110 #undef HAVE_GETGID
111 111
112 /* Define to 1 if you have the `getpagesize' function. */ 112 /* Define to 1 if you have the `getpagesize' function. */
113 #undef HAVE_GETPAGESIZE 113 #undef HAVE_GETPAGESIZE
114 114
115 /* Define to 1 if you have the `getrlimit' function. */
116 #undef HAVE_GETRLIMIT
117
115 /* Define to 1 if you have the `getuid' function. */ 118 /* Define to 1 if you have the `getuid' function. */
116 #undef HAVE_GETUID 119 #undef HAVE_GETUID
117 120
118 /* Define to 1 if you have the <inttypes.h> header file. */ 121 /* Define to 1 if you have the <inttypes.h> header file. */
119 #undef HAVE_INTTYPES_H 122 #undef HAVE_INTTYPES_H
120 123
121 /* Define if <sys/procfs.h> has lwpstatus_t. */ 124 /* Define if <sys/procfs.h> has lwpstatus_t. */
122 #undef HAVE_LWPSTATUS_T 125 #undef HAVE_LWPSTATUS_T
123 126
124 /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */ 127 /* Define if <sys/procfs.h> has lwpstatus_t.pr_context. */
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 /* Define to 1 if you have the <sys/file.h> header file. */ 230 /* Define to 1 if you have the <sys/file.h> header file. */
228 #undef HAVE_SYS_FILE_H 231 #undef HAVE_SYS_FILE_H
229 232
230 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'. 233 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
231 */ 234 */
232 #undef HAVE_SYS_NDIR_H 235 #undef HAVE_SYS_NDIR_H
233 236
234 /* Define to 1 if you have the <sys/procfs.h> header file. */ 237 /* Define to 1 if you have the <sys/procfs.h> header file. */
235 #undef HAVE_SYS_PROCFS_H 238 #undef HAVE_SYS_PROCFS_H
236 239
240 /* Define to 1 if you have the <sys/resource.h> header file. */
241 #undef HAVE_SYS_RESOURCE_H
242
237 /* Define to 1 if you have the <sys/stat.h> header file. */ 243 /* Define to 1 if you have the <sys/stat.h> header file. */
238 #undef HAVE_SYS_STAT_H 244 #undef HAVE_SYS_STAT_H
239 245
240 /* Define to 1 if you have the <sys/time.h> header file. */ 246 /* Define to 1 if you have the <sys/time.h> header file. */
241 #undef HAVE_SYS_TIME_H 247 #undef HAVE_SYS_TIME_H
242 248
243 /* Define to 1 if you have the <sys/types.h> header file. */ 249 /* Define to 1 if you have the <sys/types.h> header file. */
244 #undef HAVE_SYS_TYPES_H 250 #undef HAVE_SYS_TYPES_H
245 251
246 /* Define to 1 if you have the <time.h> header file. */ 252 /* Define to 1 if you have the <time.h> header file. */
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 370
365 /* Define to 1 if on MINIX. */ 371 /* Define to 1 if on MINIX. */
366 #undef _MINIX 372 #undef _MINIX
367 373
368 /* Define to 2 if the system does not provide POSIX.1 features except with 374 /* Define to 2 if the system does not provide POSIX.1 features except with
369 this defined. */ 375 this defined. */
370 #undef _POSIX_1_SOURCE 376 #undef _POSIX_1_SOURCE
371 377
372 /* Define to 1 if you need to in order for `stat' and other things to work. */ 378 /* Define to 1 if you need to in order for `stat' and other things to work. */
373 #undef _POSIX_SOURCE 379 #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