Click to See Complete Forum and Search --> : Set Env var on Solaris


usman999_1
May 5th, 2003, 04:17 AM
Hi!
I want to set enviourment var on Soalris8 programatically. Does anyone knows the API for that????
Thanks,
Usman.

PaulWendt
May 5th, 2003, 05:28 AM
I don't have a Solaris box for testing, but does your Solaris box
have putenv()? It's a unix-type function available on all of our
other unix boxes.

--Paul