philip Wed Mar 23 21:10:58 2005 EDT
Modified files:
/phpdoc/en/reference/snmp configure.xml
Log:
Implemented user comment: at some point config.h ceased to exist.
http://cvs.php.net/diff.php/phpdoc/en/reference/snmp/configure.xml?r1=1.2&r2=1.3&ty=u
Index: phpdoc/en/reference/snmp/configure.xml
diff -u phpdoc/en/reference/snmp/configure.xml:1.2
phpdoc/en/reference/snmp/configure.xml:1.3
--- phpdoc/en/reference/snmp/configure.xml:1.2 Tue Aug 10 12:30:20 2004
+++ phpdoc/en/reference/snmp/configure.xml Wed Mar 23 21:10:57 2005
@@ -1,13 +1,14 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<section id="snmp.installation">
&reftitle.install;
<para>
Important: In order to use the UCD SNMP package, you need to define
- NO_ZEROLENGTH_COMMUNITY to 1 before compiling it. After configuring UCD
- SNMP, edit <filename>config.h</filename> and search for
- NO_ZEROLENGTH_COMMUNITY. Uncomment the #define line. It should look like
- this afterwards:
+ <literal>NO_ZEROLENGTH_COMMUNITY</literal> to <literal>1</literal> before
+ compiling it. After configuring UCD SNMP, edit <filename>config.h</filename>
+ or <filename>acconfig.h</filename> and search for
+ <literal>NO_ZEROLENGTH_COMMUNITY</literal>. Uncomment the #define line. It
+ should look like this afterwards:
<programlisting role="c">
<![CDATA[
#define NO_ZEROLENGTH_COMMUNITY 1