blob: 3d651ff87c7c431b4660890a5ec816c781910575 (
plain) (
blame)
1
2
3
4
5
|
/* $FreeBSD: src/include/gssapi.h,v 1.1.10.1.6.1 2010/12/21 17:09:25 kensmith Exp $ */
#ifdef __GNUC__
#warning "this file includes <gssapi.h> which is deprecated, use <gssapi/gssapi.h> instead"
#endif
#include <gssapi/gssapi.h>
|