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

Side by Side Diff: opcodes/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 | « opcodes/cgen-dis.c ('k') | opcodes/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 /* Define to 1 if translation of program messages to the user's native 10 /* Define to 1 if translation of program messages to the user's native
11 language is requested. */ 11 language is requested. */
12 #undef ENABLE_NLS 12 #undef ENABLE_NLS
13 13
14 /* Define to 1 if you have the declaration of `basename', and to 0 if you 14 /* Define to 1 if you have the declaration of `basename', and to 0 if you
15 don't. */ 15 don't. */
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
110 110
111 /* Define to 1 if on MINIX. */ 111 /* Define to 1 if on MINIX. */
112 #undef _MINIX 112 #undef _MINIX
113 113
114 /* Define to 2 if the system does not provide POSIX.1 features except with 114 /* Define to 2 if the system does not provide POSIX.1 features except with
115 this defined. */ 115 this defined. */
116 #undef _POSIX_1_SOURCE 116 #undef _POSIX_1_SOURCE
117 117
118 /* Define to 1 if you need to in order for `stat' and other things to work. */ 118 /* Define to 1 if you need to in order for `stat' and other things to work. */
119 #undef _POSIX_SOURCE 119 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « opcodes/cgen-dis.c ('k') | opcodes/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698