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

Side by Side Diff: opcodes/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 | « opcodes/cgen-opc.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
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 /* 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
4 language is requested. */ 11 language is requested. */
5 #undef ENABLE_NLS 12 #undef ENABLE_NLS
6 13
7 /* 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
8 don't. */ 15 don't. */
9 #undef HAVE_DECL_BASENAME 16 #undef HAVE_DECL_BASENAME
10 17
11 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't. 18 /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
12 */ 19 */
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 73
67 /* Define to the home page for this package. */ 74 /* Define to the home page for this package. */
68 #undef PACKAGE_URL 75 #undef PACKAGE_URL
69 76
70 /* Define to the version of this package. */ 77 /* Define to the version of this package. */
71 #undef PACKAGE_VERSION 78 #undef PACKAGE_VERSION
72 79
73 /* Define to 1 if you have the ANSI C header files. */ 80 /* Define to 1 if you have the ANSI C header files. */
74 #undef STDC_HEADERS 81 #undef STDC_HEADERS
75 82
83 /* Define if you can safely include both <string.h> and <strings.h>. */
84 #undef STRING_WITH_STRINGS
85
76 /* Enable extensions on AIX 3, Interix. */ 86 /* Enable extensions on AIX 3, Interix. */
77 #ifndef _ALL_SOURCE 87 #ifndef _ALL_SOURCE
78 # undef _ALL_SOURCE 88 # undef _ALL_SOURCE
79 #endif 89 #endif
80 /* Enable GNU extensions on systems that have them. */ 90 /* Enable GNU extensions on systems that have them. */
81 #ifndef _GNU_SOURCE 91 #ifndef _GNU_SOURCE
82 # undef _GNU_SOURCE 92 # undef _GNU_SOURCE
83 #endif 93 #endif
84 /* Enable threading extensions on Solaris. */ 94 /* Enable threading extensions on Solaris. */
85 #ifndef _POSIX_PTHREAD_SEMANTICS 95 #ifndef _POSIX_PTHREAD_SEMANTICS
(...skipping 14 matching lines...) Expand all
100 110
101 /* Define to 1 if on MINIX. */ 111 /* Define to 1 if on MINIX. */
102 #undef _MINIX 112 #undef _MINIX
103 113
104 /* 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
105 this defined. */ 115 this defined. */
106 #undef _POSIX_1_SOURCE 116 #undef _POSIX_1_SOURCE
107 117
108 /* 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. */
109 #undef _POSIX_SOURCE 119 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « opcodes/cgen-opc.c ('k') | opcodes/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698