aboutsummaryrefslogtreecommitdiffstats
path: root/md5global.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-08 17:51:52 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-08 17:51:52 +0000
commitcb236290e267f17d5f81a18d742b81f1b74b05a2 (patch)
treee6c74acdaa0881bb8accab285d77f146381b2f81 /md5global.h
parent7b11f0ff9972d8046e69f98948fdab26b5199caf (diff)
downloadfetchmail-cb236290e267f17d5f81a18d742b81f1b74b05a2.tar.gz
fetchmail-cb236290e267f17d5f81a18d742b81f1b74b05a2.tar.bz2
fetchmail-cb236290e267f17d5f81a18d742b81f1b74b05a2.zip
Prototypes everywhere.
svn path=/trunk/; revision=515
Diffstat (limited to 'md5global.h')
-rw-r--r--md5global.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/md5global.h b/md5global.h
index bde8db06..2be7a842 100644
--- a/md5global.h
+++ b/md5global.h
@@ -17,7 +17,7 @@ The following makes PROTOTYPES default to 0 if it has not already
*/
#ifndef PROTOTYPES
-#define PROTOTYPES HAVE_PROTOTYPES
+#define PROTOTYPES 1
#endif
/* POINTER defines a generic pointer type */