On 07 May 2015 16:24, Steve Dickson wrote: > --- /dev/null > +++ b/tirpc/tirpc-features.h.in > @@ -0,0 +1,10 @@ > +#ifndef _TIRPC_FEATURES_H > +#define _TIRPC_FEATURES_H > + > +/* Define to 1 if DES authentication is enabled */ > +#undef HAVE_AUTHDES > + > +/* Define to 1 if GSSAPI is enabled */ > +#undef HAVE_GSSAPI > + > +#endif /* _TIRPC_FEATURES_H */ it is dangerous to export raw HAVE_xxx defines -- it can break packages that use autotools themselves. they need an appropriate prefix like RPC_xxx or TIRPC_xxx. -mike
Attachment:
signature.asc
Description: Digital signature