Prepend krb5/ to include paths that live in /usr/include/krb5/ so that

we can deprecate the requirement of -I/usr/include/krb5 when building
kerberos apps.
This commit is contained in:
elric 2003-01-26 22:06:39 +00:00
parent e218521496
commit 3e20adf4a8
4 changed files with 15 additions and 15 deletions

View File

@ -32,14 +32,14 @@
*/
/* $Heimdal: hdb.h,v 1.31 2000/07/08 16:03:37 joda Exp $
$NetBSD: hdb.h,v 1.1.1.3 2002/09/12 12:41:40 joda Exp $ */
$NetBSD: hdb.h,v 1.2 2003/01/26 22:06:39 elric Exp $ */
#ifndef __HDB_H__
#define __HDB_H__
#include <hdb_err.h>
#include <krb5/hdb_err.h>
#include <hdb_asn1.h>
#include <krb5/hdb_asn1.h>
enum hdb_lockop{ HDB_RLOCK, HDB_WLOCK };
@ -87,6 +87,6 @@ typedef krb5_error_code (*hdb_foreach_func_t)(krb5_context, HDB*,
hdb_entry*, void*);
extern krb5_kt_ops hdb_kt_ops;
#include <hdb-protos.h>
#include <krb5/hdb-protos.h>
#endif /* __HDB_H__ */

View File

@ -32,7 +32,7 @@
*/
/* $Heimdal: krb5.h,v 1.205 2002/09/03 17:31:47 joda Exp $
$NetBSD: krb5.h,v 1.1.1.6 2002/09/12 12:41:41 joda Exp $ */
$NetBSD: krb5.h,v 1.2 2003/01/26 22:06:40 elric Exp $ */
#ifndef __KRB5_H__
#define __KRB5_H__
@ -44,12 +44,12 @@
typedef socklen_t krb5_socklen_t;
typedef ssize_t krb5_ssize_t;
#include <asn1_err.h>
#include <krb5_err.h>
#include <heim_err.h>
#include <k524_err.h>
#include <krb5/asn1_err.h>
#include <krb5/krb5_err.h>
#include <krb5/heim_err.h>
#include <krb5/k524_err.h>
#include <krb5_asn1.h>
#include <krb5/krb5_asn1.h>
/* name confusion with MIT */
#ifndef KRB5KDC_ERR_KEY_EXP
@ -670,7 +670,7 @@ struct credentials; /* this is to keep the compiler happy */
struct getargs;
struct sockaddr;
#include <krb5-protos.h>
#include <krb5/krb5-protos.h>
#endif /* __KRB5_H__ */

View File

@ -33,7 +33,7 @@
*/
/* $Heimdal: roken.h.in,v 1.169 2002/08/26 21:43:38 assar Exp $
$NetBSD: roken.h.in,v 1.2 2002/09/20 21:48:58 mycroft Exp $ */
$NetBSD: roken.h.in,v 1.3 2003/01/26 22:06:40 elric Exp $ */
#include <stdio.h>
#include <stdlib.h>
@ -148,7 +148,7 @@ struct sockaddr_dl;
typedef int ssize_t;
#endif
#include <roken-common.h>
#include <krb5/roken-common.h>
ROKEN_CPP_START

View File

@ -31,14 +31,14 @@
* SUCH DAMAGE.
*/
/* $Heimdal: ss.h,v 1.3 2000/05/25 00:15:21 assar Exp $
$NetBSD: ss.h,v 1.1.1.3 2002/09/12 12:41:43 joda Exp $ */
$NetBSD: ss.h,v 1.2 2003/01/26 22:06:41 elric Exp $ */
/* SS compatibility for SL */
#ifndef __ss_h__
#define __ss_h__
#include <sl.h>
#include <krb5/sl.h>
typedef SL_cmd ss_request_table;