Roland, There are a source files (*.h and *.c) under the architecture specific directories of the major components:
usr/src/lib/libast: amd64/include/ast/ast_limits.h i386/include/ast/ast_limits.h sparc/include/ast/ast_limits.h sparcv9/include/ast/ast_limits.h for example. Some of these files contain values from the underlying OS headers and if those values change then these sources would not detect that because they are now hard coded and not autogenerated. Don and I believe these files need to be autogenerated at build time and not hardcoded the way they are. Can you change this please? thanks, craig