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 where libtool stores uninstalled libraries. */
72 #ifndef CLIPSMM_LT_OBJDIR
73 #define CLIPSMM_LT_OBJDIR ".libs/"
74 #endif
75 
76 /* Name of package */
77 #ifndef CLIPSMM_PACKAGE
78 #define CLIPSMM_PACKAGE "clipsmm"
79 #endif
80 
81 /* Define to the address where bug reports for this package should be sent. */
82 #ifndef CLIPSMM_PACKAGE_BUGREPORT
83 #define CLIPSMM_PACKAGE_BUGREPORT "rvinyard@cs.nmsu.edu"
84 #endif
85 
86 /* Major version */
87 #ifndef CLIPSMM_PACKAGE_MAJOR_VERSION
88 #define CLIPSMM_PACKAGE_MAJOR_VERSION 0
89 #endif
90 
91 /* Micro version */
92 #ifndef CLIPSMM_PACKAGE_MICRO_VERSION
93 #define CLIPSMM_PACKAGE_MICRO_VERSION 4
94 #endif
95 
96 /* Minor version */
97 #ifndef CLIPSMM_PACKAGE_MINOR_VERSION
98 #define CLIPSMM_PACKAGE_MINOR_VERSION 3
99 #endif
100 
101 /* Define to the full name of this package. */
102 #ifndef CLIPSMM_PACKAGE_NAME
103 #define CLIPSMM_PACKAGE_NAME "clipsmm"
104 #endif
105 
106 /* Define to the full name and version of this package. */
107 #ifndef CLIPSMM_PACKAGE_STRING
108 #define CLIPSMM_PACKAGE_STRING "clipsmm 0.3.4"
109 #endif
110 
111 /* Define to the one symbol short name of this package. */
112 #ifndef CLIPSMM_PACKAGE_TARNAME
113 #define CLIPSMM_PACKAGE_TARNAME "clipsmm"
114 #endif
115 
116 /* Define to the home page for this package. */
117 #ifndef CLIPSMM_PACKAGE_URL
118 #define CLIPSMM_PACKAGE_URL ""
119 #endif
120 
121 /* Define to the version of this package. */
122 #ifndef CLIPSMM_PACKAGE_VERSION
123 #define CLIPSMM_PACKAGE_VERSION "0.3.4"
124 #endif
125 
126 /* Define to 1 if you have the ANSI C header files. */
127 #ifndef CLIPSMM_STDC_HEADERS
128 #define CLIPSMM_STDC_HEADERS 1
129 #endif
130 
131 /* If defined, boost library smart pointers will be used */
132 /* #undef CLIPSMM_USE_BOOST_SMART_POINTER */
133 
134 /* If defined c++0x smart pointers will be used */
135 #ifndef CLIPSMM_USE_CXX0X_SMART_POINTER
136 #define CLIPSMM_USE_CXX0X_SMART_POINTER
137 #endif
138 
139 /* If defined TR1 smart pointers will be used */
140 /* #undef CLIPSMM_USE_TR1_SMART_POINTER */
141 
142 /* Version number of package */
143 #ifndef CLIPSMM_VERSION
144 #define CLIPSMM_VERSION "0.3.4"
145 #endif
146 
147 /* once:
148 _CLIPSMM_CLIPSMM_CONFIG_H
149 */
150 #endif

Generated on Sat Feb 13 2016 23:00:13 for clipsmm by doxygen 1.8.11