new function g_log_set_always_fatal() to set an additional fatal_mask for
[platform/upstream/glib.git] / glibconfig.h.in
1 /* glibconfig.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define to empty if the keyword does not work.  */
4 #undef const
5
6 /* Define if you don't have vprintf but do have _doprnt.  */
7 #undef HAVE_DOPRNT
8
9 /* Define if you have the vprintf function.  */
10 #undef HAVE_VPRINTF
11
12 /* Define as __inline if that's what the C compiler calls it.  */
13 #undef inline
14
15 /* Define if you have the ANSI C header files.  */
16 #undef STDC_HEADERS
17
18 #undef ENABLE_MEM_CHECK
19 #undef ENABLE_MEM_PROFILE
20
21 #undef G_COMPILED_WITH_DEBUGGING
22 #undef HAVE_BROKEN_WCTYPE
23 #undef HAVE_DOPRNT
24 #undef HAVE_FLOAT_H
25 #undef HAVE_LIMITS_H
26 #undef HAVE_LONG_DOUBLE
27 #undef HAVE_SYS_SELECT_H
28 #undef HAVE_STRERROR
29 #undef HAVE_STRSIGNAL
30 #undef HAVE_VSNPRINTF
31 #undef HAVE_VALUES_H
32 #undef HAVE_VPRINTF
33 #undef HAVE_WCHAR_H
34 #undef HAVE_WCTYPE_H
35
36 #undef NO_FD_SET
37 #undef NO_SYS_ERRLIST
38 #undef NO_SYS_SIGLIST
39
40 #undef GLIB_MAJOR_VERSION
41 #undef GLIB_MINOR_VERSION
42 #undef GLIB_MICRO_VERSION
43 #undef GLIB_INTERFACE_AGE
44 #undef GLIB_BINARY_AGE
45
46 /* The number of bytes in a char.  */
47 #undef SIZEOF_CHAR
48
49 /* The number of bytes in a int.  */
50 #undef SIZEOF_INT
51
52 /* The number of bytes in a long.  */
53 #undef SIZEOF_LONG
54
55 /* The number of bytes in a long long.  */
56 #undef SIZEOF_LONG_LONG
57
58 /* The number of bytes in a short.  */
59 #undef SIZEOF_SHORT
60
61 /* The number of bytes in a void *.  */
62 #undef SIZEOF_VOID_P
63
64 /* Define if you have the atexit function.  */
65 #undef HAVE_ATEXIT
66
67 /* Define if you have the memmove function.  */
68 #undef HAVE_MEMMOVE
69
70 /* Define if you have the on_exit function.  */
71 #undef HAVE_ON_EXIT
72
73 /* Define if you have the strcasecmp function.  */
74 #undef HAVE_STRCASECMP
75
76 /* Define if you have the strerror function.  */
77 #undef HAVE_STRERROR
78
79 /* Define if you have the strsignal function.  */
80 #undef HAVE_STRSIGNAL
81
82 /* Define if you have the vsnprintf function.  */
83 #undef HAVE_VSNPRINTF
84
85 /* Define if you have the <float.h> header file.  */
86 #undef HAVE_FLOAT_H
87
88 /* Define if you have the <limits.h> header file.  */
89 #undef HAVE_LIMITS_H
90
91 /* Define if you have the <values.h> header file.  */
92 #undef HAVE_VALUES_H