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

Side by Side Diff: third_party/yasm/source/config/android/config.h

Issue 146833017: android: disable NLS when building yasm. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « third_party/yasm/README.chromium ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* config.h. Generated from config.h.in by configure. */ 1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */ 2 /* config.h.in. Generated from configure.ac by autoheader. */
3 3
4 /* Command name to run C preprocessor */ 4 /* Command name to run C preprocessor */
5 #define CPP_PROG "gcc -E" 5 #define CPP_PROG "gcc -E"
6 6
7 /* */ 7 /* */
8 #define ENABLE_NLS 1 8 /* #undef ENABLE_NLS */
9 9
10 /* Define to 1 if you have the `abort' function. */ 10 /* Define to 1 if you have the `abort' function. */
11 #define HAVE_ABORT 1 11 #define HAVE_ABORT 1
12 12
13 /* */ 13 /* */
14 /* #undef HAVE_CATGETS */ 14 /* #undef HAVE_CATGETS */
15 15
16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the 16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
17 CoreFoundation framework. */ 17 CoreFoundation framework. */
18 /* #undef HAVE_CFLOCALECOPYCURRENT */ 18 /* #undef HAVE_CFLOCALECOPYCURRENT */
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 /* #undef const */ 164 /* #undef const */
165 165
166 /* Define to `__inline__' or `__inline' if that's what the C compiler 166 /* Define to `__inline__' or `__inline' if that's what the C compiler
167 calls it, or to nothing if 'inline' is not supported under any name. */ 167 calls it, or to nothing if 'inline' is not supported under any name. */
168 #ifndef __cplusplus 168 #ifndef __cplusplus
169 /* #undef inline */ 169 /* #undef inline */
170 #endif 170 #endif
171 171
172 /* Define to `unsigned int' if <sys/types.h> does not define. */ 172 /* Define to `unsigned int' if <sys/types.h> does not define. */
173 /* #undef size_t */ 173 /* #undef size_t */
OLDNEW
« no previous file with comments | « third_party/yasm/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698