1c960eb11ccda80b10ed50be39df4f0663b371d1dhbono@chromium.org#include "YASM-VERSION.h"
245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define yasm__splitpath(path, tail)     yasm__splitpath_win(path, tail)
345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define yasm__abspath(path)             yasm__abspath_win(path)
445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define yasm__combpath(from, to)        yasm__combpath_win(from, to)
545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Command name to run C preprocessor */
745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define CPP_PROG "cpp"
845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* */
1045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef ENABLE_NLS */
1145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
1245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `abort' function. */
1345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_ABORT 1
1445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
1545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* */
1645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_CATGETS */
1745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
1845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
1945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org   CoreFoundation framework. */
2045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_CFLOCALECOPYCURRENT */
2145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
2245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
2345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org   the CoreFoundation framework. */
2445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
2545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
2645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if the GNU dcgettext() function is already present or preinstalled.
2745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org   */
2845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_DCGETTEXT */
2945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
3045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the <direct.h> header file. */
3145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_DIRECT_H 1
3245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
3345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `getcwd' function. */
3445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_GETCWD 1
3545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
3645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* */
3745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_GETTEXT */
3845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
3945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the GNU C Library */
4045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_GNU_C_LIBRARY */
4145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
4245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the iconv() function. */
4345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_ICONV */
4445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
4545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <inttypes.h> header file. */
4645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_INTTYPES_H */
4745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
4845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* */
4945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_LC_MESSAGES */
5045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
5145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the <libgen.h> header file. */
5245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_LIBGEN_H */
5345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
5445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <memory.h> header file. */
5545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_MEMORY_H */
5645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
5745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `mergesort' function. */
5845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_MERGESORT */
5945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
6045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `popen' function. */
6145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_POPEN */
6245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
6345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <stdint.h> header file. */
6445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STDINT_H */
6545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
6645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <stdlib.h> header file. */
6745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STDLIB_H 1
6845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
6945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* */
7045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STPCPY */
7145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
7245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `strcasecmp' function. */
7345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STRCASECMP */
7445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
7545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `strcmpi' function. */
7645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STRCMPI */
7745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
7845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `stricmp' function. */
7945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undefine HAVE_STRICMP */
8045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
8145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <strings.h> header file. */
8245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STRINGS_H */
8345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
8445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <string.h> header file. */
8545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STRING_H 1
8645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
8745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `strncasecmp' function. */
8845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STRNCASECMP */
8945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
9045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `strsep' function. */
9145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STRSEP */
9245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
9345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <sys/stat.h> header file. */
9445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_SYS_STAT_H */
9545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
9645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <sys/types.h> header file. */
9745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_SYS_TYPES_H 1
9845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
9945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `toascii' function. */
10045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_TOASCII 1
10145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define toascii __toascii
10245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
10345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <unistd.h> header file. */
10445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_UNISTD_H */
10545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
10645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `vsnprintf' function. */
10745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_VSNPRINTF */
10845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
10945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `_stricmp' function. */
11045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE__STRICMP 1
11145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
11245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Name of package */
11345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PACKAGE "yasm"
11445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
11545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the address where bug reports for this package should be sent. */
11645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
11745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
11845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the full name of this package. */
11945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PACKAGE_NAME "yasm"
12045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
12145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the full name and version of this package. */
122c960eb11ccda80b10ed50be39df4f0663b371d1dhbono@chromium.org/*#define PACKAGE_STRING "yasm HEAD"*/
12345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
12445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the one symbol short name of this package. */
12545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PACKAGE_TARNAME "yasm"
12645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
12745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the version of this package. */
128c960eb11ccda80b10ed50be39df4f0663b371d1dhbono@chromium.org/*#define PACKAGE_VERSION "HEAD"*/
12945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
13045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if the C compiler supports function prototypes. */
13145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PROTOTYPES 1
13245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
13345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `char', as computed by sizeof. */
13445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_CHAR */
13545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
13645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `int', as computed by sizeof. */
13745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_INT */
13845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
13945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `long', as computed by sizeof. */
14045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_LONG */
14145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
14245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `short', as computed by sizeof. */
14345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_SHORT */
14445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
14545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `void*', as computed by sizeof. */
14645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_VOIDP */
14745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
14845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the ANSI C header files. */
14945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define STDC_HEADERS 1
15045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
15145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Version number of package */
152c960eb11ccda80b10ed50be39df4f0663b371d1dhbono@chromium.org#define VERSION "HEAD"
15345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
15445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if using the dmalloc debugging malloc package */
15545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef WITH_DMALLOC */
15645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
15745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define like PROTOTYPES; this can be used by system headers. */
15845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define __PROTOTYPES 1
15945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
16045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to empty if `const' does not conform to ANSI C. */
16145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef const */
16245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
16345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define as `__inline' if that's what the C compiler calls it, or to nothing
16445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org   if it is not supported. */
16545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#ifndef __cplusplus
16645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef inline */
16745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#endif
16845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
16945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to `unsigned' if <sys/types.h> doesn't define. */
17045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef size_t */
171