summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/include
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-02-24 11:07:16 +0000
committermarkm <markm@FreeBSD.org>2000-02-24 11:07:16 +0000
commitfa8b1a96d3a4e7cb6123f48b6c27b717a5ed86fe (patch)
tree2e1873a5f9196289affc301c4d3c862d04a3f4c8 /crypto/heimdal/include
parent4ecbd6db44d79348bc815f31096e53104f50838b (diff)
downloadFreeBSD-src-fa8b1a96d3a4e7cb6123f48b6c27b717a5ed86fe.zip
FreeBSD-src-fa8b1a96d3a4e7cb6123f48b6c27b717a5ed86fe.tar.gz
Vendor import of Heimdal 0.2n
Diffstat (limited to 'crypto/heimdal/include')
-rw-r--r--crypto/heimdal/include/config.h.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/crypto/heimdal/include/config.h.in b/crypto/heimdal/include/config.h.in
index 6cbd298..9707f56 100644
--- a/crypto/heimdal/include/config.h.in
+++ b/crypto/heimdal/include/config.h.in
@@ -39,6 +39,24 @@
/* Define if lex declares yytext as a char * by default, not a char[]. */
#undef YYTEXT_POINTER
+/* Define if you have the MD4Init function. */
+#undef HAVE_MD4INIT
+
+/* Define if you have the MD4_Init function. */
+#undef HAVE_MD4_INIT
+
+/* Define if you have the MD5Init function. */
+#undef HAVE_MD5INIT
+
+/* Define if you have the MD5_Init function. */
+#undef HAVE_MD5_INIT
+
+/* Define if you have the SHA1Init function. */
+#undef HAVE_SHA1INIT
+
+/* Define if you have the SHA1_Init function. */
+#undef HAVE_SHA1_INIT
+
/* Define if you have the XauFileName function. */
#undef HAVE_XAUFILENAME
@@ -84,6 +102,9 @@
/* Define if you have the dbopen function. */
#undef HAVE_DBOPEN
+/* Define if you have the des_cbc_encrypt function. */
+#undef HAVE_DES_CBC_ENCRYPT
+
/* Define if you have the dlopen function. */
#undef HAVE_DLOPEN
@@ -225,6 +246,9 @@
/* Define if you have the logwtmp function. */
#undef HAVE_LOGWTMP
+/* Define if you have the long_long function. */
+#undef HAVE_LONG_LONG
+
/* Define if you have the lstat function. */
#undef HAVE_LSTAT
@@ -750,9 +774,15 @@
/* Define if you have the crypt library (-lcrypt). */
#undef HAVE_LIBCRYPT
+/* Define if you have the crypto library (-lcrypto). */
+#undef HAVE_LIBCRYPTO
+
/* Define if you have the curses library (-lcurses). */
#undef HAVE_LIBCURSES
+/* Define if you have the des library (-ldes). */
+#undef HAVE_LIBDES
+
/* Define if you have the dl library (-ldl). */
#undef HAVE_LIBDL
OpenPOWER on IntegriCloud