Xbase64 Class Library
3.1.2
xbconfig.h
Go to the documentation of this file.
1
/* xbase64/xbconfig.h. Generated from xbconfig.in by configure. */
2
/* xbase64/xbconfig.in. Generated from configure.in by autoheader. */
3
4
/* Define to 1 if you have the <dlfcn.h> header file. */
5
#define HAVE_DLFCN_H 1
6
7
/* Define to 1 if you have the <fcntl.h> header file. */
8
#define HAVE_FCNTL_H 1
9
10
/* Define to 1 if you have the 'fseeko' function. */
11
#define HAVE_FSEEKO 1
12
13
/* Define to 1 if you have the 'ftello' function. */
14
#define HAVE_FTELLO 1
15
16
/* Define to 1 if you have the <inttypes.h> header file. */
17
#define HAVE_INTTYPES_H 1
18
19
/* Define to 1 if you have the <minix/config.h> header file. */
20
/* #undef HAVE_MINIX_CONFIG_H */
21
22
/* Define to 1 if you have the <stdint.h> header file. */
23
#define HAVE_STDINT_H 1
24
25
/* Define to 1 if you have the <stdio.h> header file. */
26
#define HAVE_STDIO_H 1
27
28
/* Define to 1 if you have the <stdlib.h> header file. */
29
#define HAVE_STDLIB_H 1
30
31
/* Define to 1 if you have the 'strcasecmp' function. */
32
#define HAVE_STRCASECMP 1
33
34
/* Define to 1 if you have the <strings.h> header file. */
35
#define HAVE_STRINGS_H 1
36
37
/* Define to 1 if you have the <string.h> header file. */
38
#define HAVE_STRING_H 1
39
40
/* Define to 1 if you have the <sys/stat.h> header file. */
41
#define HAVE_SYS_STAT_H 1
42
43
/* Define to 1 if you have the <sys/types.h> header file. */
44
#define HAVE_SYS_TYPES_H 1
45
46
/* Define to 1 if you have the <unistd.h> header file. */
47
#define HAVE_UNISTD_H 1
48
49
/* Define to 1 if you have the 'vsnprintf' function. */
50
#define HAVE_VSNPRINTF 1
51
52
/* Define to 1 if you have the 'vsprintf' function. */
53
#define HAVE_VSPRINTF 1
54
55
/* Define to 1 if you have the <wchar.h> header file. */
56
#define HAVE_WCHAR_H 1
57
58
/* Define to the sub-directory where libtool stores uninstalled libraries. */
59
#define LT_OBJDIR ".libs/"
60
61
/* Name of package */
62
#define PACKAGE "xbase64"
63
64
/* Define to the address where bug reports for this package should be sent. */
65
#define PACKAGE_BUGREPORT "xdb-devel@lists.sourceforge.net"
66
67
/* Define to the full name of this package. */
68
#define PACKAGE_NAME "xbase64"
69
70
/* Define to the full name and version of this package. */
71
#define PACKAGE_STRING "xbase64 3.1.2"
72
73
/* Define to the one symbol short name of this package. */
74
#define PACKAGE_TARNAME "xbase64"
75
76
/* Define to the home page for this package. */
77
#define PACKAGE_URL ""
78
79
/* Define to the version of this package. */
80
#define PACKAGE_VERSION "3.1.2"
81
82
#define PATH_SEPARATOR '/'
83
84
/* Define to 1 if all of the C89 standard headers exist (not just the ones
85
required in a freestanding environment). This macro is provided for
86
backward compatibility; new code need not use it. */
87
#define STDC_HEADERS 1
88
89
/* Enable extensions on AIX, Interix, z/OS. */
90
#ifndef _ALL_SOURCE
91
# define _ALL_SOURCE 1
92
#endif
93
/* Enable extensions on Cosmopolitan Libc. */
94
#ifndef _COSMO_SOURCE
95
# define _COSMO_SOURCE 1
96
#endif
97
/* Enable general extensions on macOS. */
98
#ifndef _DARWIN_C_SOURCE
99
# define _DARWIN_C_SOURCE 1
100
#endif
101
/* Enable general extensions on Solaris. */
102
#ifndef __EXTENSIONS__
103
# define __EXTENSIONS__ 1
104
#endif
105
/* Enable GNU extensions on systems that have them. */
106
#ifndef _GNU_SOURCE
107
# define _GNU_SOURCE 1
108
#endif
109
/* Enable X/Open compliant socket functions that do not require linking
110
with -lxnet on HP-UX 11.11. */
111
#ifndef _HPUX_ALT_XOPEN_SOCKET_API
112
# define _HPUX_ALT_XOPEN_SOCKET_API 1
113
#endif
114
/* Identify the host operating system as Minix.
115
This macro does not affect the system headers' behavior.
116
A future release of Autoconf may stop defining this macro. */
117
#ifndef _MINIX
118
/* # undef _MINIX */
119
#endif
120
/* Enable general extensions on NetBSD.
121
Enable NetBSD compatibility extensions on Minix. */
122
#ifndef _NETBSD_SOURCE
123
# define _NETBSD_SOURCE 1
124
#endif
125
/* Enable OpenBSD compatibility extensions on NetBSD.
126
Oddly enough, this does nothing on OpenBSD. */
127
#ifndef _OPENBSD_SOURCE
128
# define _OPENBSD_SOURCE 1
129
#endif
130
/* Define to 1 if needed for POSIX-compatible behavior. */
131
#ifndef _POSIX_SOURCE
132
/* # undef _POSIX_SOURCE */
133
#endif
134
/* Define to 2 if needed for POSIX-compatible behavior. */
135
#ifndef _POSIX_1_SOURCE
136
/* # undef _POSIX_1_SOURCE */
137
#endif
138
/* Enable POSIX-compatible threading on Solaris. */
139
#ifndef _POSIX_PTHREAD_SEMANTICS
140
# define _POSIX_PTHREAD_SEMANTICS 1
141
#endif
142
/* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
143
#ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
144
# define __STDC_WANT_IEC_60559_ATTRIBS_EXT__ 1
145
#endif
146
/* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
147
#ifndef __STDC_WANT_IEC_60559_BFP_EXT__
148
# define __STDC_WANT_IEC_60559_BFP_EXT__ 1
149
#endif
150
/* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
151
#ifndef __STDC_WANT_IEC_60559_DFP_EXT__
152
# define __STDC_WANT_IEC_60559_DFP_EXT__ 1
153
#endif
154
/* Enable extensions specified by C23 Annex F. */
155
#ifndef __STDC_WANT_IEC_60559_EXT__
156
# define __STDC_WANT_IEC_60559_EXT__ 1
157
#endif
158
/* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
159
#ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
160
# define __STDC_WANT_IEC_60559_FUNCS_EXT__ 1
161
#endif
162
/* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
163
#ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
164
# define __STDC_WANT_IEC_60559_TYPES_EXT__ 1
165
#endif
166
/* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
167
#ifndef __STDC_WANT_LIB_EXT2__
168
# define __STDC_WANT_LIB_EXT2__ 1
169
#endif
170
/* Enable extensions specified by ISO/IEC 24747:2009. */
171
#ifndef __STDC_WANT_MATH_SPEC_FUNCS__
172
# define __STDC_WANT_MATH_SPEC_FUNCS__ 1
173
#endif
174
/* Enable extensions on HP NonStop. */
175
#ifndef _TANDEM_SOURCE
176
# define _TANDEM_SOURCE 1
177
#endif
178
/* Enable X/Open extensions. Define to 500 only if necessary
179
to make mbstate_t available. */
180
#ifndef _XOPEN_SOURCE
181
/* # undef _XOPEN_SOURCE */
182
#endif
183
184
185
/* Version number of package */
186
#define VERSION "3.1.2"
187
188
/* XB_DEBUG */
189
#define XBASE_DEBUG 1
190
191
#define XB_DBT_BLOCK_SIZE 512
192
193
/* XB_EXPRESSIONS */
194
#define XB_EXPRESSIONS 1
195
196
/* XB_FILTERS */
197
#define XB_FILTERS 1
198
199
/* XB_INDEX_ANY */
200
#define XB_INDEX_ANY 1
201
202
/* XB_INDEX_NDX */
203
#define XB_INDEX_NDX 1
204
205
/* XB_INDEX_NTX */
206
#define XB_INDEX_NTX 1
207
208
/* XB_LARGEFILE_SUPPORT */
209
#define XB_LARGEFILE_SUPPORT 1
210
211
/* XB_LOCKING_ON */
212
#define XB_LOCKING_ON 1
213
214
/* XB_MEMO_FIELDS */
215
#define XB_MEMO_FIELDS 1
216
217
/* XB_REAL_DELETE */
218
#define XB_REAL_DELETE 1
219
220
/* Number of bits in a file offset, on hosts where this is settable. */
221
#define _FILE_OFFSET_BITS 64
222
223
/* Define to 1 on platforms where this makes off_t a 64-bit type. */
224
/* #undef _LARGE_FILES */
225
226
/* Number of bits in time_t, on hosts where this is settable. */
227
/* #undef _TIME_BITS */
228
229
/* Define to 1 on platforms where this makes time_t a 64-bit type. */
230
/* #undef __MINGW_USE_VC2005_COMPAT */
xbase64
xbconfig.h
Generated by
1.16.1