K 10 svn:author V 8 truckman K 8 svn:date V 27 2012-06-13T07:36:50.000000Z K 7 svn:log V 654 Rev 1.13 did not fix the build with Heimdal 1.5.x because the extra include files required by the updated were guarded by "#if HAVE_COM_ERR_H", which configure does not define when compiling the test program. There was also an extra inclusion of inside the #if/#endif block. For some odd reason, a number of the other include file tests in the configure script are written with an extra #include, but it is harmless in those cases because the #if conditions are not met. Remove the #if test and the redundant include from the test program for . Make a similar fix to the test for . Reviewed by: mezz END