procfs on AIX system truncates information about process command line to 80 characters, this patch removes this limitation with use of
correct system API giving full command line arguments length (up to zabbix own adjustable limit MAX_STRING_LEN)
Patches remove all support for profcs as using API is arguably faster and contained (no opening of procfs files or running ps program to get information as it
is currently done)