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 if the compiler supports basic C++11 syntax */
17 #ifndef CLIPSMM_HAVE_CXX11
18 #define CLIPSMM_HAVE_CXX11 1
19 #endif
20 
21 /* Define to 1 if you have the <dlfcn.h> header file. */
22 #ifndef CLIPSMM_HAVE_DLFCN_H
23 #define CLIPSMM_HAVE_DLFCN_H 1
24 #endif
25 
26 /* Define to 1 if you have the <inttypes.h> header file. */
27 #ifndef CLIPSMM_HAVE_INTTYPES_H
28 #define CLIPSMM_HAVE_INTTYPES_H 1
29 #endif
30 
31 /* Define to 1 if you have the <memory.h> header file. */
32 #ifndef CLIPSMM_HAVE_MEMORY_H
33 #define CLIPSMM_HAVE_MEMORY_H 1
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 "tim@niemueller.de"
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 5
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.5"
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.5"
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 /* Version number of package */
132 #ifndef CLIPSMM_VERSION
133 #define CLIPSMM_VERSION "0.3.5"
134 #endif
135 
136 /* once:
137 _CLIPSMM_CLIPSMM_CONFIG_H
138 */
139 #endif

Generated on Tue Sep 19 2017 11:51:29 for clipsmm by doxygen 1.8.13