1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

Avoid warning about KRB5_DEPRECATE with MIT libs

This commit is contained in:
Simo Sorce 2012-04-22 19:05:31 -04:00
parent 87c95e49ef
commit 360c11eaaa

View File

@ -28,6 +28,10 @@
#define KRB5_PRIVATE 1 /* this file uses PRIVATE interfaces! */
/* this file uses DEPRECATED interfaces! */
#ifdef KRB5_DEPRECATED
#undef KRB5_DEPRECATED
#endif
#if defined(HAVE_KRB5_DEPRECATED_WITH_IDENTIFIER)
#define KRB5_DEPRECATED 1
#else