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
16 #define __need_mbstate_t
17 #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
18 # define __need_wint_t
21 #define _G_size_t size_t
32 #define _G_ssize_t __ssize_t
33 #define _G_off_t __off_t
34 #define _G_off64_t __off64_t
35 #define _G_pid_t __pid_t
36 #define _G_uid_t __uid_t
37 #define _G_wchar_t wchar_t
38 #define _G_wint_t wint_t
39 #define _G_stat64 stat64
40 #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
44 struct __gconv_info __cd;
47 struct __gconv_info __cd;
48 struct __gconv_step_data __data;
54 /* These library features are always available in the GNU C library. */
55 #define _G_HAVE_SYS_WAIT 1
56 #define _G_NEED_STDARG_H 1
57 #define _G_va_list __gnuc_va_list
59 #define _G_HAVE_MMAP 1
60 #define _G_HAVE_MREMAP 1
62 #define _G_IO_IO_FILE_VERSION 0x20001
64 #define _G_OPEN64 __open64
65 #define _G_LSEEK64 __lseek64
66 #define _G_MMAP64 __mmap64
67 #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
69 /* This is defined by <bits/stat.h> if `st_blksize' exists. */
70 #define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE)
72 #define _G_BUFSIZ 8192
74 #endif /* _G_config.h */