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

Side by Side Diff: sim/moxie/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/moxie/aclocal.m4 ('k') | sim/moxie/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) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
3 /* 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
4 language is requested. */ 7 language is requested. */
5 #undef ENABLE_NLS 8 #undef ENABLE_NLS
6 9
7 /* Define to 1 if you have the <dlfcn.h> header file. */ 10 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #undef HAVE_DLFCN_H 11 #undef HAVE_DLFCN_H
9 12
10 /* Define to 1 if you have the <errno.h> header file. */ 13 /* Define to 1 if you have the <errno.h> header file. */
11 #undef HAVE_ERRNO_H 14 #undef HAVE_ERRNO_H
12 15
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 69
67 /* Define to 1 if you have the <unistd.h> header file. */ 70 /* Define to 1 if you have the <unistd.h> header file. */
68 #undef HAVE_UNISTD_H 71 #undef HAVE_UNISTD_H
69 72
70 /* Define to 1 if you have the <zlib.h> header file. */ 73 /* Define to 1 if you have the <zlib.h> header file. */
71 #undef HAVE_ZLIB_H 74 #undef HAVE_ZLIB_H
72 75
73 /* Define to 1 if you have the `__setfpucw' function. */ 76 /* Define to 1 if you have the `__setfpucw' function. */
74 #undef HAVE___SETFPUCW 77 #undef HAVE___SETFPUCW
75 78
79 /* Name of this package. */
80 #undef PACKAGE
81
76 /* Define to the address where bug reports for this package should be sent. */ 82 /* Define to the address where bug reports for this package should be sent. */
77 #undef PACKAGE_BUGREPORT 83 #undef PACKAGE_BUGREPORT
78 84
79 /* Define to the full name of this package. */ 85 /* Define to the full name of this package. */
80 #undef PACKAGE_NAME 86 #undef PACKAGE_NAME
81 87
82 /* Define to the full name and version of this package. */ 88 /* Define to the full name and version of this package. */
83 #undef PACKAGE_STRING 89 #undef PACKAGE_STRING
84 90
85 /* Define to the one symbol short name of this package. */ 91 /* Define to the one symbol short name of this package. */
86 #undef PACKAGE_TARNAME 92 #undef PACKAGE_TARNAME
87 93
88 /* Define to the home page for this package. */ 94 /* Define to the home page for this package. */
89 #undef PACKAGE_URL 95 #undef PACKAGE_URL
90 96
91 /* Define to the version of this package. */ 97 /* Define to the version of this package. */
92 #undef PACKAGE_VERSION 98 #undef PACKAGE_VERSION
93 99
94 /* Additional package description */ 100 /* Additional package description */
95 #undef PKGVERSION 101 #undef PKGVERSION
96 102
97 /* Bug reporting address */ 103 /* Bug reporting address */
98 #undef REPORT_BUGS_TO 104 #undef REPORT_BUGS_TO
99 105
100 /* Define as the return type of signal handlers (`int' or `void'). */ 106 /* Define as the return type of signal handlers (`int' or `void'). */
101 #undef RETSIGTYPE 107 #undef RETSIGTYPE
102 108
103 /* Define to 1 if you have the ANSI C header files. */ 109 /* Define to 1 if you have the ANSI C header files. */
104 #undef STDC_HEADERS 110 #undef STDC_HEADERS
111
112 /* Enable extensions on AIX 3, Interix. */
113 #ifndef _ALL_SOURCE
114 # undef _ALL_SOURCE
115 #endif
116 /* Enable GNU extensions on systems that have them. */
117 #ifndef _GNU_SOURCE
118 # undef _GNU_SOURCE
119 #endif
120 /* Enable threading extensions on Solaris. */
121 #ifndef _POSIX_PTHREAD_SEMANTICS
122 # undef _POSIX_PTHREAD_SEMANTICS
123 #endif
124 /* Enable extensions on HP NonStop. */
125 #ifndef _TANDEM_SOURCE
126 # undef _TANDEM_SOURCE
127 #endif
128 /* Enable general extensions on Solaris. */
129 #ifndef __EXTENSIONS__
130 # undef __EXTENSIONS__
131 #endif
132
133
134 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
135 significant byte first (like Motorola and SPARC, unlike Intel). */
136 #if defined AC_APPLE_UNIVERSAL_BUILD
137 # if defined __BIG_ENDIAN__
138 # define WORDS_BIGENDIAN 1
139 # endif
140 #else
141 # ifndef WORDS_BIGENDIAN
142 # undef WORDS_BIGENDIAN
143 # endif
144 #endif
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/moxie/aclocal.m4 ('k') | sim/moxie/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698