clipsmm - C++ CLIPS Interface Library

clipsmm logo
clipsmm-config.h
Go to the documentation of this file.
1 #ifndef _CLIPSMM_CLIPSMM_CONFIG_H
2 #define _CLIPSMM_CLIPSMM_CONFIG_H 1
3 
4 /*
5 clipsmm/clipsmm-config.h.
6 Generated
7 automatically
8 at
9 end
10 of
11 configure.
12 */
13 /* config.h. Generated from config.h.in by configure. */
14 /* config.h.in. Generated from configure.ac by autoheader. */
15 
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #ifndef CLIPSMM_HAVE_DLFCN_H
18 #define CLIPSMM_HAVE_DLFCN_H 1
19 #endif
20 
21 /* Define to 1 if you have the <inttypes.h> header file. */
22 #ifndef CLIPSMM_HAVE_INTTYPES_H
23 #define CLIPSMM_HAVE_INTTYPES_H 1
24 #endif
25 
26 /* Define to 1 if you have the <memory.h> header file. */
27 #ifndef CLIPSMM_HAVE_MEMORY_H
28 #define CLIPSMM_HAVE_MEMORY_H 1
29 #endif
30 
31 /* Define if g++ supports C++0x features. */
32 #ifndef CLIPSMM_HAVE_STDCXX_0X
33 #define CLIPSMM_HAVE_STDCXX_0X
34 #endif
35 
36 /* Define to 1 if you have the <stdint.h> header file. */
37 #ifndef CLIPSMM_HAVE_STDINT_H
38 #define CLIPSMM_HAVE_STDINT_H 1
39 #endif
40 
41 /* Define to 1 if you have the <stdlib.h> header file. */
42 #ifndef CLIPSMM_HAVE_STDLIB_H
43 #define CLIPSMM_HAVE_STDLIB_H 1
44 #endif
45 
46 /* Define to 1 if you have the <strings.h> header file. */
47 #ifndef CLIPSMM_HAVE_STRINGS_H
48 #define CLIPSMM_HAVE_STRINGS_H 1
49 #endif
50 
51 /* Define to 1 if you have the <string.h> header file. */
52 #ifndef CLIPSMM_HAVE_STRING_H
53 #define CLIPSMM_HAVE_STRING_H 1
54 #endif
55 
56 /* Define to 1 if you have the <sys/stat.h> header file. */
57 #ifndef CLIPSMM_HAVE_SYS_STAT_H
58 #define CLIPSMM_HAVE_SYS_STAT_H 1
59 #endif
60 
61 /* Define to 1 if you have the <sys/types.h> header file. */
62 #ifndef CLIPSMM_HAVE_SYS_TYPES_H
63 #define CLIPSMM_HAVE_SYS_TYPES_H 1
64 #endif
65 
66 /* Define to 1 if you have the <unistd.h> header file. */
67 #ifndef CLIPSMM_HAVE_UNISTD_H
68 #define CLIPSMM_HAVE_UNISTD_H 1
69 #endif
70 
71 /* Define to the sub-directory in which libtool stores uninstalled libraries.
72  */
73 #ifndef CLIPSMM_LT_OBJDIR
74 #define CLIPSMM_LT_OBJDIR ".libs/"
75 #endif
76 
77 /* Name of package */
78 #ifndef CLIPSMM_PACKAGE
79 #define CLIPSMM_PACKAGE "clipsmm"
80 #endif
81 
82 /* Define to the address where bug reports for this package should be sent. */
83 #ifndef CLIPSMM_PACKAGE_BUGREPORT
84 #define CLIPSMM_PACKAGE_BUGREPORT "rvinyard@cs.nmsu.edu"
85 #endif
86 
87 /* Major version */
88 #ifndef CLIPSMM_PACKAGE_MAJOR_VERSION
89 #define CLIPSMM_PACKAGE_MAJOR_VERSION 0
90 #endif
91 
92 /* Micro version */
93 #ifndef CLIPSMM_PACKAGE_MICRO_VERSION
94 #define CLIPSMM_PACKAGE_MICRO_VERSION 3
95 #endif
96 
97 /* Minor version */
98 #ifndef CLIPSMM_PACKAGE_MINOR_VERSION
99 #define CLIPSMM_PACKAGE_MINOR_VERSION 3
100 #endif
101 
102 /* Define to the full name of this package. */
103 #ifndef CLIPSMM_PACKAGE_NAME
104 #define CLIPSMM_PACKAGE_NAME "clipsmm"
105 #endif
106 
107 /* Define to the full name and version of this package. */
108 #ifndef CLIPSMM_PACKAGE_STRING
109 #define CLIPSMM_PACKAGE_STRING "clipsmm 0.3.3"
110 #endif
111 
112 /* Define to the one symbol short name of this package. */
113 #ifndef CLIPSMM_PACKAGE_TARNAME
114 #define CLIPSMM_PACKAGE_TARNAME "clipsmm"
115 #endif
116 
117 /* Define to the home page for this package. */
118 #ifndef CLIPSMM_PACKAGE_URL
119 #define CLIPSMM_PACKAGE_URL ""
120 #endif
121 
122 /* Define to the version of this package. */
123 #ifndef CLIPSMM_PACKAGE_VERSION
124 #define CLIPSMM_PACKAGE_VERSION "0.3.3"
125 #endif
126 
127 /* Define to 1 if you have the ANSI C header files. */
128 #ifndef CLIPSMM_STDC_HEADERS
129 #define CLIPSMM_STDC_HEADERS 1
130 #endif
131 
132 /* If defined, boost library smart pointers will be used */
133 /* #undef CLIPSMM_USE_BOOST_SMART_POINTER */
134 
135 /* If defined c++0x smart pointers will be used */
136 #ifndef CLIPSMM_USE_CXX0X_SMART_POINTER
137 #define CLIPSMM_USE_CXX0X_SMART_POINTER
138 #endif
139 
140 /* If defined TR1 smart pointers will be used */
141 /* #undef CLIPSMM_USE_TR1_SMART_POINTER */
142 
143 /* Version number of package */
144 #ifndef CLIPSMM_VERSION
145 #define CLIPSMM_VERSION "0.3.3"
146 #endif
147 
148 /* once:
149 _CLIPSMM_CLIPSMM_CONFIG_H
150 */
151 #endif

Generated on Sat Apr 13 2013 10:04:51 for clipsmm by doxygen 1.8.1.1