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

Side by Side Diff: sim/cris/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/cris/aclocal.m4 ('k') | sim/cris/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 <dlfcn.h> header file. */ 10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #undef HAVE_DLFCN_H 11 #undef HAVE_DLFCN_H
12 12
13 /* Define to 1 if you have the <errno.h> header file. */ 13 /* Define to 1 if you have the <errno.h> header file. */
14 #undef HAVE_ERRNO_H 14 #undef HAVE_ERRNO_H
15 15
16 /* Define to 1 if you have the <fcntl.h> header file. */ 16 /* Define to 1 if you have the <fcntl.h> header file. */
17 #undef HAVE_FCNTL_H 17 #undef HAVE_FCNTL_H
18 18
19 /* Define to 1 if you have the <fpu_control.h> header file. */ 19 /* Define to 1 if you have the <fpu_control.h> header file. */
20 #undef HAVE_FPU_CONTROL_H 20 #undef HAVE_FPU_CONTROL_H
21 21
22 /* Define to 1 if you have the `getrusage' function. */ 22 /* Define to 1 if you have the `getrusage' function. */
23 #undef HAVE_GETRUSAGE 23 #undef HAVE_GETRUSAGE
24 24
25 /* Define to 1 if you have the <inttypes.h> header file. */ 25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H 26 #undef HAVE_INTTYPES_H
27 27
28 /* Define to 1 if you have the `m' library (-lm). */
29 #undef HAVE_LIBM
30
28 /* Define to 1 if you have the `nsl' library (-lnsl). */ 31 /* Define to 1 if you have the `nsl' library (-lnsl). */
29 #undef HAVE_LIBNSL 32 #undef HAVE_LIBNSL
30 33
31 /* Define to 1 if you have the `socket' library (-lsocket). */ 34 /* Define to 1 if you have the `socket' library (-lsocket). */
32 #undef HAVE_LIBSOCKET 35 #undef HAVE_LIBSOCKET
33 36
34 /* Define to 1 if you have the <limits.h> header file. */ 37 /* Define to 1 if you have the <limits.h> header file. */
35 #undef HAVE_LIMITS_H 38 #undef HAVE_LIMITS_H
36 39
37 /* Define to 1 if you have the <memory.h> header file. */ 40 /* Define to 1 if you have the <memory.h> header file. */
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 84
82 /* Define to 1 if you have the <unistd.h> header file. */ 85 /* Define to 1 if you have the <unistd.h> header file. */
83 #undef HAVE_UNISTD_H 86 #undef HAVE_UNISTD_H
84 87
85 /* Define to 1 if you have the <zlib.h> header file. */ 88 /* Define to 1 if you have the <zlib.h> header file. */
86 #undef HAVE_ZLIB_H 89 #undef HAVE_ZLIB_H
87 90
88 /* Define to 1 if you have the `__setfpucw' function. */ 91 /* Define to 1 if you have the `__setfpucw' function. */
89 #undef HAVE___SETFPUCW 92 #undef HAVE___SETFPUCW
90 93
94 /* Name of this package. */
95 #undef PACKAGE
96
91 /* Define to the address where bug reports for this package should be sent. */ 97 /* Define to the address where bug reports for this package should be sent. */
92 #undef PACKAGE_BUGREPORT 98 #undef PACKAGE_BUGREPORT
93 99
94 /* Define to the full name of this package. */ 100 /* Define to the full name of this package. */
95 #undef PACKAGE_NAME 101 #undef PACKAGE_NAME
96 102
97 /* Define to the full name and version of this package. */ 103 /* Define to the full name and version of this package. */
98 #undef PACKAGE_STRING 104 #undef PACKAGE_STRING
99 105
100 /* Define to the one symbol short name of this package. */ 106 /* Define to the one symbol short name of this package. */
(...skipping 10 matching lines...) Expand all
111 117
112 /* Bug reporting address */ 118 /* Bug reporting address */
113 #undef REPORT_BUGS_TO 119 #undef REPORT_BUGS_TO
114 120
115 /* Define as the return type of signal handlers (`int' or `void'). */ 121 /* Define as the return type of signal handlers (`int' or `void'). */
116 #undef RETSIGTYPE 122 #undef RETSIGTYPE
117 123
118 /* Define to 1 if you have the ANSI C header files. */ 124 /* Define to 1 if you have the ANSI C header files. */
119 #undef STDC_HEADERS 125 #undef STDC_HEADERS
120 126
127 /* Enable extensions on AIX 3, Interix. */
128 #ifndef _ALL_SOURCE
129 # undef _ALL_SOURCE
130 #endif
131 /* Enable GNU extensions on systems that have them. */
132 #ifndef _GNU_SOURCE
133 # undef _GNU_SOURCE
134 #endif
135 /* Enable threading extensions on Solaris. */
136 #ifndef _POSIX_PTHREAD_SEMANTICS
137 # undef _POSIX_PTHREAD_SEMANTICS
138 #endif
139 /* Enable extensions on HP NonStop. */
140 #ifndef _TANDEM_SOURCE
141 # undef _TANDEM_SOURCE
142 #endif
143 /* Enable general extensions on Solaris. */
144 #ifndef __EXTENSIONS__
145 # undef __EXTENSIONS__
146 #endif
147
148
121 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 149 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
122 significant byte first (like Motorola and SPARC, unlike Intel). */ 150 significant byte first (like Motorola and SPARC, unlike Intel). */
123 #if defined AC_APPLE_UNIVERSAL_BUILD 151 #if defined AC_APPLE_UNIVERSAL_BUILD
124 # if defined __BIG_ENDIAN__ 152 # if defined __BIG_ENDIAN__
125 # define WORDS_BIGENDIAN 1 153 # define WORDS_BIGENDIAN 1
126 # endif 154 # endif
127 #else 155 #else
128 # ifndef WORDS_BIGENDIAN 156 # ifndef WORDS_BIGENDIAN
129 # undef WORDS_BIGENDIAN 157 # undef WORDS_BIGENDIAN
130 # endif 158 # endif
131 #endif 159 #endif
160
161 /* Define to 1 if on MINIX. */
162 #undef _MINIX
163
164 /* Define to 2 if the system does not provide POSIX.1 features except with
165 this defined. */
166 #undef _POSIX_1_SOURCE
167
168 /* Define to 1 if you need to in order for `stat' and other things to work. */
169 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « sim/cris/aclocal.m4 ('k') | sim/cris/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698