summaryrefslogtreecommitdiff
path: root/ext/snmp/config.m4
Commit message (Collapse)AuthorAgeFilesLines
* Fix long-standing visual pain point: the misalignment of './configure help' ↵Christopher Jones2013-08-061-1/+1
| | | | | | text. Whitespace changes and a couple of grammar fixes.
* re-work walkaround for net-snmp BUGid 2027834, no need to detect it anymoreBoris Lytochkin2013-05-031-61/+0
| | | | | add test for Bug #64159 bump default buffer size for values(32->512): do not reallocate buffers in 99% cases
* fixed typos in testsBoris Lytochkin2011-05-101-1/+1
| | | | | | ucd-snmp epoch is over, drop legacy memory allocation (non e*) tune 'buggy snmp_snprint_value' detection on some systems
* fix typoBoris Lytochkin2011-04-121-2/+1
|
* * Net-SNMP version detection and proper processingBoris Lytochkin2011-04-061-20/+21
| | | | | * more UCD-SNMP-related code removal
* * added detection and walkaround for net-snmp library bug (net-snmp BUGid ↵Boris Lytochkin2011-04-051-76/+62
| | | | | | | 2027834) * drop UCD-SNMP support, R.I.P.
* * Fix memory leak on concurrent new, openBoris Lytochkin2011-02-171-0/+8
| | | | | | * change comments to ANSI-C style * added compatibility with net-snmp prior 5.4
* - Fix some lib vs. $PHP_LIBDIR issues.Jani Taskinen2007-07-311-2/+2
|
* - Changed AC_ARG_ENABLE to PHP_ARG_ENABLEJani Taskinen2007-07-111-13/+7
|
* change -o to || to be more portableAntony Dovgal2005-12-221-1/+1
|
* fix configure helpfoobar2005-11-101-1/+1
|
* - Unify the "configure --help" textsfoobar2005-05-291-4/+3
|
* - Fixed bug #25604 (HAVE_SNMP_PARSE_OID undefined with phpize build)foobar2003-09-231-1/+8
|
* - Unified PHP_SETUP_OPENSSL with other PHP_SETUP_* macros.foobar2003-06-241-6/+14
|
* MFB: Sanity check.foobar2003-02-171-1/+11
|
* Fix this for Wez and his antique ucd-snmpfoobar2002-10-171-0/+2
|
* Make this thing to compile with net-snmp-5.0.xfoobar2002-10-151-6/+33
|
* WS change to make very old compilers/preprocessors (e.g. HP/UX 9)Stefan Roehrich2002-06-011-3/+3
| | | | | happy (thanks to Andreas Ley for recognizing this).
* extension converted automatically to PHP_NEW_EXTENSION. Manually confirmedSascha Schumann2002-03-121-1/+1
|
* Fix typoRasmus Lerdorf2002-01-161-1/+1
|
* Unified the configure messages.foobar2001-11-301-5/+1
|
* if test -f /usr/local/lib/libexample.s?; then <-- no workiefoobar2001-09-071-1/+1
| | | | | | | | if test -f /usr/local/lib/libexample.so; then <-- workie # # You can all point at me and laugh now.. :( #
* Cleaning. And made the check for SSL support in SNMP to really work.foobar2001-08-201-21/+27
|
* Simplified a bit and made more readable.foobar2001-07-271-37/+45
|
* Nuke more quotesSascha Schumann2001-05-121-3/+3
|
* Fixed a typo.foobar2001-05-091-1/+1
|
* Renamed the AC_ prefixed macros defined in acinclude.m4 to PHP_* prefixes.foobar2001-03-271-3/+3
| | | | | # Heads up people! I tested this before committing but you never know..
* Moving --with-openssl to global configure, want OpenSSL for not just snmpStig Venaas2000-10-281-24/+0
|
* compile fix (RedHat 6.2)Stig Bakken2000-08-251-0/+1
|
* Convert config.m4 to make use of the new build system featuresSascha Schumann2000-05-231-57/+19
|
* Fix build problems with UCD-SNMP 4.1.x.Sascha Schumann2000-03-191-1/+53
| | | | | | | | | | | | | First, we need to include default_store.h. Second, UCD-SNMP supports OpenSSL now, so we additionally need to link against that. The changes should be completely backwards-compatible. Partly suggested by: thor2001@gmx.net PR: #3451, #3668, #3868
* Whoops, defining them to empty values generates many parse errors.Sascha Schumann1999-12-301-1/+1
| | | | | Defaulting to 1.
* Get rid of config.h.stub. Note that you should embed a comment aboutSascha Schumann1999-12-301-2/+2
| | | | | | | what the respective define does into the AC_DEFINE macro. I.e. AC_DEFINE(HAVE_FOO, 1, [Whether you have FOO])
* Integration of -ng changes. Changes:Sascha Schumann1999-12-301-5/+3
| | | | | | | | | | | | - added support for externally built modules, - improved support for in-tree shared modules, - fixed diversion bugs, - configure displays some informative messages, - faster static build (libtool isn't used anymore for compiling non-PIC objects), - dependencies comparable to automake's without requiring GNU make or GCC, - working make clean for non-GNU makes.
* Better lib detection for ucd-snmpRasmus Lerdorf1999-11-091-0/+4
|
* Find ucd-snmp include files more intelligentlyRasmus Lerdorf1999-11-091-3/+4
|
* Fix for #2631Sascha Schumann1999-11-011-1/+1
|
* Enabled shared build of snmp moduleGergely Madarász1999-09-031-6/+40
|
* Debian fixesStig Bakken1999-07-211-0/+1
|
* more portingSascha Schumann1999-06-271-0/+14
|
* Introduce AC_ADD_* macrosSascha Schumann1999-06-201-5/+2
| | | | | | | The use of AC_EXPAND_PATH makes it possible to continue to use relative paths when configuring PHP. (e.g. --with-apache=../apache-1.3.x works again)
* Module workRasmus Lerdorf1999-04-231-2/+5
|
* last bunch of extensions moving to ext/Stig Bakken1999-04-221-0/+31
fhttpd module taken out of functions, functions is ready to go. The only extensions I have tested are gd+freetype and odbc(solid). Please try compiling in your favourite extensions and let me know how it works.