K 10 svn:author V 7 asmodai K 8 svn:date V 27 2000-11-08T16:59:25.000000Z K 7 svn:log V 688 Fix CMSG and ALIGN macro usage. Previously we had to include or bogusly due to the fact that CMSG macros needed the ALIGN macro, which was defined in param.h. However, including param.h was a disaster for namespace pollution. This solution, as contributed by shin a while ago, fixes it elegantly by wrapping the definitions around some namespace pollution preventer definitions. This patch was long overdue. This should allow any network programmer to use as before. PR: 19971, 20530 Submitted by: Martin Kaeske Mark Andrews Patch submitted by: shin Reviewed by: bde END