According to F J Franklin <[EMAIL PROTECTED]>:
> HP UX 10.20 doesn't have setenv, but does have putenv - I'm assuming the
> latter is more common.
> 
> o use putenv () rather than setenv ()

setenv() is neither in POSIX nor in SVR standard but is in BSD 4.3.
putenv() is in all three.

So yes, that is IMHO a better solution.


Hub

Reply via email to