K 10 svn:author V 2 ru K 8 svn:date V 27 2006-05-30T19:18:01.000000Z K 7 svn:log V 245 Enable -Wundef warnings for kernel/module compiles. From cpp.info: `-Wundef' Warn whenever an identifier which is not a macro is encountered in an `#if' directive, outside of `defined'. Such identifiers are replaced with zero. END