#ifndef __COPPINO_SETTINGS_ #define __COPPINO_SETTINGS_ /* coppino configuration settings */ // Enable IPv6 automatic prefix configuration (listens for RADV) constexpr bool ENABLE_SLAAC = false; #endif