K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-10-05T10:05:55.000000Z K 7 svn:log V 324 Define HAVE_KERNEL_OPTION_HEADERS when building kernel and when building modules along with kernel. After this change it is possible to embrace opt_*.h includes with ifdef HAVE_KERNEL_OPTION_HEADERS. And thus, avoid editing a lot of Makefiles in modules directory each time we introduce a new opt_xxx.h. Requested by: bde END