Skip to content
Snippets Groups Projects
Commit dc39e1f3 authored by Rene Brun's avatar Rene Brun
Browse files

From Eddy Offermann

change required for MacosX


git-svn-id: http://root.cern.ch/svn/root/trunk@7694 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6a01947f
No related branches found
No related tags found
No related merge requests found
// @(#)root/krb5auth:$Name: $:$Id: Krb5Auth.h,v 1.3 2003/10/28 23:29:24 brun Exp $
// @(#)root/krb5auth:$Name: $:$Id: Krb5Auth.h,v 1.4 2003/11/07 03:29:41 rdm Exp $
// Author: Johannes Muelmenstaedt 17/03/2002
/*************************************************************************
......@@ -41,7 +41,7 @@
extern "C" {
#define KRB5_PRIVATE 1
#if (defined(__sun) || defined(__sgi)) && !defined(linux)
#if (defined(__sun) || defined(__sgi) || defined(__APPLE__)) && !defined(linux)
#include <com_err.h>
#endif
#include <krb5.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment