libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers
authorStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 16:28:17 +0000 (18:28 +0200)
committerStefan Metzmacher <metze@samba.org>
Sun, 14 Sep 2008 16:28:17 +0000 (18:28 +0200)
metze
(partialy cherry picked from commit cffed8e19e22a1fa7b7a322b153df5d54e4c3be2)
(This used to be commit f46a17b408f8c78ecdff724f29d97f8f268d5577)

source3/lib/replace/system/kerberos.h

index 78aa7b943f979e13cb2ce3e4d1c1763c6c70149c..2981024bee5ee9e7b29cd20c7ee7eab875b67ba9 100644 (file)
 /* Whether krb5_princ_realm returns krb5_realm or krb5_data */
 #define KRB5_PRINC_REALM_RETURNS_REALM 1
 
-#include "heimdal/lib/krb5/krb5.h"
-#include "heimdal/lib/com_err/com_err.h"
+#include <krb5.h>
+#include <com_err.h>
+
 #endif
 
 #endif