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

Side by Side Diff: sim/mn10300/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/mn10300/aclocal.m4 ('k') | sim/mn10300/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. */
11 #undef HAVE_CHMOD 11 #undef HAVE_CHMOD
12 12
13 /* Define to 1 if you have the `chown' function. */ 13 /* Define to 1 if you have the `chown' function. */
14 #undef HAVE_CHOWN 14 #undef HAVE_CHOWN
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 `execv' function. */ 25 /* Define to 1 if you have the `execv' function. */
23 #undef HAVE_EXECV 26 #undef HAVE_EXECV
24 27
25 /* Define to 1 if you have the `execve' function. */ 28 /* Define to 1 if you have the `execve' function. */
26 #undef HAVE_EXECVE 29 #undef HAVE_EXECVE
27 30
28 /* Define to 1 if you have the <fcntl.h> header file. */ 31 /* Define to 1 if you have the <fcntl.h> header file. */
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 96
94 /* Define to 1 if you have the <utime.h> header file. */ 97 /* Define to 1 if you have the <utime.h> header file. */
95 #undef HAVE_UTIME_H 98 #undef HAVE_UTIME_H
96 99
97 /* Define to 1 if you have the <zlib.h> header file. */ 100 /* Define to 1 if you have the <zlib.h> header file. */
98 #undef HAVE_ZLIB_H 101 #undef HAVE_ZLIB_H
99 102
100 /* Define to 1 if you have the `__setfpucw' function. */ 103 /* Define to 1 if you have the `__setfpucw' function. */
101 #undef HAVE___SETFPUCW 104 #undef HAVE___SETFPUCW
102 105
106 /* Define to the sub-directory in which libtool stores uninstalled libraries.
107 */
108 #undef LT_OBJDIR
109
103 /* Name of this package. */ 110 /* Name of this package. */
104 #undef PACKAGE 111 #undef PACKAGE
105 112
106 /* Define to the address where bug reports for this package should be sent. */ 113 /* Define to the address where bug reports for this package should be sent. */
107 #undef PACKAGE_BUGREPORT 114 #undef PACKAGE_BUGREPORT
108 115
109 /* Define to the full name of this package. */ 116 /* Define to the full name of this package. */
110 #undef PACKAGE_NAME 117 #undef PACKAGE_NAME
111 118
112 /* Define to the full name and version of this package. */ 119 /* Define to the full name and version of this package. */
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 176
170 /* Define to 1 if on MINIX. */ 177 /* Define to 1 if on MINIX. */
171 #undef _MINIX 178 #undef _MINIX
172 179
173 /* Define to 2 if the system does not provide POSIX.1 features except with 180 /* Define to 2 if the system does not provide POSIX.1 features except with
174 this defined. */ 181 this defined. */
175 #undef _POSIX_1_SOURCE 182 #undef _POSIX_1_SOURCE
176 183
177 /* Define to 1 if you need to in order for `stat' and other things to work. */ 184 /* Define to 1 if you need to in order for `stat' and other things to work. */
178 #undef _POSIX_SOURCE 185 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « sim/mn10300/aclocal.m4 ('k') | sim/mn10300/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698