]> Pileus Git - ~andy/fetchmail/blobdiff - md5global.h
Initial revision
[~andy/fetchmail] / md5global.h
index fb98e5b851ade853229d612ce1fa0f98ef46e36a..de2f91d4907b6df6cdd2fcdfab6bf069ad84b094 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright 1993-95 by Carl Harris, Jr. Copyright 1996 by Eric S. Raymond
- * All rights reserved.
+/*
  * For license terms, see the file COPYING in this directory.
  *
  * md5global.h    Global declarations for MD5 module used by fetchmail
 /* 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 HAVE_PROTOTYPES
+#define PROTOTYPES 1
 #endif
 
 /* POINTER defines a generic pointer type */