new function g_log_set_always_fatal() to set an additional fatal_mask for
[platform/upstream/glib.git] / config.h.in
1 /* config.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 /* Other stuff */
19 #undef G_COMPILED_WITH_DEBUGGING
20 #undef HAVE_BROKEN_WCTYPE
21 #undef HAVE_DOPRNT
22 #undef HAVE_FLOAT_H
23 #undef HAVE_LIMITS_H
24 #undef HAVE_LONG_DOUBLE
25 #undef HAVE_SYS_SELECT_H
26 #undef HAVE_STRERROR
27 #undef HAVE_STRSIGNAL
28 #undef HAVE_VSNPRINTF
29 #undef HAVE_VALUES_H
30 #undef HAVE_VPRINTF
31 #undef HAVE_WCHAR_H
32 #undef HAVE_WCTYPE_H
33
34 #undef NO_FD_SET
35 #undef NO_SYS_ERRLIST
36 #undef NO_SYS_SIGLIST
37
38 /* The number of bytes in a char.  */
39 #undef SIZEOF_CHAR
40
41 /* The number of bytes in a int.  */
42 #undef SIZEOF_INT
43
44 /* The number of bytes in a long.  */
45 #undef SIZEOF_LONG
46
47 /* The number of bytes in a short.  */
48 #undef SIZEOF_SHORT
49
50 /* The number of bytes in a void *.  */
51 #undef SIZEOF_VOID_P
52
53 /* Define if you have the atexit function.  */
54 #undef HAVE_ATEXIT
55
56 /* Define if you have the memmove function.  */
57 #undef HAVE_MEMMOVE
58
59 /* Define if you have the on_exit function.  */
60 #undef HAVE_ON_EXIT
61
62 /* Define if you have the strcasecmp function.  */
63 #undef HAVE_STRCASECMP
64
65 /* Define if you have the strerror function.  */
66 #undef HAVE_STRERROR
67
68 /* Define if you have the strsignal function.  */
69 #undef HAVE_STRSIGNAL
70
71 /* Define if you have the vsnprintf function.  */
72 #undef HAVE_VSNPRINTF
73
74 /* Define if you have the <float.h> header file.  */
75 #undef HAVE_FLOAT_H
76
77 /* Define if you have the <limits.h> header file.  */
78 #undef HAVE_LIMITS_H
79
80 /* Define if you have the <values.h> header file.  */
81 #undef HAVE_VALUES_H