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

Side by Side Diff: sim/v850/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/v850/aclocal.m4 ('k') | sim/v850/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 `chmod' function. */ 10 /* Define to 1 if you have the `chmod' function. */
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 90
91 /* Define to 1 if you have the <utime.h> header file. */ 91 /* Define to 1 if you have the <utime.h> header file. */
92 #undef HAVE_UTIME_H 92 #undef HAVE_UTIME_H
93 93
94 /* Define to 1 if you have the <zlib.h> header file. */ 94 /* Define to 1 if you have the <zlib.h> header file. */
95 #undef HAVE_ZLIB_H 95 #undef HAVE_ZLIB_H
96 96
97 /* Define to 1 if you have the `__setfpucw' function. */ 97 /* Define to 1 if you have the `__setfpucw' function. */
98 #undef HAVE___SETFPUCW 98 #undef HAVE___SETFPUCW
99 99
100 /* Name of this package. */
101 #undef PACKAGE
102
100 /* Define to the address where bug reports for this package should be sent. */ 103 /* Define to the address where bug reports for this package should be sent. */
101 #undef PACKAGE_BUGREPORT 104 #undef PACKAGE_BUGREPORT
102 105
103 /* Define to the full name of this package. */ 106 /* Define to the full name of this package. */
104 #undef PACKAGE_NAME 107 #undef PACKAGE_NAME
105 108
106 /* Define to the full name and version of this package. */ 109 /* Define to the full name and version of this package. */
107 #undef PACKAGE_STRING 110 #undef PACKAGE_STRING
108 111
109 /* Define to the one symbol short name of this package. */ 112 /* Define to the one symbol short name of this package. */
(...skipping 10 matching lines...) Expand all
120 123
121 /* Bug reporting address */ 124 /* Bug reporting address */
122 #undef REPORT_BUGS_TO 125 #undef REPORT_BUGS_TO
123 126
124 /* Define as the return type of signal handlers (`int' or `void'). */ 127 /* Define as the return type of signal handlers (`int' or `void'). */
125 #undef RETSIGTYPE 128 #undef RETSIGTYPE
126 129
127 /* Define to 1 if you have the ANSI C header files. */ 130 /* Define to 1 if you have the ANSI C header files. */
128 #undef STDC_HEADERS 131 #undef STDC_HEADERS
129 132
133 /* Enable extensions on AIX 3, Interix. */
134 #ifndef _ALL_SOURCE
135 # undef _ALL_SOURCE
136 #endif
137 /* Enable GNU extensions on systems that have them. */
138 #ifndef _GNU_SOURCE
139 # undef _GNU_SOURCE
140 #endif
141 /* Enable threading extensions on Solaris. */
142 #ifndef _POSIX_PTHREAD_SEMANTICS
143 # undef _POSIX_PTHREAD_SEMANTICS
144 #endif
145 /* Enable extensions on HP NonStop. */
146 #ifndef _TANDEM_SOURCE
147 # undef _TANDEM_SOURCE
148 #endif
149 /* Enable general extensions on Solaris. */
150 #ifndef __EXTENSIONS__
151 # undef __EXTENSIONS__
152 #endif
153
154
130 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 155 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
131 significant byte first (like Motorola and SPARC, unlike Intel). */ 156 significant byte first (like Motorola and SPARC, unlike Intel). */
132 #if defined AC_APPLE_UNIVERSAL_BUILD 157 #if defined AC_APPLE_UNIVERSAL_BUILD
133 # if defined __BIG_ENDIAN__ 158 # if defined __BIG_ENDIAN__
134 # define WORDS_BIGENDIAN 1 159 # define WORDS_BIGENDIAN 1
135 # endif 160 # endif
136 #else 161 #else
137 # ifndef WORDS_BIGENDIAN 162 # ifndef WORDS_BIGENDIAN
138 # undef WORDS_BIGENDIAN 163 # undef WORDS_BIGENDIAN
139 # endif 164 # endif
140 #endif 165 #endif
166
167 /* Define to 1 if on MINIX. */
168 #undef _MINIX
169
170 /* Define to 2 if the system does not provide POSIX.1 features except with
171 this defined. */
172 #undef _POSIX_1_SOURCE
173
174 /* Define to 1 if you need to in order for `stat' and other things to work. */
175 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « sim/v850/aclocal.m4 ('k') | sim/v850/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698