Remove support for specifying version on command line.
[chromium-blink-merge.git] / third_party / yasm / source / config / openbsd / config.h
blob4f742881c825fd0e8ab1a15b07b0d9873cf1d517
1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Command name to run C preprocessor */
5 #define CPP_PROG "cc -E"
7 /* */
8 /* #undef ENABLE_NLS */
10 /* Define to 1 if you have the `abort' function. */
11 #define HAVE_ABORT 1
13 /* */
14 /* #undef HAVE_CATGETS */
16 /* Define if the GNU dcgettext() function is already present or preinstalled.
18 /* #undef HAVE_DCGETTEXT */
20 /* Define to 1 if you have the <direct.h> header file. */
21 /* #undef HAVE_DIRECT_H */
23 /* Define to 1 if you have the `ftruncate' function. */
24 #define HAVE_FTRUNCATE 1
26 /* Define to 1 if you have the `getcwd' function. */
27 #define HAVE_GETCWD 1
29 /* */
30 /* #undef HAVE_GETTEXT */
32 /* Define to 1 if you have the GNU C Library */
33 /* #undef HAVE_GNU_C_LIBRARY */
35 /* Define if you have the iconv() function and it works. */
36 /* #undef HAVE_ICONV */
38 /* Define to 1 if you have the <inttypes.h> header file. */
39 #define HAVE_INTTYPES_H 1
41 /* */
42 /* #undef HAVE_LC_MESSAGES */
44 /* Define to 1 if you have the <libgen.h> header file. */
45 #define HAVE_LIBGEN_H 1
47 /* Define to 1 if you have the <memory.h> header file. */
48 #define HAVE_MEMORY_H 1
50 /* Define to 1 if you have the `mergesort' function. */
51 #define HAVE_MERGESORT 1
53 /* Define to 1 if you have the `popen' function. */
54 #define HAVE_POPEN 1
56 /* Define to 1 if you have the <stdint.h> header file. */
57 #define HAVE_STDINT_H 1
59 /* Define to 1 if you have the <stdlib.h> header file. */
60 #define HAVE_STDLIB_H 1
62 /* */
63 /* #undef HAVE_STPCPY */
65 /* Define to 1 if you have the `strcasecmp' function. */
66 #define HAVE_STRCASECMP 1
68 /* Define to 1 if you have the `strcmpi' function. */
69 /* #undef HAVE_STRCMPI */
71 /* Define to 1 if you have the `stricmp' function. */
72 /* #undef HAVE_STRICMP */
74 /* Define to 1 if you have the <strings.h> header file. */
75 #define HAVE_STRINGS_H 1
77 /* Define to 1 if you have the <string.h> header file. */
78 #define HAVE_STRING_H 1
80 /* Define to 1 if you have the `strncasecmp' function. */
81 #define HAVE_STRNCASECMP 1
83 /* Define to 1 if you have the `strsep' function. */
84 #define HAVE_STRSEP 1
86 /* Define to 1 if you have the <sys/stat.h> header file. */
87 #define HAVE_SYS_STAT_H 1
89 /* Define to 1 if you have the <sys/types.h> header file. */
90 #define HAVE_SYS_TYPES_H 1
92 /* Define to 1 if you have the `toascii' function. */
93 #define HAVE_TOASCII 1
95 /* Define to 1 if you have the <unistd.h> header file. */
96 #define HAVE_UNISTD_H 1
98 /* Define to 1 if you have the `vsnprintf' function. */
99 #define HAVE_VSNPRINTF 1
101 /* Define to 1 if you have the `_stricmp' function. */
102 /* #undef HAVE__STRICMP */
104 /* Name of package */
105 #define PACKAGE "yasm"
107 /* Define to the address where bug reports for this package should be sent. */
108 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
110 /* Define to the full name of this package. */
111 #define PACKAGE_NAME "yasm"
113 /* Define to the full name and version of this package. */
114 #define PACKAGE_STRING "yasm 1.2.0"
116 /* Define to the one symbol short name of this package. */
117 #define PACKAGE_TARNAME "yasm"
119 /* Define to the home page for this package. */
120 #define PACKAGE_URL ""
122 /* Define to the version of this package. */
123 #define PACKAGE_VERSION "1.2.0"
125 /* Define to 1 if the C compiler supports function prototypes. */
126 #define PROTOTYPES 1
128 /* The size of `char', as computed by sizeof. */
129 /* #undef SIZEOF_CHAR */
131 /* The size of `int', as computed by sizeof. */
132 /* #undef SIZEOF_INT */
134 /* The size of `long', as computed by sizeof. */
135 /* #undef SIZEOF_LONG */
137 /* The size of `short', as computed by sizeof. */
138 /* #undef SIZEOF_SHORT */
140 /* The size of `void*', as computed by sizeof. */
141 /* #undef SIZEOF_VOIDP */
143 /* Define to 1 if you have the ANSI C header files. */
144 #define STDC_HEADERS 1
146 /* Version number of package */
147 #define VERSION "1.2.0"
149 /* Define if using the dmalloc debugging malloc package */
150 /* #undef WITH_DMALLOC */
152 /* Define like PROTOTYPES; this can be used by system headers. */
153 #define __PROTOTYPES 1
155 /* Define to empty if `const' does not conform to ANSI C. */
156 /* #undef const */
158 /* Define to `__inline__' or `__inline' if that's what the C compiler
159 calls it, or to nothing if 'inline' is not supported under any name. */
160 #ifndef __cplusplus
161 /* #undef inline */
162 #endif
164 /* Define to `unsigned int' if <sys/types.h> does not define. */
165 /* #undef size_t */