Xbase64 Class Library
3.1.2
xbase64
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 <memory.h> header file. */
20
#define HAVE_MEMORY_H 1
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 <stdlib.h> header file. */
26
#define HAVE_STDLIB_H 1
27
28
/* Define to 1 if you have the `strcasecmp' function. */
29
#define HAVE_STRCASECMP 1
30
31
/* Define to 1 if you have the <strings.h> header file. */
32
#define HAVE_STRINGS_H 1
33
34
/* Define to 1 if you have the <string.h> header file. */
35
#define HAVE_STRING_H 1
36
37
/* Define to 1 if you have the <sys/stat.h> header file. */
38
#define HAVE_SYS_STAT_H 1
39
40
/* Define to 1 if you have the <sys/types.h> header file. */
41
#define HAVE_SYS_TYPES_H 1
42
43
/* Define to 1 if you have the <unistd.h> header file. */
44
#define HAVE_UNISTD_H 1
45
46
/* Define to 1 if you have the `vsnprintf' function. */
47
#define HAVE_VSNPRINTF 1
48
49
/* Define to 1 if you have the `vsprintf' function. */
50
#define HAVE_VSPRINTF 1
51
52
/* Define to the sub-directory where libtool stores uninstalled libraries. */
53
#define LT_OBJDIR ".libs/"
54
55
/* Name of package */
56
#define PACKAGE "xbase64"
57
58
/* Define to the address where bug reports for this package should be sent. */
59
#define PACKAGE_BUGREPORT "xdb-devel@lists.sourceforge.net"
60
61
/* Define to the full name of this package. */
62
#define PACKAGE_NAME "xbase64"
63
64
/* Define to the full name and version of this package. */
65
#define PACKAGE_STRING "xbase64 3.1.2"
66
67
/* Define to the one symbol short name of this package. */
68
#define PACKAGE_TARNAME "xbase64"
69
70
/* Define to the home page for this package. */
71
#define PACKAGE_URL ""
72
73
/* Define to the version of this package. */
74
#define PACKAGE_VERSION "3.1.2"
75
76
#define PATH_SEPARATOR '/'
77
78
/* Define to 1 if you have the ANSI C header files. */
79
#define STDC_HEADERS 1
80
81
/* Enable extensions on AIX 3, Interix. */
82
#ifndef _ALL_SOURCE
83
# define _ALL_SOURCE 1
84
#endif
85
/* Enable GNU extensions on systems that have them. */
86
#ifndef _GNU_SOURCE
87
# define _GNU_SOURCE 1
88
#endif
89
/* Enable threading extensions on Solaris. */
90
#ifndef _POSIX_PTHREAD_SEMANTICS
91
# define _POSIX_PTHREAD_SEMANTICS 1
92
#endif
93
/* Enable extensions on HP NonStop. */
94
#ifndef _TANDEM_SOURCE
95
# define _TANDEM_SOURCE 1
96
#endif
97
/* Enable general extensions on Solaris. */
98
#ifndef __EXTENSIONS__
99
# define __EXTENSIONS__ 1
100
#endif
101
102
103
/* Version number of package */
104
#define VERSION "3.1.2"
105
106
/* XB_DEBUG */
107
#define XBASE_DEBUG 1
108
109
#define XB_DBT_BLOCK_SIZE 512
110
111
/* XB_EXPRESSIONS */
112
#define XB_EXPRESSIONS 1
113
114
/* XB_FILTERS */
115
#define XB_FILTERS 1
116
117
/* XB_INDEX_ANY */
118
#define XB_INDEX_ANY 1
119
120
/* XB_INDEX_NDX */
121
#define XB_INDEX_NDX 1
122
123
/* XB_INDEX_NTX */
124
#define XB_INDEX_NTX 1
125
126
/* XB_LARGEFILE_SUPPORT */
127
#define XB_LARGEFILE_SUPPORT 1
128
129
/* XB_LOCKING_ON */
130
#define XB_LOCKING_ON 1
131
132
/* XB_MEMO_FIELDS */
133
#define XB_MEMO_FIELDS 1
134
135
/* XB_REAL_DELETE */
136
#define XB_REAL_DELETE 1
137
138
/* Enable large inode numbers on Mac OS X 10.5. */
139
#ifndef _DARWIN_USE_64_BIT_INODE
140
# define _DARWIN_USE_64_BIT_INODE 1
141
#endif
142
143
/* Number of bits in a file offset, on hosts where this is settable. */
144
/* #undef _FILE_OFFSET_BITS */
145
146
/* Define for large files, on AIX-style hosts. */
147
/* #undef _LARGE_FILES */
148
149
/* Define to 1 if on MINIX. */
150
/* #undef _MINIX */
151
152
/* Define to 2 if the system does not provide POSIX.1 features except with
153
this defined. */
154
/* #undef _POSIX_1_SOURCE */
155
156
/* Define to 1 if you need to in order for `stat' and other things to work. */
157
/* #undef _POSIX_SOURCE */
Generated by
1.8.14