Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

xbconfigw32.h

Go to the documentation of this file.
00001 /* config file for windows environments */ 00002 00003 /* Name of package */ 00004 #define PACKAGE "xbase" 00005 00006 /* Version number of package */ 00007 #define VERSION "2.1.1" 00008 00009 /* Define if you have the ANSI C header files. */ 00010 #define STDC_HEADERS 1 00011 00012 /* Define if you have io.h */ 00013 #define HAVE_IO_H 1 00014 00015 /* Define if the C++ compiler supports BOOL */ 00016 #define HAVE_BOOL 1 00017 00018 /* Define if you need to have .ndx indexes */ 00019 #define XB_INDEX_NDX 1 00020 00021 /* Define if you need to have .ntx indexes */ 00022 #define XB_INDEX_NTX 1 00023 00024 /* Define if you need to support memo fields */ 00025 #define XB_MEMO_FIELDS 1 00026 00027 /* Define if you need expressions */ 00028 #define XB_EXPRESSIONS 1 00029 00030 /* Define if you need html support */ 00031 #define XB_HTML 1 00032 00033 /* Define if you need locking support */ 00034 #undef XB_LOCKING_ON 00035 00036 /* Define if you need to turn on XBase specific debug */ 00037 #define XBASE_DEBUG 1 00038 00039 /* Define if your compiler support exceptions */ 00040 /* #undef HAVE_EXCEPTIONS */ 00041 00042 /* Define if you want Castellano (Spanish) Dates */ 00043 /* #undef XB_CASTELLANO */ 00044 00045 /* Define if using real deletes */ 00046 #define XB_REAL_DELETE 1 00047 00048 /* Define if need filters */ 00049 #define XB_FILTERS 1 00050 00051 /* Define if you have the fcntl function. */ 00052 #define HAVE_FCNTL 1 00053 00054 /* Define if you have the flock function. */ 00055 #define HAVE_FLOCK 1 00056 00057 /* Define if you have the vsnprintf function. */ 00058 //#define HAVE_VSNPRINTF 1 00059 00060 /* Define if you have the vsprintf function. */ 00061 #define HAVE_VSPRINTF 1 00062 00063 /* Define if you have the <ctype.h> header file. */ 00064 #define HAVE_CTYPE_H 1 00065 00066 /* Define if you have the <exception> header file. */ 00067 #define HAVE_EXCEPTION 1 00068 00069 /* Define if you have the <fcntl.h> header file. */ 00070 #define HAVE_FCNTL_H 1 00071 00072 /* Define if you have the <string.h> header file. */ 00073 #define HAVE_STRING_H 1 00074 00075 /* Define if you have the <sys/types.h> header file. */ 00076 #define HAVE_SYS_TYPES_H 1 00077 00078 /* Define if you have the <tvision/tv.h> header file. */ 00079 /* #undef HAVE_TVISION_TV_H */ 00080 00081 /* Should we include generic index support? */ 00082 #if defined(XB_INDEX_NDX) || defined(XB_INDEX_NTX) 00083 #define XB_INDEX_ANY 1 00084 #endif 00085 00086 /* expressions required for indexes */ 00087 #if defined(XB_INDEX_ANY) && !defined(XB_EXPRESSIONS) 00088 #define XB_EXPRESSIONS 1 00089 #endif 00090 00091 /* default memo block size */ 00092 #define XB_DBT_BLOCK_SIZE 512 00093 00094 /* filename path separator */ 00095 #define PATH_SEPARATOR '/' 00096 00097 #ifndef HAVE_BOOL 00098 #define HAVE_BOOL 1 00099 typedef int bool; 00100 const bool false = 0; 00101 const bool true = 1; 00102 #endif

Generated on Sat Sep 11 04:01:10 2004 for Xbase Class Library by doxygen 1.3.7