processes plugin: Make sure ARG_MAX is defined.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 31 Jan 2009 22:55:30 +0000 (23:55 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 31 Jan 2009 22:55:30 +0000 (23:55 +0100)
commitd99dc6b0dc0f4f096ebb93c827a0cea2fd4e09e2
treed67595bba5ea29b71eb5c1457dee402ebae1ecad
parentaea179c7bbedd9e9dbbf54c8c9d772c5b26440dd
processes plugin: Make sure ARG_MAX is defined.

Apparently the GNU libc 2.8 removed the macro for some unholy reason. We
either use `sysconf(3)' transparently (if available) or 4kByte (the
POSIX minimum).

Thanks to dD0T for reporting the problem :)
configure.in
src/processes.c