Dmitry Timoshkov dmitry@baikal.ru writes:
When compiling without HAVE_KRB5_KRB5_H defined the compiler issues a warning about libkrb5_handle not being used, libkrb5_handle will be used later as a detection that libkrb5 is available.
I'll move this to avoid the warning, it can be moved back when it's used. Though it may be cleaner to always check it inside the ifdef anyway.