comparison 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
comparison
equal deleted inserted replaced
159:511f4dc167f6 160:0d0f03f76f6a
131 131
132 /* define if you are using the MD5 code ...*/ 132 /* define if you are using the MD5 code ...*/
133 #define USE_INTERNAL_MD5 1 133 #define USE_INTERNAL_MD5 1
134 134
135 /* ... or define this if you're using openssl support */ 135 /* ... or define this if you're using openssl support */
136 #ifdef CYGPKG_OPENSSL
137 #define USE_OPENSSL
138 #else
136 /* #undef USE_OPENSSL */ 139 /* #undef USE_OPENSSL */
140 #endif
137 141
138 /* add in recent CMU library extensions (not complete) */ 142 /* add in recent CMU library extensions (not complete) */
139 /* #undef CMU_COMPATIBLE */ 143 /* #undef CMU_COMPATIBLE */
140 144
141 /* add in recent resource lock functions (not complete) */ 145 /* add in recent resource lock functions (not complete) */