On Mon, 13 Sep 2004 6:51:30 -0400 [EMAIL PROTECTED] wrote: SN> When testing for CPP defines, in order to adjust test parameters, SN> the test scripts could do a better job of matching. SN> SN> [...] the tests search for SN> CPP define "HAVE_AES" , which always match this fragment SN> from acconfig.h, net-snmp-config.h.in: SN> SN> #if defined(USE_OPENSSL) && defined(HAVE_OPENSSL_AES_H) && \ SN> defined(HAVE_AES_CFB128_ENCRYPT) SN> #define HAVE_AES 1 SN> #endif
The only way around that would be to actually use the C pre-processor, like configure does. Either that, or add a net-snmp-config.in option to report on on the availability of AES, and use net-snmp-config instead of grep. -- Robert Story; NET-SNMP Junkie <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ Net-snmp-coders mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
