1 /* This file is needed by libio to define various configuration parameters.
2 These are always the same in the GNU C library. */
7 /* Define types for libio in terms of the standard internal type names. */
9 #include <bits/types.h>
11 #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
12 # define __need_wchar_t
17 #include <bits/types/__mbstate_t.h>
18 #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
19 # include <bits/types/wint_t.h>
32 #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
36 struct __gconv_info __cd
;
39 struct __gconv_info __cd
;
40 struct __gconv_step_data __data
;
46 /* These library features are always available in the GNU C library. */
47 #define _G_va_list __gnuc_va_list
49 #define _G_HAVE_MMAP 1
50 #define _G_HAVE_MREMAP 1
52 #define _G_IO_IO_FILE_VERSION 0x20001
54 /* This is defined by <bits/stat.h> if `st_blksize' exists. */
55 #define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE)
57 #define _G_BUFSIZ 8192
59 #endif /* _G_config.h */