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

Side by Side Diff: sim/lm32/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/lm32/aclocal.m4 ('k') | sim/lm32/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 <dlfcn.h> header file. */ 10 /* Define to 1 if you have the <dlfcn.h> header file. */
11 #undef HAVE_DLFCN_H 11 #undef HAVE_DLFCN_H
12 12
13 /* Define to 1 if you have the <errno.h> header file. */ 13 /* Define to 1 if you have the <errno.h> header file. */
14 #undef HAVE_ERRNO_H 14 #undef HAVE_ERRNO_H
15 15
16 /* Define to 1 if you have the <fcntl.h> header file. */ 16 /* Define to 1 if you have the <fcntl.h> header file. */
17 #undef HAVE_FCNTL_H 17 #undef HAVE_FCNTL_H
18 18
19 /* Define to 1 if you have the <fpu_control.h> header file. */ 19 /* Define to 1 if you have the <fpu_control.h> header file. */
20 #undef HAVE_FPU_CONTROL_H 20 #undef HAVE_FPU_CONTROL_H
21 21
22 /* Define to 1 if you have the `getrusage' function. */ 22 /* Define to 1 if you have the `getrusage' function. */
23 #undef HAVE_GETRUSAGE 23 #undef HAVE_GETRUSAGE
24 24
25 /* Define to 1 if you have the <inttypes.h> header file. */ 25 /* Define to 1 if you have the <inttypes.h> header file. */
26 #undef HAVE_INTTYPES_H 26 #undef HAVE_INTTYPES_H
27 27
28 /* Define to 1 if you have the `m' library (-lm). */
29 #undef HAVE_LIBM
30
28 /* Define to 1 if you have the `nsl' library (-lnsl). */ 31 /* Define to 1 if you have the `nsl' library (-lnsl). */
29 #undef HAVE_LIBNSL 32 #undef HAVE_LIBNSL
30 33
31 /* Define to 1 if you have the `socket' library (-lsocket). */ 34 /* Define to 1 if you have the `socket' library (-lsocket). */
32 #undef HAVE_LIBSOCKET 35 #undef HAVE_LIBSOCKET
33 36
34 /* Define to 1 if you have the <memory.h> header file. */ 37 /* Define to 1 if you have the <memory.h> header file. */
35 #undef HAVE_MEMORY_H 38 #undef HAVE_MEMORY_H
36 39
37 /* Define to 1 if you have the `sigaction' function. */ 40 /* Define to 1 if you have the `sigaction' function. */
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 72
70 /* Define to 1 if you have the <unistd.h> header file. */ 73 /* Define to 1 if you have the <unistd.h> header file. */
71 #undef HAVE_UNISTD_H 74 #undef HAVE_UNISTD_H
72 75
73 /* Define to 1 if you have the <zlib.h> header file. */ 76 /* Define to 1 if you have the <zlib.h> header file. */
74 #undef HAVE_ZLIB_H 77 #undef HAVE_ZLIB_H
75 78
76 /* Define to 1 if you have the `__setfpucw' function. */ 79 /* Define to 1 if you have the `__setfpucw' function. */
77 #undef HAVE___SETFPUCW 80 #undef HAVE___SETFPUCW
78 81
82 /* Name of this package. */
83 #undef PACKAGE
84
79 /* Define to the address where bug reports for this package should be sent. */ 85 /* Define to the address where bug reports for this package should be sent. */
80 #undef PACKAGE_BUGREPORT 86 #undef PACKAGE_BUGREPORT
81 87
82 /* Define to the full name of this package. */ 88 /* Define to the full name of this package. */
83 #undef PACKAGE_NAME 89 #undef PACKAGE_NAME
84 90
85 /* Define to the full name and version of this package. */ 91 /* Define to the full name and version of this package. */
86 #undef PACKAGE_STRING 92 #undef PACKAGE_STRING
87 93
88 /* Define to the one symbol short name of this package. */ 94 /* Define to the one symbol short name of this package. */
(...skipping 10 matching lines...) Expand all
99 105
100 /* Bug reporting address */ 106 /* Bug reporting address */
101 #undef REPORT_BUGS_TO 107 #undef REPORT_BUGS_TO
102 108
103 /* Define as the return type of signal handlers (`int' or `void'). */ 109 /* Define as the return type of signal handlers (`int' or `void'). */
104 #undef RETSIGTYPE 110 #undef RETSIGTYPE
105 111
106 /* Define to 1 if you have the ANSI C header files. */ 112 /* Define to 1 if you have the ANSI C header files. */
107 #undef STDC_HEADERS 113 #undef STDC_HEADERS
108 114
115 /* Enable extensions on AIX 3, Interix. */
116 #ifndef _ALL_SOURCE
117 # undef _ALL_SOURCE
118 #endif
119 /* Enable GNU extensions on systems that have them. */
120 #ifndef _GNU_SOURCE
121 # undef _GNU_SOURCE
122 #endif
123 /* Enable threading extensions on Solaris. */
124 #ifndef _POSIX_PTHREAD_SEMANTICS
125 # undef _POSIX_PTHREAD_SEMANTICS
126 #endif
127 /* Enable extensions on HP NonStop. */
128 #ifndef _TANDEM_SOURCE
129 # undef _TANDEM_SOURCE
130 #endif
131 /* Enable general extensions on Solaris. */
132 #ifndef __EXTENSIONS__
133 # undef __EXTENSIONS__
134 #endif
135
136
109 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 137 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
110 significant byte first (like Motorola and SPARC, unlike Intel). */ 138 significant byte first (like Motorola and SPARC, unlike Intel). */
111 #if defined AC_APPLE_UNIVERSAL_BUILD 139 #if defined AC_APPLE_UNIVERSAL_BUILD
112 # if defined __BIG_ENDIAN__ 140 # if defined __BIG_ENDIAN__
113 # define WORDS_BIGENDIAN 1 141 # define WORDS_BIGENDIAN 1
114 # endif 142 # endif
115 #else 143 #else
116 # ifndef WORDS_BIGENDIAN 144 # ifndef WORDS_BIGENDIAN
117 # undef WORDS_BIGENDIAN 145 # undef WORDS_BIGENDIAN
118 # endif 146 # endif
119 #endif 147 #endif
148
149 /* Define to 1 if on MINIX. */
150 #undef _MINIX
151
152 /* Define to 2 if the system does not provide POSIX.1 features except with
153 this defined. */
154 #undef _POSIX_1_SOURCE
155
156 /* Define to 1 if you need to in order for `stat' and other things to work. */
157 #undef _POSIX_SOURCE
OLDNEW
« no previous file with comments | « sim/lm32/aclocal.m4 ('k') | sim/lm32/configure » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698