]> gerrit.simantics Code Review - simantics/fmil.git/blob - org.simantics.fmil.core/native/FMILibrary/ThirdParty/c99_snprintf/c99-snprintf_1.1/config.h.in
Add FMILibrary-2.0.3 to org.simantics.fmil.core\native.
[simantics/fmil.git] / org.simantics.fmil.core / native / FMILibrary / ThirdParty / c99_snprintf / c99-snprintf_1.1 / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define to 1 if you have the `asprintf' function. */
4 #undef HAVE_ASPRINTF
5
6 /* Define to 1 if the system has the type `intmax_t'. */
7 #undef HAVE_INTMAX_T
8
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
11
12 /* Define to 1 if you have the `localeconv' function. */
13 #undef HAVE_LOCALECONV
14
15 /* Define to 1 if you have the <locale.h> header file. */
16 #undef HAVE_LOCALE_H
17
18 /* Define to 1 if the system has the type `long double'. */
19 #undef HAVE_LONG_DOUBLE
20
21 /* Define to 1 if the system has the type `long long int'. */
22 #undef HAVE_LONG_LONG_INT
23
24 /* Define to 1 if you have the <memory.h> header file. */
25 #undef HAVE_MEMORY_H
26
27 /* Define to 1 if the system has the type `ptrdiff_t'. */
28 #undef HAVE_PTRDIFF_T
29
30 /* Define to 1 if you have a C99 compliant `snprintf' function. */
31 #undef HAVE_SNPRINTF
32
33 /* Define to 1 if you have the <stdarg.h> header file. */
34 #undef HAVE_STDARG_H
35
36 /* Define to 1 if you have the <stddef.h> header file. */
37 #undef HAVE_STDDEF_H
38
39 /* Define to 1 if you have the <stdint.h> header file. */
40 #undef HAVE_STDINT_H
41
42 /* Define to 1 if you have the <stdlib.h> header file. */
43 #undef HAVE_STDLIB_H
44
45 /* Define to 1 if you have the <strings.h> header file. */
46 #undef HAVE_STRINGS_H
47
48 /* Define to 1 if you have the <string.h> header file. */
49 #undef HAVE_STRING_H
50
51 /* Define to 1 if `decimal_point' is member of `struct lconv'. */
52 #undef HAVE_STRUCT_LCONV_DECIMAL_POINT
53
54 /* Define to 1 if `thousands_sep' is member of `struct lconv'. */
55 #undef HAVE_STRUCT_LCONV_THOUSANDS_SEP
56
57 /* Define to 1 if you have the <sys/stat.h> header file. */
58 #undef HAVE_SYS_STAT_H
59
60 /* Define to 1 if you have the <sys/types.h> header file. */
61 #undef HAVE_SYS_TYPES_H
62
63 /* Define to 1 if the system has the type `uintmax_t'. */
64 #undef HAVE_UINTMAX_T
65
66 /* Define to 1 if the system has the type `uintptr_t'. */
67 #undef HAVE_UINTPTR_T
68
69 /* Define to 1 if you have the <unistd.h> header file. */
70 #undef HAVE_UNISTD_H
71
72 /* Define to 1 if the system has the type `unsigned long long int'. */
73 #undef HAVE_UNSIGNED_LONG_LONG_INT
74
75 /* Define to 1 if you have the <varargs.h> header file. */
76 #undef HAVE_VARARGS_H
77
78 /* Define to 1 if you have the `vasprintf' function. */
79 #undef HAVE_VASPRINTF
80
81 /* Define to 1 if you have the `va_copy' function or macro. */
82 #undef HAVE_VA_COPY
83
84 /* Define to 1 if you have a C99 compliant `vsnprintf' function. */
85 #undef HAVE_VSNPRINTF
86
87 /* Define to 1 if you have the `__va_copy' function or macro. */
88 #undef HAVE___VA_COPY
89
90 /* Name of package */
91 #undef PACKAGE
92
93 /* Define to the address where bug reports for this package should be sent. */
94 #undef PACKAGE_BUGREPORT
95
96 /* Define to the full name of this package. */
97 #undef PACKAGE_NAME
98
99 /* Define to the full name and version of this package. */
100 #undef PACKAGE_STRING
101
102 /* Define to the one symbol short name of this package. */
103 #undef PACKAGE_TARNAME
104
105 /* Define to the version of this package. */
106 #undef PACKAGE_VERSION
107
108 /* Define to 1 if you have the ANSI C header files. */
109 #undef STDC_HEADERS
110
111 /* Version number of package */
112 #undef VERSION
113
114 /* Define to rpl_asprintf if the replacement function should be used. */
115 #undef asprintf
116
117 /* Define to empty if `const' does not conform to ANSI C. */
118 #undef const
119
120 /* Define to the widest signed integer type if <stdint.h> and <inttypes.h> do
121    not define. */
122 #undef intmax_t
123
124 /* Define to `unsigned int' if <sys/types.h> does not define. */
125 #undef size_t
126
127 /* Define to rpl_snprintf if the replacement function should be used. */
128 #undef snprintf
129
130 /* Define to the widest unsigned integer type if <stdint.h> and <inttypes.h>
131    do not define. */
132 #undef uintmax_t
133
134 /* Define to the type of an unsigned integer type wide enough to hold a
135    pointer, if such a type exists, and if the system does not define it. */
136 #undef uintptr_t
137
138 /* Define to rpl_vasprintf if the replacement function should be used. */
139 #undef vasprintf
140
141 /* Define to rpl_vsnprintf if the replacement function should be used. */
142 #undef vsnprintf