From: Paul Mackerras Date: Tue, 28 Apr 1998 23:37:46 +0000 (+0000) Subject: mods for DUNIX X-Git-Tag: RELEASE_2_3_6~70 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=f4359362fc3b55c4668b31bc6e56a0365156147b;ds=sidebyside mods for DUNIX --- 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 {