regenerate files for heimdal 0.6
This commit is contained in:
parent
b224fef26e
commit
3ca42f1c25
@ -164,9 +164,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
|||||||
#define HAVE_DLFCN_H 1
|
#define HAVE_DLFCN_H 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `dlopen' function. */
|
/* Define to 1 if you have the `dlopen' function. */
|
||||||
#if !defined(NO_DLOPEN)
|
|
||||||
#define HAVE_DLOPEN 1
|
#define HAVE_DLOPEN 1
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Define to 1 if you have the `dn_expand' function. */
|
/* Define to 1 if you have the `dn_expand' function. */
|
||||||
#define HAVE_DN_EXPAND 1
|
#define HAVE_DN_EXPAND 1
|
||||||
@ -542,7 +540,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
|||||||
#define HAVE_POLL 1
|
#define HAVE_POLL 1
|
||||||
|
|
||||||
/* Define to 1 if you have the <pthread.h> header file. */
|
/* Define to 1 if you have the <pthread.h> header file. */
|
||||||
/* #undef HAVE_PTHREAD_H */
|
#define HAVE_PTHREAD_H 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `ptsname' function. */
|
/* Define to 1 if you have the `ptsname' function. */
|
||||||
/* #undef HAVE_PTSNAME */
|
/* #undef HAVE_PTSNAME */
|
||||||
@ -656,7 +654,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
|||||||
#define HAVE_SETSTATE 1
|
#define HAVE_SETSTATE 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `setutent' function. */
|
/* Define to 1 if you have the `setutent' function. */
|
||||||
/* #undef HAVE_SETUTENT */
|
#define HAVE_SETUTENT 1
|
||||||
|
|
||||||
/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
|
/* Define to 1 if you have the `sgi_getcapabilitybyname' function. */
|
||||||
/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
|
/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
|
||||||
@ -1263,13 +1261,13 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
|||||||
#define PACKAGE_NAME "Heimdal"
|
#define PACKAGE_NAME "Heimdal"
|
||||||
|
|
||||||
/* Define to the full name and version of this package. */
|
/* Define to the full name and version of this package. */
|
||||||
#define PACKAGE_STRING "Heimdal 0.5"
|
#define PACKAGE_STRING "Heimdal 0.6"
|
||||||
|
|
||||||
/* Define to the one symbol short name of this package. */
|
/* Define to the one symbol short name of this package. */
|
||||||
#define PACKAGE_TARNAME "heimdal"
|
#define PACKAGE_TARNAME "heimdal"
|
||||||
|
|
||||||
/* Define to the version of this package. */
|
/* Define to the version of this package. */
|
||||||
#define PACKAGE_VERSION "0.5"
|
#define PACKAGE_VERSION "0.6"
|
||||||
|
|
||||||
/* Define if getlogin has POSIX flavour (and not BSD). */
|
/* Define if getlogin has POSIX flavour (and not BSD). */
|
||||||
/* #undef POSIX_GETLOGIN */
|
/* #undef POSIX_GETLOGIN */
|
||||||
@ -1305,7 +1303,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
|||||||
/* #undef TM_IN_SYS_TIME */
|
/* #undef TM_IN_SYS_TIME */
|
||||||
|
|
||||||
/* Version number of package */
|
/* Version number of package */
|
||||||
#define VERSION "0.5"
|
#define VERSION "0.6"
|
||||||
|
|
||||||
/* Define if signal handlers return void. */
|
/* Define if signal handlers return void. */
|
||||||
#define VOID_RETSIGTYPE 1
|
#define VOID_RETSIGTYPE 1
|
||||||
@ -1357,6 +1355,13 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
|||||||
/* Define to `int' if <sys/types.h> doesn't define. */
|
/* Define to `int' if <sys/types.h> doesn't define. */
|
||||||
/* #undef uid_t */
|
/* #undef uid_t */
|
||||||
|
|
||||||
|
#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
|
||||||
|
#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
|
||||||
|
#else
|
||||||
|
#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
|
#if defined(ENCRYPTION) && !defined(AUTHENTICATION)
|
||||||
#define AUTHENTICATION 1
|
#define AUTHENTICATION 1
|
||||||
@ -1381,6 +1386,14 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
|||||||
#include "roken_rename.h"
|
#include "roken_rename.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_KRB_KDCTIMEOFDAY
|
||||||
|
#define krb_kdctimeofday(X) gettimeofday((X), NULL)
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifndef HAVE_KRB_GET_KDC_TIME_DIFF
|
||||||
|
#define krb_get_kdc_time_diff() (0)
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef VOID_RETSIGTYPE
|
#ifdef VOID_RETSIGTYPE
|
||||||
#define SIGRETURN(x) return
|
#define SIGRETURN(x) return
|
||||||
#else
|
#else
|
||||||
@ -1392,21 +1405,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "@(#)" msg }
|
|||||||
#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
|
#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(HAVE_FOUR_VALUED_KRB_PUT_INT) || !defined(KRB4)
|
|
||||||
#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (L), (S))
|
|
||||||
#else
|
|
||||||
#define KRB_PUT_INT(F, T, L, S) krb_put_int((F), (T), (S))
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#ifndef HAVE_KRB_KDCTIMEOFDAY
|
|
||||||
#define krb_kdctimeofday(X) gettimeofday((X), NULL)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef HAVE_KRB_GET_KDC_TIME_DIFF
|
|
||||||
#define krb_get_kdc_time_diff() (0)
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
#if ENDIANESS_IN_SYS_PARAM_H
|
#if ENDIANESS_IN_SYS_PARAM_H
|
||||||
# include <sys/types.h>
|
# include <sys/types.h>
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
#ifndef __crypto_headers_h__
|
#ifndef __crypto_headers_h__
|
||||||
#define __crypto_headers_h__
|
#define __crypto_headers_h__
|
||||||
|
#define OPENSSL_DES_LIBDES_COMPATIBILITY
|
||||||
#include <openssl/des.h>
|
#include <openssl/des.h>
|
||||||
#include <openssl/rc4.h>
|
#include <openssl/rc4.h>
|
||||||
#include <openssl/md4.h>
|
#include <openssl/md4.h>
|
||||||
|
@ -39,7 +39,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Heimdal: roken.h.in,v 1.169 2002/08/26 21:43:38 assar Exp $
|
/* $Heimdal: roken.h.in,v 1.169 2002/08/26 21:43:38 assar Exp $
|
||||||
$NetBSD: roken.h,v 1.10 2003/01/27 06:19:41 elric Exp $ */
|
$NetBSD: roken.h,v 1.11 2003/05/15 22:58:02 lha Exp $ */
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
@ -77,6 +77,7 @@
|
|||||||
|
|
||||||
#define ROKEN_LIB_FUNCTION
|
#define ROKEN_LIB_FUNCTION
|
||||||
|
|
||||||
|
|
||||||
#include <roken-common.h>
|
#include <roken-common.h>
|
||||||
|
|
||||||
ROKEN_CPP_START
|
ROKEN_CPP_START
|
||||||
@ -148,6 +149,9 @@ int mkstemp(char *);
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
time_t tm2time (struct tm tm, int local);
|
time_t tm2time (struct tm tm, int local);
|
||||||
|
|
||||||
int unix_verify_user(char *user, char *password);
|
int unix_verify_user(char *user, char *password);
|
||||||
@ -204,11 +208,8 @@ int roken_getaddrinfo_hostspec(const char *, int, struct addrinfo **);
|
|||||||
int roken_getaddrinfo_hostspec2(const char *, int, int, struct addrinfo **);
|
int roken_getaddrinfo_hostspec2(const char *, int, int, struct addrinfo **);
|
||||||
|
|
||||||
void *emalloc (size_t);
|
void *emalloc (size_t);
|
||||||
|
|
||||||
void *ecalloc(size_t num, size_t sz);
|
void *ecalloc(size_t num, size_t sz);
|
||||||
|
|
||||||
void *erealloc (void *, size_t);
|
void *erealloc (void *, size_t);
|
||||||
|
|
||||||
char *estrdup (const char *);
|
char *estrdup (const char *);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
@ -234,6 +235,6 @@ void set_progname(char *argv0);
|
|||||||
const char *get_progname(void);
|
const char *get_progname(void);
|
||||||
|
|
||||||
ROKEN_CPP_END
|
ROKEN_CPP_END
|
||||||
#define ROKEN_VERSION 0.5
|
#define ROKEN_VERSION 0.6
|
||||||
|
|
||||||
#endif /* __ROKEN_H__ */
|
#endif /* __ROKEN_H__ */
|
||||||
|
Loading…
Reference in New Issue
Block a user