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