libreplace: include <krb5.h> and <com_err.h> and no heimdal specific headers
[abartlet/samba.git/.git] / source / 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