summaryrefslogtreecommitdiff
path: root/kerberosV/include/config.h
diff options
context:
space:
mode:
authorBjorn Sandell <biorn@cvs.openbsd.org>2004-10-29 16:25:47 +0000
committerBjorn Sandell <biorn@cvs.openbsd.org>2004-10-29 16:25:47 +0000
commitaa89409de66e0e300f5c207eca07d1095f913f63 (patch)
treea71aa0a6db956fec2470a9ab7512b43e0a2f4a59 /kerberosV/include/config.h
parent1b492e842cb8abf57216d3357963f6b68d3ff64d (diff)
Merge with heimdal-0.6.3 Tested by beck@, msf@, me and others. ok beck@
Diffstat (limited to 'kerberosV/include/config.h')
-rw-r--r--kerberosV/include/config.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/kerberosV/include/config.h b/kerberosV/include/config.h
index 0b6ac61f4e3..33a26d7b6bc 100644
--- a/kerberosV/include/config.h
+++ b/kerberosV/include/config.h
@@ -161,6 +161,9 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
/* Define if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
+/* Define to 1 if you have the `dlopen' function. */
+/* #undef HAVE_DLOPEN 1 */
+
/* Define if you have the `dn_expand' function. */
#define HAVE_DN_EXPAND 1
@@ -1014,6 +1017,12 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
/* Define if you have the `_getpty' function. */
/* #undef HAVE__GETPTY */
+/* Define if you have the `_res' variable. */
+#define HAVE__RES 1
+
+/* define if your system declares _res */
+#define HAVE__RES_DECLARATION 1
+
/* Define if you have the `_scrsize' function. */
/* #undef HAVE__SCRSIZE */
@@ -1036,7 +1045,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#define KRB5 1
/* Define if krb_mk_req takes cons char * */
-#define KRB_MK_REQ_CONST
+/* #undef KRB_MK_REQ_CONST */
/* Define to zero if your krb.h doesn't */
/* #undef KRB_VERIFY_NOT_SECURE */
@@ -1142,7 +1151,7 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
/* #undef TM_IN_SYS_TIME */
/* Version number of package */
-#define VERSION "0.6RC1"
+#define VERSION "0.6.3"
/* Define if signal handlers return void. */
#define VOID_RETSIGTYPE 1