1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to omit deprecated API from the library. */
4#undef GIOMM_DISABLE_DEPRECATED
5
6/* Major version number of giomm. */
7#undef GIOMM_MAJOR_VERSION
8
9/* Micro version number of giomm. */
10#undef GIOMM_MICRO_VERSION
11
12/* Minor version number of giomm. */
13#undef GIOMM_MINOR_VERSION
14
15/* Define if giomm is built as a static library */
16#undef GIOMM_STATIC_LIB
17
18/* Define if extern "C" and extern "C++" function pointers are compatible. */
19#undef GLIBMM_CAN_ASSIGN_NON_EXTERN_C_FUNCTIONS_TO_EXTERN_C_CALLBACKS
20
21/* Define if non-instantiated templates may dynamic_cast<> to an undefined
22   type. */
23#undef GLIBMM_CAN_USE_DYNAMIC_CAST_IN_UNUSED_TEMPLATE_WITHOUT_DEFINITION
24
25/* Define if the compiler honors namespaces inside extern "C" blocks. */
26#undef GLIBMM_CAN_USE_NAMESPACES_INSIDE_EXTERNC
27
28/* Define if the thread_local keyword is supported. */
29#undef GLIBMM_CAN_USE_THREAD_LOCAL
30
31/* Defined when the SUN Forte C++ compiler is being used. */
32#undef GLIBMM_COMPILER_SUN_FORTE
33
34/* Defined when the --enable-debug-refcounting configure argument was given */
35#undef GLIBMM_DEBUG_REFCOUNTING
36
37/* This is always set. This is only for backwards compatibility. */
38#undef GLIBMM_DEFAULT_SIGNAL_HANDLERS_ENABLED
39
40/* Define to omit deprecated API from the library. */
41#undef GLIBMM_DISABLE_DEPRECATED
42
43/* This is always set. This is only for backwards compatibility. */
44#undef GLIBMM_EXCEPTIONS_ENABLED
45
46/* Defined if a static member variable may be initialized inline to
47   std::string::npos */
48#undef GLIBMM_HAVE_ALLOWS_STATIC_INLINE_NPOS
49
50/* Defined when std::time_t is not equivalent to gint32, meaning that it can
51   be used for a method overload */
52#undef GLIBMM_HAVE_C_STD_TIME_T_IS_NOT_INT32
53
54/* Define if the compiler disambiguates template specializations for const and
55   non-const types. */
56#undef GLIBMM_HAVE_DISAMBIGUOUS_CONST_TEMPLATE_SPECIALIZATIONS
57
58/* Defined when the libstdc++ declares the std-namespace */
59#undef GLIBMM_HAVE_NAMESPACE_STD
60
61/* Defined if std::iterator_traits<> is standard-conforming */
62#undef GLIBMM_HAVE_STD_ITERATOR_TRAITS
63
64/* Defined if std::reverse_iterator is in Sun libCstd style */
65#undef GLIBMM_HAVE_SUN_REVERSE_ITERATOR
66
67/* Defined if the STL containers have templated sequence ctors */
68#undef GLIBMM_HAVE_TEMPLATE_SEQUENCE_CTORS
69
70/* Define to 1 if wide stream is available. */
71#undef GLIBMM_HAVE_WIDE_STREAM
72
73/* Major version number of glibmm. */
74#undef GLIBMM_MAJOR_VERSION
75
76/* Define if C++ member functions may refer to member templates. */
77#undef GLIBMM_MEMBER_FUNCTIONS_MEMBER_TEMPLATES
78
79/* Micro version number of glibmm. */
80#undef GLIBMM_MICRO_VERSION
81
82/* Minor version number of glibmm. */
83#undef GLIBMM_MINOR_VERSION
84
85/* Define only on Mac OS, COCOA */
86#undef GLIBMM_OS_COCOA
87
88/* This is always set. This is only for backwards compatibility. */
89#undef GLIBMM_PROPERTIES_ENABLED
90
91/* Define if glibmm is built as a static library */
92#undef GLIBMM_STATIC_LIB
93
94/* This is always set. This is only for backwards compatibility. */
95#undef GLIBMM_VFUNCS_ENABLED
96
97/* define if the compiler supports basic C++11 syntax */
98#undef HAVE_CXX11
99
100/* Define to 1 if you have the <dlfcn.h> header file. */
101#undef HAVE_DLFCN_H
102
103/* Define to 1 if you have the `flockfile' function. */
104#undef HAVE_FLOCKFILE
105
106/* Define to 1 if you have the `funlockfile' function. */
107#undef HAVE_FUNLOCKFILE
108
109/* Define to 1 if you have the `getc_unlocked' function. */
110#undef HAVE_GETC_UNLOCKED
111
112/* Define to 1 if you have the <inttypes.h> header file. */
113#undef HAVE_INTTYPES_H
114
115/* Define to 1 if you have the <memory.h> header file. */
116#undef HAVE_MEMORY_H
117
118/* Define to 1 if you have the `mkfifo' function. */
119#undef HAVE_MKFIFO
120
121/* Define to 1 if you have the <stdint.h> header file. */
122#undef HAVE_STDINT_H
123
124/* Define to 1 if you have the <stdlib.h> header file. */
125#undef HAVE_STDLIB_H
126
127/* Define to 1 if you have the <strings.h> header file. */
128#undef HAVE_STRINGS_H
129
130/* Define to 1 if you have the <string.h> header file. */
131#undef HAVE_STRING_H
132
133/* Define to 1 if you have the <sys/stat.h> header file. */
134#undef HAVE_SYS_STAT_H
135
136/* Define to 1 if you have the <sys/types.h> header file. */
137#undef HAVE_SYS_TYPES_H
138
139/* Define to 1 if you have the <unistd.h> header file. */
140#undef HAVE_UNISTD_H
141
142/* Define to the sub-directory where libtool stores uninstalled libraries. */
143#undef LT_OBJDIR
144
145/* Define to the address where bug reports for this package should be sent. */
146#undef PACKAGE_BUGREPORT
147
148/* Define to the full name of this package. */
149#undef PACKAGE_NAME
150
151/* Define to the full name and version of this package. */
152#undef PACKAGE_STRING
153
154/* Define to the one symbol short name of this package. */
155#undef PACKAGE_TARNAME
156
157/* Define to the home page for this package. */
158#undef PACKAGE_URL
159
160/* Define to the version of this package. */
161#undef PACKAGE_VERSION
162
163/* The size of `wchar_t', as computed by sizeof. */
164#undef SIZEOF_WCHAR_T
165
166/* Define to 1 if you have the ANSI C header files. */
167#undef STDC_HEADERS
168