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 the full name of this package. */
111#define PACKAGE_NAME "yasm"
112
113/* Define to the full name and version of this package. */
114#define PACKAGE_STRING "yasm 1.2.0"
115
116/* Define to the one symbol short name of this package. */
117#define PACKAGE_TARNAME "yasm"
118
119/* Define to the home page for this package. */
120#define PACKAGE_URL ""
121
122/* Define to the version of this package. */
123#define PACKAGE_VERSION "1.2.0"
124
125/* Define to 1 if the C compiler supports function prototypes. */
126#define PROTOTYPES 1
127
128/* The size of `char', as computed by sizeof. */
129/* #undef SIZEOF_CHAR */
130
131/* The size of `int', as computed by sizeof. */
132/* #undef SIZEOF_INT */
133
134/* The size of `long', as computed by sizeof. */
135/* #undef SIZEOF_LONG */
136
137/* The size of `short', as computed by sizeof. */
138/* #undef SIZEOF_SHORT */
139
140/* The size of `void*', as computed by sizeof. */
141/* #undef SIZEOF_VOIDP */
142
143/* Define to 1 if you have the ANSI C header files. */
144#define STDC_HEADERS 1
145
146/* Version number of package */
147#define VERSION "1.2.0"
148
149/* Define if using the dmalloc debugging malloc package */
150/* #undef WITH_DMALLOC */
151
152/* Define like PROTOTYPES; this can be used by system headers. */
153#define __PROTOTYPES 1
154
155/* Define to empty if `const' does not conform to ANSI C. */
156/* #undef const */
157
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
163
164/* Define to `unsigned int' if <sys/types.h> does not define. */
165/* #undef size_t */
166