xref: /utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/gnu/option-groups.h (revision 53ee8cc121a030b8d368113ac3e966b4705770ef)
1 /* This file is automatically generated by scripts/option-groups.awk
2    in the EGLIBC source tree.
3 
4    It defines macros that indicate which EGLIBC option groups were
5    configured in 'option-groups.config' when this C library was
6    built.  For each option group named OPTION_foo, it #defines
7    __OPTION_foo to be 1 if the group is enabled, or leaves that
8    symbol undefined if the group is disabled.  */
9 
10 #ifndef __GNU_OPTION_GROUPS_H
11 #define __GNU_OPTION_GROUPS_H
12 
13 #define __OPTION_EGLIBC_ADVANCED_INET6 1
14 #define __OPTION_EGLIBC_BACKTRACE 1
15 #define __OPTION_EGLIBC_BSD 1
16 #define __OPTION_EGLIBC_CATGETS 1
17 #define __OPTION_EGLIBC_CHARSETS 1
18 #define __OPTION_EGLIBC_CXX_TESTS 1
19 #define __OPTION_EGLIBC_DB_ALIASES 1
20 #define __OPTION_EGLIBC_ENVZ 1
21 #define __OPTION_EGLIBC_FSTAB 1
22 #define __OPTION_EGLIBC_GETLOGIN 1
23 #define __OPTION_EGLIBC_INET 1
24 #define __OPTION_EGLIBC_LIBM 1
25 #define __OPTION_EGLIBC_LOCALES 1
26 #define __OPTION_EGLIBC_LOCALE_CODE 1
27 #define __OPTION_EGLIBC_NIS 1
28 #define __OPTION_EGLIBC_NSSWITCH 1
29 #define __OPTION_EGLIBC_RCMD 1
30 #define __OPTION_EGLIBC_SPAWN 1
31 #define __OPTION_EGLIBC_STREAMS 1
32 #define __OPTION_EGLIBC_SUNRPC 1
33 #define __OPTION_EGLIBC_UTMP 1
34 #define __OPTION_EGLIBC_UTMPX 1
35 #define __OPTION_EGLIBC_WORDEXP 1
36 #define __OPTION_POSIX_C_LANG_WIDE_CHAR 1
37 #define __OPTION_POSIX_REGEXP 1
38 #define __OPTION_POSIX_WIDE_CHAR_DEVICE_IO 1
39 
40 #endif /* __GNU_OPTION_GROUPS_H */
41