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