2005-05-10 14:21:00 -04:00
|
|
|
$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
|
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-05-10 14:21:00 -04:00
|
|
|
@@ -205,6 +211,9 @@
|
2005-02-24 17:24:55 -05:00
|
|
|
|
|
|
|
/* 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
|