Upadte.
[glibc.git] / libio / _G_config.h
blob5340055fc7fe56fca62b92618a0d84cda90df2be
1 /* This file is needed by libio to define various configuration parameters.
2 These are always the same in the GNU C library. */
4 #ifndef _G_config_h
5 #define _G_config_h 1
7 /* Define types for libio in terms of the standard internal type names. */
9 #include <gnu/types.h>
10 #define __need_size_t
11 #include <stddef.h>
12 #define _G_size_t size_t
13 #define _G_fpos_t __off_t
14 #define _G_ssize_t __ssize_t
15 #define _G_off_t __off_t
16 #define _G_pid_t __pid_t
17 #define _G_uid_t __uid_t
20 /* These library features are always available in the GNU C library. */
21 #define _G_HAVE_ATEXIT 1
22 #define _G_HAVE_SYS_WAIT 1
23 #define _G_NEED_STDARG_H 1
24 #define _G_va_list __gnuc_va_list
26 /* This is defined by <statbuf.h> if `st_blksize' exists. */
27 #define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE)
29 #define _G_BUFSIZ 8192
31 /* These are the vtbl details for ELF. */
32 #define _G_NAMES_HAVE_UNDERSCORE 0
33 #define _G_VTABLE_LABEL_PREFIX "_vt."
34 #define _G_VTABLE_LABEL_HAS_LENGTH 1
37 #endif /* _G_config.h */