Xbase64 Class Library 3.1.2

xbconfig.h

Go to the documentation of this file.
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 home page for this package. */
00072 #define PACKAGE_URL ""
00073 
00074 /* Define to the version of this package. */
00075 #define PACKAGE_VERSION "3.1.2"
00076 
00077 #define PATH_SEPARATOR '/'
00078 
00079 /* Define to 1 if you have the ANSI C header files. */
00080 #define STDC_HEADERS 1
00081 
00082 /* Enable extensions on AIX 3, Interix.  */
00083 #ifndef _ALL_SOURCE
00084 # define _ALL_SOURCE 1
00085 #endif
00086 /* Enable GNU extensions on systems that have them.  */
00087 #ifndef _GNU_SOURCE
00088 # define _GNU_SOURCE 1
00089 #endif
00090 /* Enable threading extensions on Solaris.  */
00091 #ifndef _POSIX_PTHREAD_SEMANTICS
00092 # define _POSIX_PTHREAD_SEMANTICS 1
00093 #endif
00094 /* Enable extensions on HP NonStop.  */
00095 #ifndef _TANDEM_SOURCE
00096 # define _TANDEM_SOURCE 1
00097 #endif
00098 /* Enable general extensions on Solaris.  */
00099 #ifndef __EXTENSIONS__
00100 # define __EXTENSIONS__ 1
00101 #endif
00102 
00103 
00104 /* Version number of package */
00105 #define VERSION "3.1.2"
00106 
00107 /* XB_DEBUG */
00108 #define XBASE_DEBUG 1
00109 
00110 #define XB_DBT_BLOCK_SIZE 512
00111 
00112 /* XB_EXPRESSIONS */
00113 #define XB_EXPRESSIONS 1
00114 
00115 /* XB_FILTERS */
00116 #define XB_FILTERS 1
00117 
00118 /* XB_INDEX_ANY */
00119 #define XB_INDEX_ANY 1
00120 
00121 /* XB_INDEX_NDX */
00122 #define XB_INDEX_NDX 1
00123 
00124 /* XB_INDEX_NTX */
00125 #define XB_INDEX_NTX 1
00126 
00127 /* XB_LARGEFILE_SUPPORT */
00128 #define XB_LARGEFILE_SUPPORT 1
00129 
00130 /* XB_LOCKING_ON */
00131 #define XB_LOCKING_ON 1
00132 
00133 /* XB_MEMO_FIELDS */
00134 #define XB_MEMO_FIELDS 1
00135 
00136 /* XB_REAL_DELETE */
00137 #define XB_REAL_DELETE 1
00138 
00139 /* Number of bits in a file offset, on hosts where this is settable. */
00140 #define _FILE_OFFSET_BITS 64
00141 
00142 /* Define for large files, on AIX-style hosts. */
00143 /* #undef _LARGE_FILES */
00144 
00145 /* Define to 1 if on MINIX. */
00146 /* #undef _MINIX */
00147 
00148 /* Define to 2 if the system does not provide POSIX.1 features except with
00149    this defined. */
00150 /* #undef _POSIX_1_SOURCE */
00151 
00152 /* Define to 1 if you need to in order for `stat' and other things to work. */
00153 /* #undef _POSIX_SOURCE */