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

Side by Side Diff: sim/rx/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/rx/aclocal.m4 ('k') | sim/rx/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.in by autoheader. */ 1 /* config.in. Generated from configure.ac by autoheader. */
2 2
3 /* --enable-cycle-accurate */
4 #undef CYCLE_ACCURATE
5
6 /* --enable-cycle-stats */
7 #undef CYCLE_STATS
8
3 /* Define to 1 if translation of program messages to the user's native 9 /* Define to 1 if translation of program messages to the user's native
4 language is requested. */ 10 language is requested. */
5 #undef ENABLE_NLS 11 #undef ENABLE_NLS
6 12
7 /* Define to 1 if you have the <dlfcn.h> header file. */ 13 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #undef HAVE_DLFCN_H 14 #undef HAVE_DLFCN_H
9 15
10 /* Define to 1 if you have the <errno.h> header file. */ 16 /* Define to 1 if you have the <errno.h> header file. */
11 #undef HAVE_ERRNO_H 17 #undef HAVE_ERRNO_H
12 18
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 75
70 /* Define to 1 if you have the <unistd.h> header file. */ 76 /* Define to 1 if you have the <unistd.h> header file. */
71 #undef HAVE_UNISTD_H 77 #undef HAVE_UNISTD_H
72 78
73 /* Define to 1 if you have the <zlib.h> header file. */ 79 /* Define to 1 if you have the <zlib.h> header file. */
74 #undef HAVE_ZLIB_H 80 #undef HAVE_ZLIB_H
75 81
76 /* Define to 1 if you have the `__setfpucw' function. */ 82 /* Define to 1 if you have the `__setfpucw' function. */
77 #undef HAVE___SETFPUCW 83 #undef HAVE___SETFPUCW
78 84
85 /* Name of this package. */
86 #undef PACKAGE
87
79 /* Define to the address where bug reports for this package should be sent. */ 88 /* Define to the address where bug reports for this package should be sent. */
80 #undef PACKAGE_BUGREPORT 89 #undef PACKAGE_BUGREPORT
81 90
82 /* Define to the full name of this package. */ 91 /* Define to the full name of this package. */
83 #undef PACKAGE_NAME 92 #undef PACKAGE_NAME
84 93
85 /* Define to the full name and version of this package. */ 94 /* Define to the full name and version of this package. */
86 #undef PACKAGE_STRING 95 #undef PACKAGE_STRING
87 96
88 /* Define to the one symbol short name of this package. */ 97 /* Define to the one symbol short name of this package. */
(...skipping 10 matching lines...) Expand all
99 108
100 /* Bug reporting address */ 109 /* Bug reporting address */
101 #undef REPORT_BUGS_TO 110 #undef REPORT_BUGS_TO
102 111
103 /* Define as the return type of signal handlers (`int' or `void'). */ 112 /* Define as the return type of signal handlers (`int' or `void'). */
104 #undef RETSIGTYPE 113 #undef RETSIGTYPE
105 114
106 /* Define to 1 if you have the ANSI C header files. */ 115 /* Define to 1 if you have the ANSI C header files. */
107 #undef STDC_HEADERS 116 #undef STDC_HEADERS
108 117
109 /* --enable-cycle-accurate */ 118 /* Enable extensions on AIX 3, Interix. */
110 #undef CYCLE_ACCURATE 119 #ifndef _ALL_SOURCE
120 # undef _ALL_SOURCE
121 #endif
122 /* Enable GNU extensions on systems that have them. */
123 #ifndef _GNU_SOURCE
124 # undef _GNU_SOURCE
125 #endif
126 /* Enable threading extensions on Solaris. */
127 #ifndef _POSIX_PTHREAD_SEMANTICS
128 # undef _POSIX_PTHREAD_SEMANTICS
129 #endif
130 /* Enable extensions on HP NonStop. */
131 #ifndef _TANDEM_SOURCE
132 # undef _TANDEM_SOURCE
133 #endif
134 /* Enable general extensions on Solaris. */
135 #ifndef __EXTENSIONS__
136 # undef __EXTENSIONS__
137 #endif
111 138
112 /* --enable-cycle-stats */ 139
113 #undef CYCLE_STATS 140 /* Define to 1 if on MINIX. */
141 #undef _MINIX
142
143 /* Define to 2 if the system does not provide POSIX.1 features except with
144 this defined. */
145 #undef _POSIX_1_SOURCE
146
147 /* Define to 1 if you need to in order for `stat' and other things to work. */
148 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « sim/rx/aclocal.m4 ('k') | sim/rx/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698