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

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

Issue 300013: Add yasm and ffmpeg into the build tree for linux. (Closed)
Patch Set: Fix mark's comments. Created 11 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
OLDNEW
(Empty)
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
3
4 /* Command name to run C preprocessor */
5 #define CPP_PROG "gcc -E"
6
7 /* */
8 #define ENABLE_NLS 1
9
10 /* Define to 1 if you have the `abort' function. */
11 #define HAVE_ABORT 1
12
13 /* */
14 /* #undef HAVE_CATGETS */
15
16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
17 CoreFoundation framework. */
18 /* #undef HAVE_CFLOCALECOPYCURRENT */
19
20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
21 the CoreFoundation framework. */
22 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
23
24 /* Define if the GNU dcgettext() function is already present or preinstalled.
25 */
26 #define HAVE_DCGETTEXT 1
27
28 /* Define to 1 if you have the <direct.h> header file. */
29 /* #undef HAVE_DIRECT_H */
30
31 /* Define to 1 if you have the `ftruncate' function. */
32 #define HAVE_FTRUNCATE 1
33
34 /* Define to 1 if you have the `getcwd' function. */
35 #define HAVE_GETCWD 1
36
37 /* */
38 #define HAVE_GETTEXT 1
39
40 /* Define to 1 if you have the GNU C Library */
41 #define HAVE_GNU_C_LIBRARY 1
42
43 /* Define if you have the iconv() function. */
44 /* #undef HAVE_ICONV */
45
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #define HAVE_INTTYPES_H 1
48
49 /* */
50 /* #undef HAVE_LC_MESSAGES */
51
52 /* Define to 1 if you have the <libgen.h> header file. */
53 #define HAVE_LIBGEN_H 1
54
55 /* Define to 1 if you have the <memory.h> header file. */
56 #define HAVE_MEMORY_H 1
57
58 /* Define to 1 if you have the `mergesort' function. */
59 /* #undef HAVE_MERGESORT */
60
61 /* Define to 1 if you have the `popen' function. */
62 #define HAVE_POPEN 1
63
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #define HAVE_STDINT_H 1
66
67 /* Define to 1 if you have the <stdlib.h> header file. */
68 #define HAVE_STDLIB_H 1
69
70 /* */
71 /* #undef HAVE_STPCPY */
72
73 /* Define to 1 if you have the `strcasecmp' function. */
74 #define HAVE_STRCASECMP 1
75
76 /* Define to 1 if you have the `strcmpi' function. */
77 /* #undef HAVE_STRCMPI */
78
79 /* Define to 1 if you have the `stricmp' function. */
80 /* #undef HAVE_STRICMP */
81
82 /* Define to 1 if you have the <strings.h> header file. */
83 #define HAVE_STRINGS_H 1
84
85 /* Define to 1 if you have the <string.h> header file. */
86 #define HAVE_STRING_H 1
87
88 /* Define to 1 if you have the `strncasecmp' function. */
89 #define HAVE_STRNCASECMP 1
90
91 /* Define to 1 if you have the `strsep' function. */
92 #define HAVE_STRSEP 1
93
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #define HAVE_SYS_STAT_H 1
96
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #define HAVE_SYS_TYPES_H 1
99
100 /* Define to 1 if you have the `toascii' function. */
101 #define HAVE_TOASCII 1
102
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #define HAVE_UNISTD_H 1
105
106 /* Define to 1 if you have the `vsnprintf' function. */
107 #define HAVE_VSNPRINTF 1
108
109 /* Define to 1 if you have the `_stricmp' function. */
110 /* #undef HAVE__STRICMP */
111
112 /* Name of package */
113 #define PACKAGE "yasm"
114
115 /* Define to the address where bug reports for this package should be sent. */
116 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
117
118 /* Define to build version of this package. */
119 #define PACKAGE_BUILD "HEAD"
120
121 /* Define to internal version of this package. */
122 #define PACKAGE_INTVER "0.7.99"
123
124 /* Define to the full name of this package. */
125 #define PACKAGE_NAME "yasm"
126
127 /* Define to the full name and version of this package. */
128 #define PACKAGE_STRING "yasm HEAD"
129
130 /* Define to the one symbol short name of this package. */
131 #define PACKAGE_TARNAME "yasm"
132
133 /* Define to the version of this package. */
134 #define PACKAGE_VERSION "HEAD"
135
136 /* Define to 1 if the C compiler supports function prototypes. */
137 #define PROTOTYPES 1
138
139 /* The size of `char', as computed by sizeof. */
140 /* #undef SIZEOF_CHAR */
141
142 /* The size of `int', as computed by sizeof. */
143 /* #undef SIZEOF_INT */
144
145 /* The size of `long', as computed by sizeof. */
146 /* #undef SIZEOF_LONG */
147
148 /* The size of `short', as computed by sizeof. */
149 /* #undef SIZEOF_SHORT */
150
151 /* The size of `void*', as computed by sizeof. */
152 /* #undef SIZEOF_VOIDP */
153
154 /* Define to 1 if you have the ANSI C header files. */
155 #define STDC_HEADERS 1
156
157 /* Version number of package */
158 #define VERSION "HEAD"
159
160 /* Define if using the dmalloc debugging malloc package */
161 /* #undef WITH_DMALLOC */
162
163 /* Define like PROTOTYPES; this can be used by system headers. */
164 #define __PROTOTYPES 1
165
166 /* Define to empty if `const' does not conform to ANSI C. */
167 /* #undef const */
168
169 /* Define to `__inline__' or `__inline' if that's what the C compiler
170 calls it, or to nothing if 'inline' is not supported under any name. */
171 #ifndef __cplusplus
172 /* #undef inline */
173 #endif
174
175 /* Define to `unsigned int' if <sys/types.h> does not define. */
176 /* #undef size_t */
OLDNEW
« no previous file with comments | « third_party/yasm/source/config/linux/Makefile ('k') | third_party/yasm/source/config/linux/libyasm-stdint.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698