use headers.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3327 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -41,7 +41,7 @@
|
|||||||
#ifndef __HPROP_H__
|
#ifndef __HPROP_H__
|
||||||
#define __HPROP_H__
|
#define __HPROP_H__
|
||||||
|
|
||||||
#include "kdc_locl.h"
|
#include "headers.h"
|
||||||
|
|
||||||
#define HPROP_VERSION "hprop-0.0"
|
#define HPROP_VERSION "hprop-0.0"
|
||||||
#define HPROP_NAME "hprop"
|
#define HPROP_NAME "hprop"
|
||||||
|
@@ -43,49 +43,7 @@
|
|||||||
#ifndef __KDC_LOCL_H__
|
#ifndef __KDC_LOCL_H__
|
||||||
#define __KDC_LOCL_H__
|
#define __KDC_LOCL_H__
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#include "headers.h"
|
||||||
#include <config.h>
|
|
||||||
#endif
|
|
||||||
#include <stdio.h>
|
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <signal.h>
|
|
||||||
#include <stdarg.h>
|
|
||||||
#ifdef HAVE_SYS_TYPES_H
|
|
||||||
#include <sys/types.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_FCNTL_H
|
|
||||||
#include <fcntl.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_SYS_SELECT_H
|
|
||||||
#include <sys/select.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_SYS_SOCKET_H
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_NETINET_IN_H
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_ARPA_INET_H
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#endif
|
|
||||||
#ifdef HAVE_NETDB_H
|
|
||||||
#include <netdb.h>
|
|
||||||
#endif
|
|
||||||
#include <err.h>
|
|
||||||
#include <roken.h>
|
|
||||||
#include <getarg.h>
|
|
||||||
#include <krb5.h>
|
|
||||||
#include <hdb_err.h>
|
|
||||||
|
|
||||||
#ifdef KRB4
|
|
||||||
#define krb_as_req krb4_as_req
|
|
||||||
#include <krb.h>
|
|
||||||
#include <prot.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "hdb.h"
|
|
||||||
|
|
||||||
extern krb5_context context;
|
extern krb5_context context;
|
||||||
|
|
||||||
@@ -123,6 +81,4 @@ char* kdc_log_msg(int, const char*, ...);
|
|||||||
|
|
||||||
Key *unseal_key(Key *key);
|
Key *unseal_key(Key *key);
|
||||||
|
|
||||||
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
|
|
||||||
|
|
||||||
#endif /* __KDC_LOCL_H__ */
|
#endif /* __KDC_LOCL_H__ */
|
||||||
|
@@ -36,7 +36,7 @@
|
|||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "kdc_locl.h"
|
#include "headers.h"
|
||||||
#include <getarg.h>
|
#include <getarg.h>
|
||||||
|
|
||||||
RCSID("$Id$");
|
RCSID("$Id$");
|
||||||
|
Reference in New Issue
Block a user