2005-02-24 17:24:55 -05:00
|
|
|
$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
|
2004-12-03 20:01:42 -05:00
|
|
|
@@ -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
|
|
|
|
+
|
2004-12-03 20:01:42 -05:00
|
|
|
+/* Define if you have the MD5Init function. */
|
|
|
|
+#undef HAVE_MD5INIT
|
|
|
|
+
|
2005-02-24 17:24:55 -05:00
|
|
|
/* Define if you have the calloc function. */
|
|
|
|
#undef HAVE_CALLOC
|
2002-12-17 03:09:23 -05:00
|
|
|
|
2005-02-24 17:24:55 -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
|