On 9-Mar-2003 08:27 Andreas Aardal Hanssen wrote: | | Okay. So perhaps path = "." works better?
Oh yes, this will certainly work, but path = "" should still work.
| putenv is SVID3, POSIX and BSD 4.3, but unsetenv is only BSD 4.3. Guess we
| should test for unsetenv in configure and optionally use this.
Appending '=' to the variable name also works with putenv(), so
putenv("BINC_USER=") should also work.
--
-dale

