From f4359362fc3b55c4668b31bc6e56a0365156147b Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Tue, 28 Apr 1998 23:37:46 +0000 Subject: [PATCH] mods for DUNIX --- pppd/md4.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pppd/md4.h b/pppd/md4.h index 23716d6..80e8f9a 100644 --- a/pppd/md4.h +++ b/pppd/md4.h @@ -8,6 +8,15 @@ ** ******************************************************************** */ +#ifndef __P +# if defined(__STDC__) || defined(__GNUC__) +# define __P(x) x +# else +# define __P(x) () +# endif +#endif + + /* MDstruct is the data structure for a message digest computation. */ typedef struct { -- 2.39.2