Mercurial > ecos
diff packages/net/snmp/lib/current/include/config.h @ 160:0d0f03f76f6a
Merge from eCos master repository on 2001-06-01-18:52:13-BST
| author | jlarmour |
|---|---|
| date | Fri, 01 Jun 2001 22:16:29 +0000 |
| parents | a9ac27ec7abc |
| children | 022f1e506033 |
line wrap: on
line diff
--- a/packages/net/snmp/lib/current/include/config.h +++ b/packages/net/snmp/lib/current/include/config.h @@ -133,7 +133,11 @@ CONNECTION WITH THE USE OR PERFORMANCE O #define USE_INTERNAL_MD5 1 /* ... or define this if you're using openssl support */ +#ifdef CYGPKG_OPENSSL +#define USE_OPENSSL +#else /* #undef USE_OPENSSL */ +#endif /* add in recent CMU library extensions (not complete) */ /* #undef CMU_COMPATIBLE */
