modernc.org/cc@v1.0.1/v2/headers/linux_arm/usr/include/_G_config.h (about)

     1  /* This file is needed by libio to define various configuration parameters.
     2     These are always the same in the GNU C library.  */
     3  
     4  #ifndef _G_config_h
     5  #define _G_config_h 1
     6  
     7  /* Define types for libio in terms of the standard internal type names.  */
     8  
     9  #include <bits/types.h>
    10  #define __need_size_t
    11  #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
    12  #define __need_wchar_t
    13  #endif
    14  #define __need_NULL
    15  #include <stddef.h>
    16  #define __need_mbstate_t
    17  #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
    18  #define __need_wint_t
    19  #endif
    20  #include <wchar.h>
    21  typedef struct {
    22  	__off_t __pos;
    23  	__mbstate_t __state;
    24  } _G_fpos_t;
    25  typedef struct {
    26  	__off64_t __pos;
    27  	__mbstate_t __state;
    28  } _G_fpos64_t;
    29  #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
    30  #include <gconv.h>
    31  typedef union {
    32  	struct __gconv_info __cd;
    33  	struct {
    34  		struct __gconv_info __cd;
    35  		struct __gconv_step_data __data;
    36  	} __combined;
    37  } _G_iconv_t;
    38  #endif
    39  
    40  /* These library features are always available in the GNU C library.  */
    41  #define _G_va_list __gnuc_va_list
    42  
    43  #define _G_HAVE_MMAP 1
    44  #define _G_HAVE_MREMAP 1
    45  
    46  #define _G_IO_IO_FILE_VERSION 0x20001
    47  
    48  /* This is defined by <bits/stat.h> if `st_blksize' exists.  */
    49  #define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE)
    50  
    51  #define _G_BUFSIZ 8192
    52  
    53  #endif				/* _G_config.h */