Tweak ifdefs for backward compatibility.

This commit is contained in:
Dag-Erling Smørgrav 2006-10-03 11:33:25 +00:00
parent 30af71199e
commit 497e3d52a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162984

View File

@ -83,7 +83,9 @@ __RCSID("$FreeBSD$");
#ifdef __FreeBSD__
#include <resolv.h>
#ifdef GSSAPI
#if defined(GSSAPI) && defined(HAVE_GSSAPI_H)
#include <gssapi.h>
#elif defined(GSSAPI) && defined(HAVE_GSSAPI_GSSAPI_H)
#include <gssapi/gssapi.h>
#endif
#endif