10.05.2006	(0.5.2) Fix from Gleixner Florian <gleixner@bib-bvb.de> to make it compile
		on 64-bit platforms.

02.05.2005	Net-snmp's include/net-snmp/net-snmp-config.h is produced by configure
		script, I think this is not good idea as if this header is included in
		another 'autoconfed' project we fall into problems with redefines.
		Sipmliest workaround I found is to edit config.h.in manually after
		autoheader run and remove all conflicting defines from it.
		Another problem with net-snmp headers is getopt.h, which may be included
		instead of system getopt.h. Hardcode -I/usr/include before net-snmp headers
		path in snmppd/Makefile.am.
