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

Side by Side Diff: third_party/yasm/patched-yasm/Mkfiles/dj/config.h

Issue 11365061: Update Yasm to 1.2.0 (Yasm Part 3/3) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 8 years, 1 month 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 | Annotate | Revision Log
OLDNEW
1 /* $Id: config.h 2353 2010-08-07 16:37:52Z peter $ */ 1 #include "YASM-VERSION.h"
2
3 #define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail) 2 #define yasm__splitpath(path, tail) yasm__splitpath_win(path, tail)
4 #define yasm__abspath(path) yasm__abspath_win(path) 3 #define yasm__abspath(path) yasm__abspath_win(path)
5 #define yasm__combpath(from, to) yasm__combpath_win(from, to) 4 #define yasm__combpath(from, to) yasm__combpath_win(from, to)
6 5
7 /* Command name to run C preprocessor */ 6 /* Command name to run C preprocessor */
8 #define CPP_PROG "gcc -E" 7 #define CPP_PROG "gcc -E"
9 8
10 /* */ 9 /* */
11 /* #undef ENABLE_NLS */ 10 /* #undef ENABLE_NLS */
12 11
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 110
112 /* Define to 1 if you have the `_stricmp' function. */ 111 /* Define to 1 if you have the `_stricmp' function. */
113 /* #undef HAVE__STRICMP */ 112 /* #undef HAVE__STRICMP */
114 113
115 /* Name of package */ 114 /* Name of package */
116 #define PACKAGE "yasm" 115 #define PACKAGE "yasm"
117 116
118 /* Define to the address where bug reports for this package should be sent. */ 117 /* Define to the address where bug reports for this package should be sent. */
119 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net" 118 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
120 119
121 /* Define to build version of this package. */
122 #define PACKAGE_BUILD "2352"
123
124 /* Define to internal version of this package. */
125 #define PACKAGE_INTVER "1.1.0"
126
127 /* Define to the full name of this package. */ 120 /* Define to the full name of this package. */
128 #define PACKAGE_NAME "yasm" 121 #define PACKAGE_NAME "yasm"
129 122
130 /* Define to the full name and version of this package. */ 123 /* Define to the full name and version of this package. */
131 #define PACKAGE_STRING "yasm 1.1.0" 124 /*#define PACKAGE_STRING "yasm HEAD"*/
132 125
133 /* Define to the one symbol short name of this package. */ 126 /* Define to the one symbol short name of this package. */
134 #define PACKAGE_TARNAME "yasm" 127 #define PACKAGE_TARNAME "yasm"
135 128
136 /* Define to the version of this package. */ 129 /* Define to the version of this package. */
137 #define PACKAGE_VERSION "1.1.0" 130 /*#define PACKAGE_VERSION "HEAD"*/
138 131
139 /* Define if the C compiler supports function prototypes. */ 132 /* Define if the C compiler supports function prototypes. */
140 #define PROTOTYPES 1 133 #define PROTOTYPES 1
141 134
142 /* The size of a `char', as computed by sizeof. */ 135 /* The size of a `char', as computed by sizeof. */
143 /* #undef SIZEOF_CHAR */ 136 /* #undef SIZEOF_CHAR */
144 137
145 /* The size of a `int', as computed by sizeof. */ 138 /* The size of a `int', as computed by sizeof. */
146 /* #undef SIZEOF_INT */ 139 /* #undef SIZEOF_INT */
147 140
148 /* The size of a `long', as computed by sizeof. */ 141 /* The size of a `long', as computed by sizeof. */
149 /* #undef SIZEOF_LONG */ 142 /* #undef SIZEOF_LONG */
150 143
151 /* The size of a `short', as computed by sizeof. */ 144 /* The size of a `short', as computed by sizeof. */
152 /* #undef SIZEOF_SHORT */ 145 /* #undef SIZEOF_SHORT */
153 146
154 /* The size of a `void*', as computed by sizeof. */ 147 /* The size of a `void*', as computed by sizeof. */
155 /* #undef SIZEOF_VOIDP */ 148 /* #undef SIZEOF_VOIDP */
156 149
157 /* Define if you have the ANSI C header files. */ 150 /* Define if you have the ANSI C header files. */
158 #define STDC_HEADERS 1 151 #define STDC_HEADERS 1
159 152
160 /* Version number of package */ 153 /* Version number of package */
161 #define VERSION "1.1.0" 154 #define VERSION "HEAD"
162 155
163 /* Define if using the dmalloc debugging malloc package */ 156 /* Define if using the dmalloc debugging malloc package */
164 /* #undef WITH_DMALLOC */ 157 /* #undef WITH_DMALLOC */
165 158
166 /* Define like PROTOTYPES; this can be used by system headers. */ 159 /* Define like PROTOTYPES; this can be used by system headers. */
167 #define __PROTOTYPES 1 160 #define __PROTOTYPES 1
168 161
169 /* Define to empty if `const' does not conform to ANSI C. */ 162 /* Define to empty if `const' does not conform to ANSI C. */
170 /* #undef const */ 163 /* #undef const */
171 164
172 /* Define as `__inline' if that's what the C compiler calls it, or to nothing 165 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
173 if it is not supported. */ 166 if it is not supported. */
174 #ifndef __cplusplus 167 #ifndef __cplusplus
175 /* #undef inline */ 168 /* #undef inline */
176 #endif 169 #endif
177 170
178 /* Define to `unsigned' if <sys/types.h> doesn't define. */ 171 /* Define to `unsigned' if <sys/types.h> doesn't define. */
179 /* #undef size_t */ 172 /* #undef size_t */
OLDNEW
« no previous file with comments | « third_party/yasm/patched-yasm/Mkfiles/Makefile.flat ('k') | third_party/yasm/patched-yasm/Mkfiles/vc9/config.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698