aboutsummaryrefslogtreecommitdiffstats
path: root/md5global.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-11-08 17:53:03 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-11-08 17:53:03 +0000
commit3e05a7e1563a3eb1cec3595c80d669fc71384a28 (patch)
treecd57175c96b9f3b76cf03f0008eafe2c4ae3d86a /md5global.h
parentcb236290e267f17d5f81a18d742b81f1b74b05a2 (diff)
downloadfetchmail-3e05a7e1563a3eb1cec3595c80d669fc71384a28.tar.gz
fetchmail-3e05a7e1563a3eb1cec3595c80d669fc71384a28.tar.bz2
fetchmail-3e05a7e1563a3eb1cec3595c80d669fc71384a28.zip
Prototypes everywhere.
svn path=/trunk/; revision=516
Diffstat (limited to 'md5global.h')
-rw-r--r--md5global.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/md5global.h b/md5global.h
index 2be7a842..de2f91d4 100644
--- a/md5global.h
+++ b/md5global.h
@@ -10,12 +10,7 @@
/* GLOBAL.H - RSAREF types and constants
*/
-/* PROTOTYPES should be set to one if and only if the compiler supports
- function argument prototyping.
-The following makes PROTOTYPES default to 0 if it has not already
- been defined with C compiler flags.
- */
-
+/* force prototypes on, we need ANSI C anyway */
#ifndef PROTOTYPES
#define PROTOTYPES 1
#endif