00001 /* xbase64/xbconfig.h. Generated from xbconfig.in by configure. */ 00002 /* xbase64/xbconfig.in. Generated from configure.in by autoheader. */ 00003 00004 /* Define to 1 if you have the <dlfcn.h> header file. */ 00005 #define HAVE_DLFCN_H 1 00006 00007 /* Define to 1 if you have the <fcntl.h> header file. */ 00008 #define HAVE_FCNTL_H 1 00009 00010 /* Define to 1 if you have the `fseeko' function. */ 00011 #define HAVE_FSEEKO 1 00012 00013 /* Define to 1 if you have the `ftello' function. */ 00014 #define HAVE_FTELLO 1 00015 00016 /* Define to 1 if you have the <inttypes.h> header file. */ 00017 #define HAVE_INTTYPES_H 1 00018 00019 /* Define to 1 if you have the <memory.h> header file. */ 00020 #define HAVE_MEMORY_H 1 00021 00022 /* Define to 1 if you have the <stdint.h> header file. */ 00023 #define HAVE_STDINT_H 1 00024 00025 /* Define to 1 if you have the <stdlib.h> header file. */ 00026 #define HAVE_STDLIB_H 1 00027 00028 /* Define to 1 if you have the `strcasecmp' function. */ 00029 #define HAVE_STRCASECMP 1 00030 00031 /* Define to 1 if you have the <strings.h> header file. */ 00032 #define HAVE_STRINGS_H 1 00033 00034 /* Define to 1 if you have the <string.h> header file. */ 00035 #define HAVE_STRING_H 1 00036 00037 /* Define to 1 if you have the <sys/stat.h> header file. */ 00038 #define HAVE_SYS_STAT_H 1 00039 00040 /* Define to 1 if you have the <sys/types.h> header file. */ 00041 #define HAVE_SYS_TYPES_H 1 00042 00043 /* Define to 1 if you have the <unistd.h> header file. */ 00044 #define HAVE_UNISTD_H 1 00045 00046 /* Define to 1 if you have the `vsnprintf' function. */ 00047 #define HAVE_VSNPRINTF 1 00048 00049 /* Define to 1 if you have the `vsprintf' function. */ 00050 #define HAVE_VSPRINTF 1 00051 00052 /* Define to the sub-directory in which libtool stores uninstalled libraries. 00053 */ 00054 #define LT_OBJDIR ".libs/" 00055 00056 /* Name of package */ 00057 #define PACKAGE "xbase64" 00058 00059 /* Define to the address where bug reports for this package should be sent. */ 00060 #define PACKAGE_BUGREPORT "xdb-devel@lists.sourceforge.net" 00061 00062 /* Define to the full name of this package. */ 00063 #define PACKAGE_NAME "xbase64" 00064 00065 /* Define to the full name and version of this package. */ 00066 #define PACKAGE_STRING "xbase64 3.1.2" 00067 00068 /* Define to the one symbol short name of this package. */ 00069 #define PACKAGE_TARNAME "xbase64" 00070 00071 /* Define to the version of this package. */ 00072 #define PACKAGE_VERSION "3.1.2" 00073 00074 #define PATH_SEPARATOR '/' 00075 00076 /* Define to 1 if you have the ANSI C header files. */ 00077 #define STDC_HEADERS 1 00078 00079 /* Enable extensions on AIX 3, Interix. */ 00080 #ifndef _ALL_SOURCE 00081 # define _ALL_SOURCE 1 00082 #endif 00083 /* Enable GNU extensions on systems that have them. */ 00084 #ifndef _GNU_SOURCE 00085 # define _GNU_SOURCE 1 00086 #endif 00087 /* Enable threading extensions on Solaris. */ 00088 #ifndef _POSIX_PTHREAD_SEMANTICS 00089 # define _POSIX_PTHREAD_SEMANTICS 1 00090 #endif 00091 /* Enable extensions on HP NonStop. */ 00092 #ifndef _TANDEM_SOURCE 00093 # define _TANDEM_SOURCE 1 00094 #endif 00095 /* Enable general extensions on Solaris. */ 00096 #ifndef __EXTENSIONS__ 00097 # define __EXTENSIONS__ 1 00098 #endif 00099 00100 00101 /* Version number of package */ 00102 #define VERSION "3.1.2" 00103 00104 /* XB_DEBUG */ 00105 #define XBASE_DEBUG 1 00106 00107 #define XB_DBT_BLOCK_SIZE 512 00108 00109 /* XB_EXPRESSIONS */ 00110 #define XB_EXPRESSIONS 1 00111 00112 /* XB_FILTERS */ 00113 #define XB_FILTERS 1 00114 00115 /* XB_INDEX_ANY */ 00116 #define XB_INDEX_ANY 1 00117 00118 /* XB_INDEX_NDX */ 00119 #define XB_INDEX_NDX 1 00120 00121 /* XB_INDEX_NTX */ 00122 #define XB_INDEX_NTX 1 00123 00124 /* XB_LARGEFILE_SUPPORT */ 00125 #define XB_LARGEFILE_SUPPORT 1 00126 00127 /* XB_LOCKING_ON */ 00128 #define XB_LOCKING_ON 1 00129 00130 /* XB_MEMO_FIELDS */ 00131 #define XB_MEMO_FIELDS 1 00132 00133 /* XB_REAL_DELETE */ 00134 #define XB_REAL_DELETE 1 00135 00136 /* Number of bits in a file offset, on hosts where this is settable. */ 00137 /* #undef _FILE_OFFSET_BITS */ 00138 00139 /* Define for large files, on AIX-style hosts. */ 00140 /* #undef _LARGE_FILES */ 00141 00142 /* Define to 1 if on MINIX. */ 00143 /* #undef _MINIX */ 00144 00145 /* Define to 2 if the system does not provide POSIX.1 features except with 00146 this defined. */ 00147 /* #undef _POSIX_1_SOURCE */ 00148 00149 /* Define to 1 if you need to in order for `stat' and other things to work. */ 00150 /* #undef _POSIX_SOURCE */