Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include/heimdal regenerate files for heimdal 0.6
details: https://anonhg.NetBSD.org/src/rev/0438ca7bfbb1
branches: trunk
changeset: 547262:0438ca7bfbb1
user: lha <lha%NetBSD.org@localhost>
date: Thu May 15 22:58:02 2003 +0000
description:
regenerate files for heimdal 0.6
diffstat:
include/heimdal/config.h | 42 +++++++++++++++++++--------------------
include/heimdal/crypto-headers.h | 1 +
include/heimdal/roken.h | 11 +++++----
3 files changed, 27 insertions(+), 27 deletions(-)
diffs (167 lines):
diff -r f7ef3db6d053 -r 0438ca7bfbb1 include/heimdal/config.h
--- a/include/heimdal/config.h Thu May 15 21:36:30 2003 +0000
+++ b/include/heimdal/config.h Thu May 15 22:58:02 2003 +0000
@@ -164,9 +164,7 @@
#define HAVE_DLFCN_H 1
/* Define to 1 if you have the `dlopen' function. */
-#if !defined(NO_DLOPEN)
#define HAVE_DLOPEN 1
-#endif
/* Define to 1 if you have the `dn_expand' function. */
#define HAVE_DN_EXPAND 1
@@ -542,7 +540,7 @@
#define HAVE_POLL 1
/* 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. */
/* #undef HAVE_PTSNAME */
@@ -656,7 +654,7 @@
#define HAVE_SETSTATE 1
/* 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. */
/* #undef HAVE_SGI_GETCAPABILITYBYNAME */
@@ -1263,13 +1261,13 @@
#define PACKAGE_NAME "Heimdal"
/* 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 PACKAGE_TARNAME "heimdal"
/* 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). */
/* #undef POSIX_GETLOGIN */
@@ -1305,7 +1303,7 @@
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "0.5"
+#define VERSION "0.6"
/* Define if signal handlers return void. */
#define VOID_RETSIGTYPE 1
@@ -1357,6 +1355,13 @@
/* Define to `int' if <sys/types.h> doesn't define. */
/* #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)
#define AUTHENTICATION 1
@@ -1381,6 +1386,14 @@
#include "roken_rename.h"
#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
#define SIGRETURN(x) return
#else
@@ -1392,21 +1405,6 @@
#define isoc_realloc(X, Y) ((X) ? realloc((X), (Y)) : malloc(Y))
#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
# include <sys/types.h>
diff -r f7ef3db6d053 -r 0438ca7bfbb1 include/heimdal/crypto-headers.h
--- a/include/heimdal/crypto-headers.h Thu May 15 21:36:30 2003 +0000
+++ b/include/heimdal/crypto-headers.h Thu May 15 22:58:02 2003 +0000
@@ -1,5 +1,6 @@
#ifndef __crypto_headers_h__
#define __crypto_headers_h__
+#define OPENSSL_DES_LIBDES_COMPATIBILITY
#include <openssl/des.h>
#include <openssl/rc4.h>
#include <openssl/md4.h>
diff -r f7ef3db6d053 -r 0438ca7bfbb1 include/heimdal/roken.h
--- a/include/heimdal/roken.h Thu May 15 21:36:30 2003 +0000
+++ b/include/heimdal/roken.h Thu May 15 22:58:02 2003 +0000
@@ -39,7 +39,7 @@
*/
/* $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 <stdlib.h>
@@ -77,6 +77,7 @@
#define ROKEN_LIB_FUNCTION
+
#include <roken-common.h>
ROKEN_CPP_START
@@ -148,6 +149,9 @@
+
+
+
time_t tm2time (struct tm tm, int local);
int unix_verify_user(char *user, char *password);
@@ -204,11 +208,8 @@
int roken_getaddrinfo_hostspec2(const char *, int, int, struct addrinfo **);
void *emalloc (size_t);
-
void *ecalloc(size_t num, size_t sz);
-
void *erealloc (void *, size_t);
-
char *estrdup (const char *);
/*
@@ -234,6 +235,6 @@
const char *get_progname(void);
ROKEN_CPP_END
-#define ROKEN_VERSION 0.5
+#define ROKEN_VERSION 0.6
#endif /* __ROKEN_H__ */
Home |
Main Index |
Thread Index |
Old Index