source: rtems-libbsd/rtemsbsd/include/rtems/bsd/local/opt_inet6.h @ 338f300

55-freebsd-126-freebsd-12
Last change on this file since 338f300 was 338f300, checked in by Christian Mauderer <christian.mauderer@…>, on 04/25/18 at 14:28:00

buildset: Add minimal and everything config.

This adds two new buildset configurations: One that leaves out as much
features as possible and one that enables all features. For the default
configuration WiFi? support is now disabled.

To disable IPv6 for the minimal configuration, all -DINET6 are
eliminated in libbsd.py. They are now replaced by a #ifdef that checks
for RTEMS_BSD_MODULE_NETINET6 instead.

Close #3351.

  • Property mode set to 100644
File size: 89 bytes
Line 
1#include <rtems/bsd/modules.h>
2#ifdef RTEMS_BSD_MODULE_NETINET6
3  #define INET6 1
4#endif
Note: See TracBrowser for help on using the repository browser.