use headers.h

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3327 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-01 15:54:23 +00:00
parent eab8b0bdfe
commit ed3371fb5c
3 changed files with 3 additions and 47 deletions

View File

@@ -41,7 +41,7 @@
#ifndef __HPROP_H__
#define __HPROP_H__
#include "kdc_locl.h"
#include "headers.h"
#define HPROP_VERSION "hprop-0.0"
#define HPROP_NAME "hprop"

View File

@@ -43,49 +43,7 @@
#ifndef __KDC_LOCL_H__
#define __KDC_LOCL_H__
#ifdef HAVE_CONFIG_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"
#include "headers.h"
extern krb5_context context;
@@ -123,6 +81,4 @@ char* kdc_log_msg(int, const char*, ...);
Key *unseal_key(Key *key);
#define ALLOC(X) ((X) = malloc(sizeof(*(X))))
#endif /* __KDC_LOCL_H__ */

View File

@@ -36,7 +36,7 @@
* SUCH DAMAGE.
*/
#include "kdc_locl.h"
#include "headers.h"
#include <getarg.h>
RCSID("$Id$");