Update of /cvsroot/pure-data/externals/iem/snmp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12499/snmp
Modified Files: configure.ac Added Files: snmp.c Log Message: added library-masterfile snmp.c; added check for libsnmp
Index: configure.ac =================================================================== RCS file: /cvsroot/pure-data/externals/iem/snmp/configure.ac,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** configure.ac 15 Mar 2007 16:49:24 -0000 1.1 --- configure.ac 15 Mar 2007 16:53:22 -0000 1.2 *************** *** 46,49 **** --- 46,50 ---- dnl AC_CHECK_LIB(stk, main, STK=yes)
+ AC_CHECK_LIB(snmp, snmp_parse_oid)
if test "x$with_pd" != "x"; then
--- NEW FILE: snmp.c --- void snmp_setup(void) { snmpget_setup(); }