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

Side by Side Diff: sim/mips/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 | « 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. */
11 #undef HAVE_AINT 11 #undef HAVE_AINT
12 12
13 /* Define to 1 if you have the `anint' function. */ 13 /* Define to 1 if you have the `anint' function. */
14 #undef HAVE_ANINT 14 #undef HAVE_ANINT
15 15
16 /* Define to 1 if you have the <dlfcn.h> header file. */ 16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #undef HAVE_DLFCN_H 17 #undef HAVE_DLFCN_H
18 18
19 /* Define if dv-sockser is usable. */
20 #undef HAVE_DV_SOCKSER
21
19 /* Define to 1 if you have the <errno.h> header file. */ 22 /* Define to 1 if you have the <errno.h> header file. */
20 #undef HAVE_ERRNO_H 23 #undef HAVE_ERRNO_H
21 24
22 /* Define to 1 if you have the <fcntl.h> header file. */ 25 /* Define to 1 if you have the <fcntl.h> header file. */
23 #undef HAVE_FCNTL_H 26 #undef HAVE_FCNTL_H
24 27
25 /* Define to 1 if you have the <fpu_control.h> header file. */ 28 /* Define to 1 if you have the <fpu_control.h> header file. */
26 #undef HAVE_FPU_CONTROL_H 29 #undef HAVE_FPU_CONTROL_H
27 30
28 /* Define to 1 if you have the `getrusage' function. */ 31 /* Define to 1 if you have the `getrusage' function. */
(...skipping 52 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 /* Define to the sub-directory in which libtool stores uninstalled libraries.
95 */
96 #undef LT_OBJDIR
97
91 /* Name of this package. */ 98 /* Name of this package. */
92 #undef PACKAGE 99 #undef PACKAGE
93 100
94 /* Define to the address where bug reports for this package should be sent. */ 101 /* Define to the address where bug reports for this package should be sent. */
95 #undef PACKAGE_BUGREPORT 102 #undef PACKAGE_BUGREPORT
96 103
97 /* Define to the full name of this package. */ 104 /* Define to the full name of this package. */
98 #undef PACKAGE_NAME 105 #undef PACKAGE_NAME
99 106
100 /* Define to the full name and version of this package. */ 107 /* Define to the full name and version of this package. */
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 164
158 /* Define to 1 if on MINIX. */ 165 /* Define to 1 if on MINIX. */
159 #undef _MINIX 166 #undef _MINIX
160 167
161 /* Define to 2 if the system does not provide POSIX.1 features except with 168 /* Define to 2 if the system does not provide POSIX.1 features except with
162 this defined. */ 169 this defined. */
163 #undef _POSIX_1_SOURCE 170 #undef _POSIX_1_SOURCE
164 171
165 /* Define to 1 if you need to in order for `stat' and other things to work. */ 172 /* Define to 1 if you need to in order for `stat' and other things to work. */
166 #undef _POSIX_SOURCE 173 #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