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

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

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

Powered by Google App Engine
This is Rietveld 408576698