>>>> "Raymond" == Raymond Toy
<toy(a)rtp.ericsson.se> writes:
Raymond> I believe someone is trying to get NAS to build via autoconf.
Martin> Note that the NAS header files are not C++-compatible, since they
Martin> don't use full prototypes, which is a no-no for modern libraries.
Raymond> I'll look into ansifying the header files, if the maintainer is
Raymond> interested in such things.
Hmm, I took a look at some header files. It looks like they use
prototypes in a roundabout way:
extern AuServer * AUCDECL
AuOpenServer(
#if NeedFunctionPrototypes
_AuConst char *, /* servername */
int, /* num_authproto */
_AuConst char *, /* authproto */
int, /* num_authdata */
_AuConst char *, /* authdata */
char ** /* server_message */
#endif
);
Was it something else you were talking about? Let me know and I'll
see if I can get the changes into NAS.
Martin> (Oh, and Raymond, I expect you to actually use this...)
Done. Beta 24 autodetects my NAS setup just fine. Thank you!
Ray