aboutsummaryrefslogtreecommitdiff
path: root/crypto/heimdal/include/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/include/config.h.in')
-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 6cbd298470e5..9707f5658277 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