Dr Andrew Scott G7VAV

My photo
 
March 2024
Mo Tu We Th Fr Sa Su
26 27 28 29 1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
1 2 3 4 5 6 7


_G_config.h
001: /* This file is needed by libio to define various configuration parameters.
002:    These are always the same in the GNU C library.  */
003: 
004: #ifndef _G_config_h
005: #define _G_config_h 1
006: 
007: /* Define types for libio in terms of the standard internal type names.  */
008: 
009: #include <bits/types.h>
010: #define __need_size_t
011: #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
012: # define __need_wchar_t
013: #endif
014: #define __need_NULL
015: #include <stddef.h>
016: #define __need_mbstate_t
017: #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
018: # define __need_wint_t
019: #endif
020: #include <wchar.h>
021: #define _G_size_t       size_t
022: typedef struct
023: {
024:   __off_t __pos;
025:   __mbstate_t __state;
026: } _G_fpos_t;
027: typedef struct
028: {
029:   __off64_t __pos;
030:   __mbstate_t __state;
031: } _G_fpos64_t;
032: #define _G_ssize_t      __ssize_t
033: #define _G_off_t        __off_t
034: #define _G_off64_t      __off64_t
035: #define _G_pid_t        __pid_t
036: #define _G_uid_t        __uid_t
037: #define _G_wchar_t      wchar_t
038: #define _G_wint_t       wint_t
039: #define _G_stat64       stat64
040: #if defined _LIBC || defined _GLIBCPP_USE_WCHAR_T
041: # include <gconv.h>
042: typedef union
043: {
044:   struct __gconv_info __cd;
045:   struct
046:   {
047:     struct __gconv_info __cd;
048:     struct __gconv_step_data __data;
049:   } __combined;
050: } _G_iconv_t;
051: #endif
052: 
053: typedef int _G_int16_t __attribute__ ((__mode__ (__HI__)));
054: typedef int _G_int32_t __attribute__ ((__mode__ (__SI__)));
055: typedef unsigned int _G_uint16_t __attribute__ ((__mode__ (__HI__)));
056: typedef unsigned int _G_uint32_t __attribute__ ((__mode__ (__SI__)));
057: 
058: #define _G_HAVE_BOOL 1
059: 
060: 
061: /* These library features are always available in the GNU C library.  */
062: #define _G_HAVE_ATEXIT 1
063: #define _G_HAVE_SYS_CDEFS 1
064: #define _G_HAVE_SYS_WAIT 1
065: #define _G_NEED_STDARG_H 1
066: #define _G_va_list __gnuc_va_list
067: 
068: #define _G_HAVE_PRINTF_FP 1
069: #define _G_HAVE_MMAP 1
070: #define _G_HAVE_MREMAP 1
071: #define _G_HAVE_LONG_DOUBLE_IO 1
072: #define _G_HAVE_IO_FILE_OPEN 1
073: #define _G_HAVE_IO_GETLINE_INFO 1
074: 
075: #define _G_IO_IO_FILE_VERSION 0x20001
076: 
077: #define _G_OPEN64       __open64
078: #define _G_LSEEK64      __lseek64
079: #define _G_MMAP64       __mmap64
080: #define _G_FSTAT64(fd,buf) __fxstat64 (_STAT_VER, fd, buf)
081: 
082: /* This is defined by <bits/stat.h> if `st_blksize' exists.  */
083: #define _G_HAVE_ST_BLKSIZE defined (_STATBUF_ST_BLKSIZE)
084: 
085: #define _G_BUFSIZ 8192
086: 
087: /* These are the vtbl details for ELF.  */
088: #define _G_NAMES_HAVE_UNDERSCORE 0
089: #define _G_VTABLE_LABEL_HAS_LENGTH 1
090: #define _G_USING_THUNKS 1
091: #define _G_VTABLE_LABEL_PREFIX "__vt_"
092: #define _G_VTABLE_LABEL_PREFIX_ID __vt_
093: 
094: 
095: #if defined __cplusplus || defined __STDC__
096: # define _G_ARGS(ARGLIST) ARGLIST
097: #else
098: # define _G_ARGS(ARGLIST) ()
099: #endif
100: 
101: #endif  /* _G_config.h */
102: 


for client 52.87.200.112
© Andrew Scott 2006 - 2024,
All Rights Reserved
http://www.andrew-scott.uk/
Andrew Scott
http://www.andrew-scott.co.uk/