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