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

Side by Side Diff: sim/mips/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/mips/aclocal.m4 ('k') | sim/mips/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 if building universal (internal helper macro) */ 3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD 4 #undef AC_APPLE_UNIVERSAL_BUILD
5 5
6 /* Define to 1 if translation of program messages to the user's native 6 /* Define to 1 if translation of program messages to the user's native
7 language is requested. */ 7 language is requested. */
8 #undef ENABLE_NLS 8 #undef ENABLE_NLS
9 9
10 /* Define to 1 if you have the `aint' function. */ 10 /* Define to 1 if you have the `aint' function. */
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 /* Define to 1 if you have the <unistd.h> header file. */ 82 /* Define to 1 if you have the <unistd.h> header file. */
83 #undef HAVE_UNISTD_H 83 #undef HAVE_UNISTD_H
84 84
85 /* Define to 1 if you have the <zlib.h> header file. */ 85 /* Define to 1 if you have the <zlib.h> header file. */
86 #undef HAVE_ZLIB_H 86 #undef HAVE_ZLIB_H
87 87
88 /* Define to 1 if you have the `__setfpucw' function. */ 88 /* Define to 1 if you have the `__setfpucw' function. */
89 #undef HAVE___SETFPUCW 89 #undef HAVE___SETFPUCW
90 90
91 /* Name of this package. */
92 #undef PACKAGE
93
91 /* Define to the address where bug reports for this package should be sent. */ 94 /* Define to the address where bug reports for this package should be sent. */
92 #undef PACKAGE_BUGREPORT 95 #undef PACKAGE_BUGREPORT
93 96
94 /* Define to the full name of this package. */ 97 /* Define to the full name of this package. */
95 #undef PACKAGE_NAME 98 #undef PACKAGE_NAME
96 99
97 /* Define to the full name and version of this package. */ 100 /* Define to the full name and version of this package. */
98 #undef PACKAGE_STRING 101 #undef PACKAGE_STRING
99 102
100 /* Define to the one symbol short name of this package. */ 103 /* Define to the one symbol short name of this package. */
(...skipping 10 matching lines...) Expand all
111 114
112 /* Bug reporting address */ 115 /* Bug reporting address */
113 #undef REPORT_BUGS_TO 116 #undef REPORT_BUGS_TO
114 117
115 /* Define as the return type of signal handlers (`int' or `void'). */ 118 /* Define as the return type of signal handlers (`int' or `void'). */
116 #undef RETSIGTYPE 119 #undef RETSIGTYPE
117 120
118 /* Define to 1 if you have the ANSI C header files. */ 121 /* Define to 1 if you have the ANSI C header files. */
119 #undef STDC_HEADERS 122 #undef STDC_HEADERS
120 123
124 /* Enable extensions on AIX 3, Interix. */
125 #ifndef _ALL_SOURCE
126 # undef _ALL_SOURCE
127 #endif
128 /* Enable GNU extensions on systems that have them. */
129 #ifndef _GNU_SOURCE
130 # undef _GNU_SOURCE
131 #endif
132 /* Enable threading extensions on Solaris. */
133 #ifndef _POSIX_PTHREAD_SEMANTICS
134 # undef _POSIX_PTHREAD_SEMANTICS
135 #endif
136 /* Enable extensions on HP NonStop. */
137 #ifndef _TANDEM_SOURCE
138 # undef _TANDEM_SOURCE
139 #endif
140 /* Enable general extensions on Solaris. */
141 #ifndef __EXTENSIONS__
142 # undef __EXTENSIONS__
143 #endif
144
145
121 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 146 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
122 significant byte first (like Motorola and SPARC, unlike Intel). */ 147 significant byte first (like Motorola and SPARC, unlike Intel). */
123 #if defined AC_APPLE_UNIVERSAL_BUILD 148 #if defined AC_APPLE_UNIVERSAL_BUILD
124 # if defined __BIG_ENDIAN__ 149 # if defined __BIG_ENDIAN__
125 # define WORDS_BIGENDIAN 1 150 # define WORDS_BIGENDIAN 1
126 # endif 151 # endif
127 #else 152 #else
128 # ifndef WORDS_BIGENDIAN 153 # ifndef WORDS_BIGENDIAN
129 # undef WORDS_BIGENDIAN 154 # undef WORDS_BIGENDIAN
130 # endif 155 # endif
131 #endif 156 #endif
157
158 /* Define to 1 if on MINIX. */
159 #undef _MINIX
160
161 /* Define to 2 if the system does not provide POSIX.1 features except with
162 this defined. */
163 #undef _POSIX_1_SOURCE
164
165 /* Define to 1 if you need to in order for `stat' and other things to work. */
166 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « sim/mips/aclocal.m4 ('k') | sim/mips/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698