X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fmd4.h;h=80e8f9a2accaf59c63969d85f6d2be08602207d7;hp=23716d6208778ce7b212f95385de17353ea32f76;hb=f4359362fc3b55c4668b31bc6e56a0365156147b;hpb=a0b38f1d1cbd6d74eb1ac067c3db3ab4cf0012c7 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 {