clipsmm - C++ CLIPS Interface Library

clipsmm logo

clipsmm-config.h

Go to the documentation of this file.
00001 #ifndef _CLIPSMM_CLIPSMM_CONFIG_H
00002 #define _CLIPSMM_CLIPSMM_CONFIG_H 1
00003  
00004 /*
00005 clipsmm/clipsmm-config.h.
00006 Generated
00007 automatically
00008 at
00009 end
00010 of
00011 configure.
00012 */
00013 /* config.h.  Generated from config.h.in by configure.  */
00014 /* config.h.in.  Generated from configure.ac by autoheader.  */
00015 
00016 /* Define to 1 if you have the <dlfcn.h> header file. */
00017 #ifndef CLIPSMM_HAVE_DLFCN_H 
00018 #define CLIPSMM_HAVE_DLFCN_H  1 
00019 #endif
00020 
00021 /* Define to 1 if you have the <inttypes.h> header file. */
00022 #ifndef CLIPSMM_HAVE_INTTYPES_H 
00023 #define CLIPSMM_HAVE_INTTYPES_H  1 
00024 #endif
00025 
00026 /* Define to 1 if you have the <memory.h> header file. */
00027 #ifndef CLIPSMM_HAVE_MEMORY_H 
00028 #define CLIPSMM_HAVE_MEMORY_H  1 
00029 #endif
00030 
00031 /* Define if g++ supports C++0x features. */
00032 #ifndef CLIPSMM_HAVE_STDCXX_0X 
00033 #define CLIPSMM_HAVE_STDCXX_0X   
00034 #endif
00035 
00036 /* Define to 1 if you have the <stdint.h> header file. */
00037 #ifndef CLIPSMM_HAVE_STDINT_H 
00038 #define CLIPSMM_HAVE_STDINT_H  1 
00039 #endif
00040 
00041 /* Define to 1 if you have the <stdlib.h> header file. */
00042 #ifndef CLIPSMM_HAVE_STDLIB_H 
00043 #define CLIPSMM_HAVE_STDLIB_H  1 
00044 #endif
00045 
00046 /* Define to 1 if you have the <strings.h> header file. */
00047 #ifndef CLIPSMM_HAVE_STRINGS_H 
00048 #define CLIPSMM_HAVE_STRINGS_H  1 
00049 #endif
00050 
00051 /* Define to 1 if you have the <string.h> header file. */
00052 #ifndef CLIPSMM_HAVE_STRING_H 
00053 #define CLIPSMM_HAVE_STRING_H  1 
00054 #endif
00055 
00056 /* Define to 1 if you have the <sys/stat.h> header file. */
00057 #ifndef CLIPSMM_HAVE_SYS_STAT_H 
00058 #define CLIPSMM_HAVE_SYS_STAT_H  1 
00059 #endif
00060 
00061 /* Define to 1 if you have the <sys/types.h> header file. */
00062 #ifndef CLIPSMM_HAVE_SYS_TYPES_H 
00063 #define CLIPSMM_HAVE_SYS_TYPES_H  1 
00064 #endif
00065 
00066 /* Define to 1 if you have the <unistd.h> header file. */
00067 #ifndef CLIPSMM_HAVE_UNISTD_H 
00068 #define CLIPSMM_HAVE_UNISTD_H  1 
00069 #endif
00070 
00071 /* Define to the sub-directory in which libtool stores uninstalled libraries.
00072    */
00073 #ifndef CLIPSMM_LT_OBJDIR 
00074 #define CLIPSMM_LT_OBJDIR  ".libs/" 
00075 #endif
00076 
00077 /* Name of package */
00078 #ifndef CLIPSMM_PACKAGE 
00079 #define CLIPSMM_PACKAGE  "clipsmm" 
00080 #endif
00081 
00082 /* Define to the address where bug reports for this package should be sent. */
00083 #ifndef CLIPSMM_PACKAGE_BUGREPORT 
00084 #define CLIPSMM_PACKAGE_BUGREPORT  "rvinyard@cs.nmsu.edu" 
00085 #endif
00086 
00087 /* Major version */
00088 #ifndef CLIPSMM_PACKAGE_MAJOR_VERSION 
00089 #define CLIPSMM_PACKAGE_MAJOR_VERSION  0 
00090 #endif
00091 
00092 /* Micro version */
00093 #ifndef CLIPSMM_PACKAGE_MICRO_VERSION 
00094 #define CLIPSMM_PACKAGE_MICRO_VERSION  0 
00095 #endif
00096 
00097 /* Minor version */
00098 #ifndef CLIPSMM_PACKAGE_MINOR_VERSION 
00099 #define CLIPSMM_PACKAGE_MINOR_VERSION  1 
00100 #endif
00101 
00102 /* Define to the full name of this package. */
00103 #ifndef CLIPSMM_PACKAGE_NAME 
00104 #define CLIPSMM_PACKAGE_NAME  "clipsmm" 
00105 #endif
00106 
00107 /* Define to the full name and version of this package. */
00108 #ifndef CLIPSMM_PACKAGE_STRING 
00109 #define CLIPSMM_PACKAGE_STRING  "clipsmm 0.1.0" 
00110 #endif
00111 
00112 /* Define to the one symbol short name of this package. */
00113 #ifndef CLIPSMM_PACKAGE_TARNAME 
00114 #define CLIPSMM_PACKAGE_TARNAME  "clipsmm" 
00115 #endif
00116 
00117 /* Define to the version of this package. */
00118 #ifndef CLIPSMM_PACKAGE_VERSION 
00119 #define CLIPSMM_PACKAGE_VERSION  "0.1.0" 
00120 #endif
00121 
00122 /* Define to 1 if you have the ANSI C header files. */
00123 #ifndef CLIPSMM_STDC_HEADERS 
00124 #define CLIPSMM_STDC_HEADERS  1 
00125 #endif
00126 
00127 /* If defined, boost library smart pointers will be used */
00128 /* #undef CLIPSMM_USE_BOOST_SMART_POINTER */
00129 
00130 /* If defined c++0x smart pointers will be used */
00131 #ifndef CLIPSMM_USE_CXX0X_SMART_POINTER 
00132 #define CLIPSMM_USE_CXX0X_SMART_POINTER   
00133 #endif
00134 
00135 /* If defined TR1 smart pointers will be used */
00136 /* #undef CLIPSMM_USE_TR1_SMART_POINTER */
00137 
00138 /* Version number of package */
00139 #ifndef CLIPSMM_VERSION 
00140 #define CLIPSMM_VERSION  "0.1.0" 
00141 #endif
00142  
00143 /* once:
00144 _CLIPSMM_CLIPSMM_CONFIG_H
00145 */
00146 #endif

Generated on Wed Jul 29 12:04:08 2009 for clipsmm by doxygen 1.5.8