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 "gcc -E"
8 /* #undef ENABLE_NLS */
10 /* Define to 1 if you have the `abort' function. */
14 /* #undef HAVE_CATGETS */
16 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
17 CoreFoundation framework. */
18 #define HAVE_CFLOCALECOPYCURRENT 1
20 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
21 the CoreFoundation framework. */
22 #define HAVE_CFPREFERENCESCOPYAPPVALUE 1
24 /* Define if the GNU dcgettext() function is already present or preinstalled.
26 /* #undef HAVE_DCGETTEXT */
28 /* Define to 1 if you have the <direct.h> header file. */
29 /* #undef HAVE_DIRECT_H */
31 /* Define to 1 if you have the `ftruncate' function. */
32 #define HAVE_FTRUNCATE 1
34 /* Define to 1 if you have the `getcwd' function. */
38 /* #undef HAVE_GETTEXT */
40 /* Define to 1 if you have the GNU C Library */
41 /* #undef HAVE_GNU_C_LIBRARY */
43 /* Define if you have the iconv() function and it works. */
46 /* Define to 1 if you have the <inttypes.h> header file. */
47 #define HAVE_INTTYPES_H 1
50 /* #undef HAVE_LC_MESSAGES */
52 /* Define to 1 if you have the <libgen.h> header file. */
53 #define HAVE_LIBGEN_H 1
55 /* Define to 1 if you have the <memory.h> header file. */
56 #define HAVE_MEMORY_H 1
58 /* Define to 1 if you have the `mergesort' function. */
59 #define HAVE_MERGESORT 1
61 /* Define to 1 if you have the `popen' function. */
64 /* Define to 1 if you have the <stdint.h> header file. */
65 #define HAVE_STDINT_H 1
67 /* Define to 1 if you have the <stdlib.h> header file. */
68 #define HAVE_STDLIB_H 1
71 /* #undef HAVE_STPCPY */
73 /* Define to 1 if you have the `strcasecmp' function. */
74 #define HAVE_STRCASECMP 1
76 /* Define to 1 if you have the `strcmpi' function. */
77 /* #undef HAVE_STRCMPI */
79 /* Define to 1 if you have the `stricmp' function. */
80 /* #undef HAVE_STRICMP */
82 /* Define to 1 if you have the <strings.h> header file. */
83 #define HAVE_STRINGS_H 1
85 /* Define to 1 if you have the <string.h> header file. */
86 #define HAVE_STRING_H 1
88 /* Define to 1 if you have the `strncasecmp' function. */
89 #define HAVE_STRNCASECMP 1
91 /* Define to 1 if you have the `strsep' function. */
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #define HAVE_SYS_STAT_H 1
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #define HAVE_SYS_TYPES_H 1
100 /* Define to 1 if you have the `toascii' function. */
101 #define HAVE_TOASCII 1
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #define HAVE_UNISTD_H 1
106 /* Define to 1 if you have the `vsnprintf' function. */
107 #define HAVE_VSNPRINTF 1
109 /* Define to 1 if you have the `_stricmp' function. */
110 /* #undef HAVE__STRICMP */
112 /* Name of package */
113 #define PACKAGE "yasm"
115 /* Define to the address where bug reports for this package should be sent. */
116 #define PACKAGE_BUGREPORT "bug-yasm@tortall.net"
118 /* Define to the full name of this package. */
119 #define PACKAGE_NAME "yasm"
121 /* Define to the full name and version of this package. */
122 #define PACKAGE_STRING "yasm 1.2.0"
124 /* Define to the one symbol short name of this package. */
125 #define PACKAGE_TARNAME "yasm"
127 /* Define to the home page for this package. */
128 #define PACKAGE_URL ""
130 /* Define to the version of this package. */
131 #define PACKAGE_VERSION "1.2.0"
133 /* Define to 1 if the C compiler supports function prototypes. */
136 /* The size of `char', as computed by sizeof. */
137 /* #undef SIZEOF_CHAR */
139 /* The size of `int', as computed by sizeof. */
140 /* #undef SIZEOF_INT */
142 /* The size of `long', as computed by sizeof. */
143 /* #undef SIZEOF_LONG */
145 /* The size of `short', as computed by sizeof. */
146 /* #undef SIZEOF_SHORT */
148 /* The size of `void*', as computed by sizeof. */
149 /* #undef SIZEOF_VOIDP */
151 /* Define to 1 if you have the ANSI C header files. */
152 #define STDC_HEADERS 1
154 /* Version number of package */
155 #define VERSION "1.2.0"
157 /* Define if using the dmalloc debugging malloc package */
158 /* #undef WITH_DMALLOC */
160 /* Define like PROTOTYPES; this can be used by system headers. */
161 #define __PROTOTYPES 1
163 /* Define to empty if `const' does not conform to ANSI C. */
166 /* Define to `__inline__' or `__inline' if that's what the C compiler
167 calls it, or to nothing if 'inline' is not supported under any name. */
172 /* Define to `unsigned int' if <sys/types.h> does not define. */