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

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

Powered by Google App Engine
This is Rietveld 408576698