Merge changes from Andrey Mazo:

Clean up Configure.in for autoheader
        Static declarations where sensible
        Check/handle no fork() for no-MMU client systems (eg blackfin)
This commit is contained in:
mtbishop
2013-07-07 19:54:20 +00:00
parent 34ee687c65
commit f3c3e13798
15 changed files with 192 additions and 120 deletions

View File

@@ -1,3 +1,9 @@
-.-.-
patch23 - check for fork and work around lack (AM)
patch22 - static declarations where possible (AM)
patch21 - fix up configure.in for newer autoheader (AM)
3.0.3:
rfe2636157 - Delayed UDP connection (dv)
rfe2149137 - makefile ignores LDFLAGS (sbk)