K 10 svn:author V 7 glebius K 8 svn:date V 27 2005-10-07T13:55:58.000000Z K 7 svn:log V 371 MFC: 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 Approved by: re (kensmith) END