openbsd-ports/www/links+/patches/patch-config_h_in
2005-05-10 18:21:00 +00:00

27 lines
716 B
Plaintext

$OpenBSD: patch-config_h_in,v 1.4 2005/05/10 18:21:00 fgsch Exp $
--- config.h.in.orig Thu Feb 24 13:19:10 2005
+++ config.h.in Tue May 10 14:34:14 2005
@@ -65,6 +65,12 @@
/* The number of bytes in a unsigned short. */
#undef SIZEOF_UNSIGNED_SHORT
+/* Define if you have the MD5Data function. */
+#undef HAVE_MD5DATA
+
+/* Define if you have the MD5Init function. */
+#undef HAVE_MD5INIT
+
/* Define if you have the calloc function. */
#undef HAVE_CALLOC
@@ -205,6 +211,9 @@
/* Define if you have the <ieee.h> header file. */
#undef HAVE_IEEE_H
+
+/* Define if you have the <inttypes.h> header file. */
+#undef HAVE_INTTYPES_H
/* Define if you have the <io.h> header file. */
#undef HAVE_IO_H