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:
parent
87c95e49ef
commit
360c11eaaa
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user