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 "gcc -E"
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/* #undef HAVE_DIRECT_H */
3245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
3345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `ftruncate' function. */
3445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_FTRUNCATE 1
3545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
3645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `getcwd' function. */
3745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_GETCWD 1
3845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
3945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* */
4045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_GETTEXT */
4145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
4245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the GNU C Library */
4345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_GNU_C_LIBRARY */
4445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
4545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the iconv() function. */
4645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_ICONV */
4745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
4845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <inttypes.h> header file. */
4945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_INTTYPES_H */
5045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
5145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* */
5245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_LC_MESSAGES */
5345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
5445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the <libgen.h> header file. */
5545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_LIBGEN_H */
5645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
5745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <memory.h> header file. */
5845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_MEMORY_H 1
5945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
6045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `mergesort function. */
6145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_MERGESORT */
6245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
6345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `popen' function. */
6445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_POPEN 1
6545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
6645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <stdint.h> header file. */
6745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STDINT_H 1
6845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
6945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <stdlib.h> header file. */
7045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STDLIB_H 1
7145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
7245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* */
7345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STPCPY 1
7445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
7545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `strcasecmp' function. */
7645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STRCASECMP 1
7745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
7845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `strcmpi' function. */
7945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STRCMPI */
8045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
8145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `stricmp' function. */
8245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_STRICMP */
8345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
8445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <strings.h> header file. */
8545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STRINGS_H 1
8645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
8745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <string.h> header file. */
8845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STRING_H 1
8945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
9045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `strncasecmp' function. */
9145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STRNCASECMP 1
9245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
9345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `strsep' function. */
9445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_STRSEP 1
9545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
9645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <sys/stat.h> header file. */
9745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_SYS_STAT_H 1
9845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
9945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <sys/types.h> header file. */
10045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_SYS_TYPES_H 1
10145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
10245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the `toascii' function. */
10345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_TOASCII 1
10445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
10545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the <unistd.h> header file. */
10645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define HAVE_UNISTD_H 1
10745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
10845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `vsnprintf' function. */
10945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE_VSNPRINTF */
11045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
11145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to 1 if you have the `_stricmp' function. */
11245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef HAVE__STRICMP */
11345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
11445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Name of package */
11545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PACKAGE "yasm"
11645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
11745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the address where bug reports for this package should be sent. */
11845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
11945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
12045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the full name of this package. */
12145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PACKAGE_NAME "yasm"
12245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
12345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the full name and version of this package. */
124c960eb11ccda80b10ed50be39df4f0663b371d1dhbono@chromium.org/*#define PACKAGE_STRING "yasm HEAD"*/
12545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
12645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the one symbol short name of this package. */
12745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PACKAGE_TARNAME "yasm"
12845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
12945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to the version of this package. */
130c960eb11ccda80b10ed50be39df4f0663b371d1dhbono@chromium.org/*#define PACKAGE_VERSION "HEAD"*/
13145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
13245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if the C compiler supports function prototypes. */
13345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define PROTOTYPES 1
13445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
13545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `char', as computed by sizeof. */
13645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_CHAR */
13745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
13845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `int', as computed by sizeof. */
13945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_INT */
14045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
14145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `long', as computed by sizeof. */
14245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_LONG */
14345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
14445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `short', as computed by sizeof. */
14545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_SHORT */
14645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
14745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* The size of a `void*', as computed by sizeof. */
14845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef SIZEOF_VOIDP */
14945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
15045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if you have the ANSI C header files. */
15145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define STDC_HEADERS 1
15245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
15345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Version number of package */
154c960eb11ccda80b10ed50be39df4f0663b371d1dhbono@chromium.org#define VERSION "HEAD"
15545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
15645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define if using the dmalloc debugging malloc package */
15745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef WITH_DMALLOC */
15845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
15945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define like PROTOTYPES; this can be used by system headers. */
16045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#define __PROTOTYPES 1
16145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
16245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to empty if `const' does not conform to ANSI C. */
16345afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef const */
16445afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
16545afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define as `__inline' if that's what the C compiler calls it, or to nothing
16645afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org   if it is not supported. */
16745afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#ifndef __cplusplus
16845afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef inline */
16945afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org#endif
17045afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org
17145afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* Define to `unsigned' if <sys/types.h> doesn't define. */
17245afe016bed87b9c6946184709058b39ede3f77ajwong@chromium.org/* #undef size_t */
173