summaryrefslogtreecommitdiff
path: root/Modules/md5.h
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/md5.h')
-rw-r--r--Modules/md5.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Modules/md5.h b/Modules/md5.h
index 5c01861bd0..29ac5407e0 100644
--- a/Modules/md5.h
+++ b/Modules/md5.h
@@ -32,6 +32,9 @@ documentation and/or software.
The following makes PROTOTYPES default to 0 if it has not already
been defined with C compiler flags.
*/
+#ifdef HAVE_PROTOTYPES
+#define PROTOTYPES 1
+#endif
#ifndef PROTOTYPES
#define PROTOTYPES 0
#endif