Fix: libpengine: Options should be unsigned int, not long.
Also note that some individual lines were confused about what the type
of this variable would be, using long to define the variable and then
int when it came time to use va_arg to get the parameter.