openbsd-ports/www/links+/patches/patch-config_h_in

27 lines
716 B
Plaintext
Raw Normal View History

$OpenBSD: patch-config_h_in,v 1.3 2005/02/24 22:24:55 fgsch Exp $
--- config.h.in.orig Sat Jan 22 17:54:24 2005
+++ config.h.in Mon Feb 21 13:46:14 2005
@@ -65,6 +65,12 @@
/* The number of bytes in a unsigned short. */
#undef SIZEOF_UNSIGNED_SHORT
2002-12-17 03:09:23 -05:00
+/* 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
2002-12-17 03:09:23 -05:00
@@ -181,6 +187,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