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