Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
config.h
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file config.h
1 #if !defined(__ODBCXX_SETUP_H)
2 # error "Do not include this file directly. Use <RDBC/odbc++/setup.h> instead"
3 #endif
4 /* config.h. Generated automatically by configure. */
5 /* config.h.in. Generated automatically from configure.in by autoheader. */
6 
7 /* #undef ODBCXX_HAVE_LIBPTHREAD */
8 /* #undef ODBCXX_HAVE_PTHREAD_H */
9 
10 /* #undef ODBCXX_ENABLE_THREADS */
11 
12 /* #undef ODBCXX_HAVE_LIBIODBC */
13 /* #undef ODBCXX_HAVE_ISQL_H */
14 /* #undef ODBCXX_HAVE_ISQLEXT_H */
15 
16 #define ODBCXX_HAVE_LIBODBC 1
17 #define ODBCXX_HAVE_SQL_H 1
18 #define ODBCXX_HAVE_SQLEXT_H 1
19 
20 /* #undef ODBCXX_ODBCVER */
21 #define ODBCXX_DEBUG 1
22 
23 /* The number of bytes in a int. */
24 #define ODBCXX_SIZEOF_INT 4
25 
26 /* The number of bytes in a long. */
27 #define ODBCXX_SIZEOF_LONG 4
28 
29 /* The number of bytes in a long long. */
30 #define ODBCXX_SIZEOF_LONG_LONG 8
31 
32 /* Define if you have the localtime_r function. */
33 /* #undef ODBCXX_HAVE_LOCALTIME_R */
34 
35 /* Define if you have the pthread_create function. */
36 /* #undef ODBCXX_HAVE_PTHREAD_CREATE */
37 
38 /* Define if you have the snprintf function. */
39 #define ODBCXX_HAVE_SNPRINTF 1
40 
41 /* Define if you have the strtoll function. */
42 #define ODBCXX_HAVE_STRTOLL 1
43 
44 /* Define if you have the strtoq function. */
45 #define ODBCXX_HAVE_STRTOQ 1
46 
47 /* Define if you have the <cstdio> header file. */
48 #define ODBCXX_HAVE_CSTDIO 1
49 
50 /* Define if you have the <cstdlib> header file. */
51 #define ODBCXX_HAVE_CSTDLIB 1
52 
53 /* Define if you have the <cstring> header file. */
54 #define ODBCXX_HAVE_CSTRING 1
55 
56 /* Define if you have the <ctime> header file. */
57 #define ODBCXX_HAVE_CTIME 1
58 
59 /* Define if you have the <dlfcn.h> header file. */
60 #define ODBCXX_HAVE_DLFCN_H 1
61 
62 /* Define if you have the <exception> header file. */
63 #define ODBCXX_HAVE_EXCEPTION 1
64 
65 /* Define if you have the <inttypes.h> header file. */
66 #define ODBCXX_HAVE_INTTYPES_H 1
67 
68 /* Define if you have the <iostream> header file. */
69 #define ODBCXX_HAVE_IOSTREAM 1
70 
71 /* Define if you have the <iostream.h> header file. */
72 #define ODBCXX_HAVE_IOSTREAM_H 1
73 
74 /* Define if you have the <isql.h> header file. */
75 /* #undef ODBCXX_HAVE_ISQL_H */
76 
77 /* Define if you have the <isqlext.h> header file. */
78 /* #undef ODBCXX_HAVE_ISQLEXT_H */
79 
80 /* Define if you have the <istream> header file. */
81 /* #undef ODBCXX_HAVE_ISTREAM */
82 
83 /* Define if you have the <readline/history.h> header file. */
84 /* #undef ODBCXX_HAVE_READLINE_HISTORY_H */
85 
86 /* Define if you have the <readline/readline.h> header file. */
87 /* #undef ODBCXX_HAVE_READLINE_READLINE_H */
88 
89 /* Define if you have the <set> header file. */
90 #define ODBCXX_HAVE_SET 1
91 
92 /* Define if you have the <set.h> header file. */
93 #define ODBCXX_HAVE_SET_H 1
94 
95 /* Define if you have the <sql.h> header file. */
96 #define ODBCXX_HAVE_SQL_H 1
97 
98 /* Define if you have the <sqlext.h> header file. */
99 #define ODBCXX_HAVE_SQLEXT_H 1
100 
101 /* Define if you have the <sstream> header file. */
102 /* #undef ODBCXX_HAVE_SSTREAM */
103 
104 /* Define if you have the <string> header file. */
105 #define ODBCXX_HAVE_STRING 1
106 
107 /* Define if you have the <sstream> header file. */
108 #define ODBCXX_HAVE_STRSTREAM 1
109 
110 /* Define if you have the <sstream> header file. */
111 #define ODBCXX_HAVE_STRSTREAM_H 1
112 
113 /* Define if you have the <vector> header file. */
114 #define ODBCXX_HAVE_VECTOR 1
115 
116 /* Define if you have the <vector.h> header file. */
117 #define ODBCXX_HAVE_VECTOR_H 1
118 
119 /* Name of package */
120 #define ODBCXX_PACKAGE "libodbc++"
121 
122 /* Version number of package */
123 #define ODBCXX_VERSION "0.2.2"
124