1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

s3-krb5 Move #ifdef HAVE_KRB5 above #include of libcli/auth/krb5_wrap.h

Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Fri Apr 15 01:22:51 CEST 2011 on sn-devel-104
This commit is contained in:
Andrew Bartlett 2011-04-15 08:29:45 +10:00
parent 4389bf4bc9
commit 9c2aa5b18d

View File

@ -1,6 +1,8 @@
#ifndef _HEADER_smb_krb5_h
#define _HEADER_smb_krb5_h
#ifdef HAVE_KRB5
#define KRB5_PRIVATE 1 /* this file uses PRIVATE interfaces! */
/* this file uses DEPRECATED interfaces! */
@ -40,7 +42,6 @@
#define AP_OPTS_USE_SUBKEY 0
#endif
#ifdef HAVE_KRB5
typedef struct {
#if defined(HAVE_MAGIC_IN_KRB5_ADDRESS) && defined(HAVE_ADDRTYPE_IN_KRB5_ADDRESS) /* MIT */
krb5_address **addrs;