genicam/library/CPP/include/log4cpp/config.h
Go to the documentation of this file.
1 #ifndef _INCLUDE_LOG4CPP_CONFIG_H
2 #define _INCLUDE_LOG4CPP_CONFIG_H 1
3 
4 /* include/log4cpp/config.h. Generated automatically at end of configure. */
5 /* include/config.h. Generated from config.h.in by configure. */
6 /* include/config.h.in. Generated from configure.in by autoheader. */
7 
8 /* Define to 1 if you have the <dlfcn.h> header file. */
9 #ifndef LOG4CPP_HAVE_DLFCN_H
10 #define LOG4CPP_HAVE_DLFCN_H 1
11 #endif
12 
13 /* Define to 1 if you have the `ftime' function. */
14 #if !defined(LOG4CPP_HAVE_FTIME) && !defined(VXWORKS)
15 #define LOG4CPP_HAVE_FTIME 1
16 #endif
17 
18 /* Define to 1 if you have the `gettimeofday' function. */
19 #if !defined(LOG4CPP_HAVE_GETTIMEOFDAY) && !defined(VXWORKS)
20 #define LOG4CPP_HAVE_GETTIMEOFDAY 1
21 #endif
22 
23 /* define if the compiler has int64_t */
24 #ifndef LOG4CPP_HAVE_INT64_T
25 #define LOG4CPP_HAVE_INT64_T
26 #endif
27 
28 /* Define to 1 if you have the <inttypes.h> header file. */
29 #ifndef LOG4CPP_HAVE_INTTYPES_H
30 #define LOG4CPP_HAVE_INTTYPES_H 1
31 #endif
32 
33 /* Define to 1 if you have the <io.h> header file. */
34 /* #undef LOG4CPP_HAVE_IO_H */
35 
36 /* Define to 1 if you have the `idsa' library (-lidsa). */
37 /* #undef LOG4CPP_HAVE_LIBIDSA */
38 
39 /* Define to 1 if you have the `localtime_r' function. */
40 #ifndef LOG4CPP_HAVE_LOCALTIME_R
41 #define LOG4CPP_HAVE_LOCALTIME_R 1
42 #endif
43 
44 /* Define to 1 if you have the <memory.h> header file. */
45 #ifndef LOG4CPP_HAVE_MEMORY_H
46 #define LOG4CPP_HAVE_MEMORY_H 1
47 #endif
48 
49 /* define if the compiler implements namespaces */
50 #ifndef LOG4CPP_HAVE_NAMESPACES
51 #define LOG4CPP_HAVE_NAMESPACES
52 #endif
53 
54 /* Define if you have POSIX threads libraries and header files. */
55 #ifndef LOG4CPP_HAVE_PTHREAD
56 #define LOG4CPP_HAVE_PTHREAD 1
57 #endif
58 
59 /* define if the C library has snprintf */
60 #ifndef LOG4CPP_HAVE_SNPRINTF
61 #define LOG4CPP_HAVE_SNPRINTF
62 #endif
63 
64 /* define if the compiler has stringstream */
65 #ifndef LOG4CPP_HAVE_SSTREAM
66 #define LOG4CPP_HAVE_SSTREAM
67 #endif
68 
69 /* define if you have the <stdint.h> header file. */
70 #ifndef LOG4CPP_HAVE_STDINT_H
71 #define LOG4CPP_HAVE_STDINT_H
72 #endif
73 
74 /* Define to 1 if you have the <stdlib.h> header file. */
75 #ifndef LOG4CPP_HAVE_STDLIB_H
76 #define LOG4CPP_HAVE_STDLIB_H 1
77 #endif
78 
79 /* Define to 1 if you have the <strings.h> header file. */
80 #ifndef LOG4CPP_HAVE_STRINGS_H
81 #define LOG4CPP_HAVE_STRINGS_H 1
82 #endif
83 
84 /* Define to 1 if you have the <string.h> header file. */
85 #ifndef LOG4CPP_HAVE_STRING_H
86 #define LOG4CPP_HAVE_STRING_H 1
87 #endif
88 
89 /* Define to 1 if you have the `syslog' function. */
90 #if !defined(LOG4CPP_HAVE_SYSLOG) && !defined(VXWORKS)
91 #define LOG4CPP_HAVE_SYSLOG 1
92 #endif
93 
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #ifndef LOG4CPP_HAVE_SYS_STAT_H
96 #define LOG4CPP_HAVE_SYS_STAT_H 1
97 #endif
98 
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #ifndef LOG4CPP_HAVE_SYS_TYPES_H
101 #define LOG4CPP_HAVE_SYS_TYPES_H 1
102 #endif
103 
104 /* define if threading is enabled */
105 #ifndef LOG4CPP_HAVE_THREADING
106 #define LOG4CPP_HAVE_THREADING 1
107 #endif
108 
109 /* Define to 1 if you have the <unistd.h> header file. */
110 #ifndef LOG4CPP_HAVE_UNISTD_H
111 #define LOG4CPP_HAVE_UNISTD_H 1
112 #endif
113 
114 /* Name of package */
115 #ifndef LOG4CPP_PACKAGE
116 #define LOG4CPP_PACKAGE "log4cpp"
117 #endif
118 
119 /* Define to the address where bug reports for this package should be sent. */
120 #ifndef LOG4CPP_PACKAGE_BUGREPORT
121 #define LOG4CPP_PACKAGE_BUGREPORT ""
122 #endif
123 
124 /* Define to the full name of this package. */
125 #ifndef LOG4CPP_PACKAGE_NAME
126 #define LOG4CPP_PACKAGE_NAME "log4cpp"
127 #endif
128 
129 /* Define to the full name and version of this package. */
130 #ifndef LOG4CPP_PACKAGE_STRING
131 #define LOG4CPP_PACKAGE_STRING "log4cpp 1.0"
132 #endif
133 
134 /* Define to the one symbol short name of this package. */
135 #ifndef LOG4CPP_PACKAGE_TARNAME
136 #define LOG4CPP_PACKAGE_TARNAME "log4cpp"
137 #endif
138 
139 /* Define to the version of this package. */
140 #ifndef LOG4CPP_PACKAGE_VERSION
141 #define LOG4CPP_PACKAGE_VERSION "1.0"
142 #endif
143 
144 /* Define to necessary symbol if this constant uses a non-standard name on
145  your system. */
146 /* #undef LOG4CPP_PTHREAD_CREATE_JOINABLE */
147 
148 /* Define to 1 if you have the ANSI C header files. */
149 #ifndef LOG4CPP_STDC_HEADERS
150 #define LOG4CPP_STDC_HEADERS 1
151 #endif
152 
153 /* define if pthread library is available */
154 #ifndef LOG4CPP_USE_PTHREADS
155 #define LOG4CPP_USE_PTHREADS 1
156 #endif
157 
158 /* Version number of package */
159 #ifndef LOG4CPP_VERSION
160 #define LOG4CPP_VERSION "1.0"
161 #endif
162 
163 /* _INCLUDE_LOG4CPP_CONFIG_H */
164 #endif


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 19:10:53