/** * \file * * * \brief Kernel signals configuration parameters * * \author Bernie Innocenti */ #ifndef CFG_SIGNAL_H #define CFG_SIGNAL_H /** * Inter-process signals. * $WIZ$ type = "autoenabled" */ #define CONFIG_KERN_SIGNALS 0 #endif /* CFG_SIGNAL_H */