eglibc.config 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. # This file sets default values for all option group variables
  2. # mentioned in option-groups.def; see that file for a description of
  3. # each option group.
  4. #
  5. # Subdirectory makefiles include this file before including the user's
  6. # settings from option-groups.config at the top of the build tree;
  7. # that file need only refer to those options whose default settings
  8. # are to be changed.
  9. #
  10. # By default, all option groups are enabled.
  11. OPTION_EGLIBC_ADVANCED_INET6 = y
  12. OPTION_EGLIBC_BACKTRACE = n
  13. OPTION_EGLIBC_BIG_MACROS = y
  14. OPTION_EGLIBC_BSD = y
  15. OPTION_EGLIBC_CXX_TESTS = n
  16. OPTION_EGLIBC_CATGETS = n
  17. OPTION_EGLIBC_CHARSETS = n
  18. OPTION_EGLIBC_DB_ALIASES = n
  19. OPTION_EGLIBC_ENVZ = y
  20. OPTION_EGLIBC_FCVT = y
  21. OPTION_EGLIBC_FMTMSG = y
  22. OPTION_EGLIBC_FSTAB = y
  23. OPTION_EGLIBC_FTRAVERSE = y
  24. OPTION_EGLIBC_GETLOGIN = y
  25. OPTION_EGLIBC_INET = y
  26. OPTION_EGLIBC_LIBM = y
  27. OPTION_EGLIBC_LOCALES = n
  28. OPTION_EGLIBC_LOCALE_CODE = n
  29. OPTION_EGLIBC_MEMUSAGE = y
  30. OPTION_EGLIBC_NIS = n
  31. OPTION_EGLIBC_NSSWITCH = n
  32. OPTION_EGLIBC_RCMD = y
  33. OPTION_EGLIBC_SPAWN = y
  34. OPTION_EGLIBC_STREAMS = y
  35. OPTION_EGLIBC_SUNRPC = y
  36. OPTION_EGLIBC_UTMP = y
  37. OPTION_EGLIBC_UTMPX = y
  38. OPTION_EGLIBC_WORDEXP = y
  39. OPTION_POSIX_C_LANG_WIDE_CHAR = y
  40. OPTION_POSIX_REGEXP = y
  41. OPTION_POSIX_REGEXP_GLIBC = n
  42. OPTION_POSIX_WIDE_CHAR_DEVICE_IO = y